Skip to content

Commit

Permalink
Merge pull request #17 from leic4u/patch-1
Browse files Browse the repository at this point in the history
Update webfix.js
  • Loading branch information
fishjar authored Dec 11, 2023
2 parents 63215d8 + 0a7b208 commit d761a99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/webfix.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ const webfixRules = [
rootSelector: "",
fixer: FIXER_BN,
},
{
pattern: "ubuntuforums.org",
selector: ".postcontent",
rootSelector: "",
fixer: FIXER_BR,
},
];

export default {
Expand Down

0 comments on commit d761a99

Please sign in to comment.