Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a fake filterlist rule for testing #562

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading