Skip to content

Commit

Permalink
Simplify default rule for filtering top-level bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Jan 23, 2018
1 parent 79d9703 commit 544c84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tab/dupes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ function rulesRestore(storageArea) {
{ radio: "url", search: "^\\w+://[^\/]*/", replace: "\\L$&" },
{ radio: "filter",
name: "\\0(" + browser.i18n.getMessage("regExpFrequent") + ")\\0" },
{ radio: "off", name: "^[^\\0]*\\0[^\\0]*$" },
{ radio: "off", nameNegation: "\\0.*\\0" },
{ radio: "off", urlNegation: "\\b(e?mail|bugs|youtube|translat)\\b",
search: "\\?.*" },
{ radio: "off", search: "/[^/]*$" },
Expand Down

0 comments on commit 544c84d

Please sign in to comment.