mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
Add Paywall bypass filters to ublock
These are commonly added filter-lists that effectively defuse most paywalls. See: https://www.reddit.com/r/uBlockOrigin/comments/12ti1jw/ubo_filter_list_for_bypass_paywall_clean/
This commit is contained in:
parent
666db69ed3
commit
7a047630e1
1 changed files with 14 additions and 0 deletions
|
@ -35,6 +35,20 @@ add_filter_list "LegitimateURLShortener" '{
|
|||
"contentURL": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt",
|
||||
"supportURL": "https://github.com/DandelionSprout/adfilt/discussions/163"
|
||||
}'
|
||||
add_filter_list "bpc-paywall-filter" '{
|
||||
"content": "filters",
|
||||
"group": "annoyances",
|
||||
"title": "Bypass Paywalls Clean filter",
|
||||
"contentURL": "https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters/-/raw/main/bpc-paywall-filter.txt",
|
||||
"supportURL": "https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters"
|
||||
}'
|
||||
add_filter_list "AntiPaywall" '{
|
||||
"content": "filters",
|
||||
"group": "annoyances",
|
||||
"title": "Anti-paywall filters",
|
||||
"contentURL": "https://raw.githubusercontent.com/liamengland1/miscfilters/master/antipaywall.txt",
|
||||
"supportURL": "https://github.com/liamengland1/miscfilters"
|
||||
}'
|
||||
|
||||
# Write the resulting json into line 4 of the patchfile
|
||||
echo "-> Writing to assets/uBOAssets.json"
|
||||
|
|
Loading…
Reference in a new issue