mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
29 lines
792 B
JSON
29 lines
792 B
JSON
{
|
|
"L'Express": {
|
|
"domain": "lexpress.fr",
|
|
"allow_cookies": 1,
|
|
"block_regex": "\\.qiota\\.com\\/data"
|
|
},
|
|
"Neue Osnabrücker Zeitung": {
|
|
"domain": "noz.de",
|
|
"allow_cookies": 1,
|
|
"block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js",
|
|
"useragent": "googlebot"
|
|
},
|
|
"The Atlantic": {
|
|
"domain": "theatlantic.com",
|
|
"block_regex": "cdn\\.theatlantic\\.com\\/_next\\/static\\/chunks\\/[567].+\\.js",
|
|
"remove_cookies_select_drop": ["articleViews"]
|
|
},
|
|
"The Washington Post": {
|
|
"domain": "washingtonpost.com",
|
|
"allow_cookies": 1,
|
|
"block_regex": "\\.washingtonpost\\.com\\/tetro\\/metering\\/evaluate"
|
|
},
|
|
"Qiota": {
|
|
"domain": "qiota.com",
|
|
"allow_cookies": 1,
|
|
"block_regex_general": "\\.qiota\\.com\\/data"
|
|
}
|
|
}
|