Skip to content

Commit

Permalink
Add a feake filterlist rule for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Dec 6, 2024
1 parent 892fb30 commit 0644918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rules/filterlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28252,4 +28252,4 @@ concursolutions.com,forbes.com,formula1.com,fortune.com,proximus.be,proximustv.b
@@||duckduckgo.com^$document
@@||duckduckgo.com^$elemhide
! domain-level exceptions above are not working with the adblocker library

privacy-test-pages.site,first-party.example###privacy-test-page-cmp-test-banner-filterlist
1 change: 1 addition & 0 deletions rules/filterlists/overrides.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@@||duckduckgo.com^$document
@@||duckduckgo.com^$elemhide
! domain-level exceptions above are not working with the adblocker library
privacy-test-pages.site,first-party.example###privacy-test-page-cmp-test-banner-filterlist
1 change: 1 addition & 0 deletions scripts/rebuild-filterlist.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const filterlistContent = `
[Adblock Plus 2.0]
! Title: CPM Cosmetic Filter List
! Based on EasyList ${easylistRevision}
! DO NOT EDIT MANUALLY, your changes will be lost
! Generated on ${new Date().toISOString()}
!------------------------General element hiding rules-------------------------!
${fs.readFileSync(path.join(rulesDir, 'filterlists', 'easylist_cookie_general_hide.txt'), 'utf-8')}
Expand Down

0 comments on commit 0644918

Please sign in to comment.