mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:21:58 +01:00
Add Washington Examiner
This commit is contained in:
parent
10ab47c424
commit
987494ce23
5 changed files with 15 additions and 1 deletions
|
@ -217,7 +217,8 @@ Grouped in options:\
|
|||
[The Point Magazine](https://thepointmag.com) -
|
||||
[The Spectator World](https://thespectator.com) -
|
||||
[The Verge](https://www.theverge.com) -
|
||||
[The Wrap](https://www.thewrap.com)
|
||||
[The Wrap](https://www.thewrap.com) -
|
||||
[Washington Examiner](https://www.washingtonexaminer.com)
|
||||
|
||||
Grouped in options:\
|
||||
*Condé Nast magazines* sites like\
|
||||
|
|
|
@ -6,6 +6,7 @@ Post-release
|
|||
Add Autocar.co.uk
|
||||
Add Bar and Bench (India)
|
||||
Add Crikey.com.au
|
||||
Add Washington Examiner
|
||||
Fix EUobserver (css)
|
||||
Fix Grupo Vocento (limit amp-redirect)
|
||||
Fix The Economic Times (update mobile redirect)
|
||||
|
|
|
@ -704,6 +704,7 @@
|
|||
"*://*.volkskrant.nl/*",
|
||||
"*://*.vosgesmatin.fr/*",
|
||||
"*://*.vulture.com/*",
|
||||
"*://*.washingtonexaminer.com/*",
|
||||
"*://*.washingtonpost.com/*",
|
||||
"*://*.watoday.com.au/*",
|
||||
"*://*.waz.de/*",
|
||||
|
|
5
sites.js
5
sites.js
|
@ -2371,6 +2371,11 @@ var defaultSites = {
|
|||
allow_cookies: 1,
|
||||
cs_dompurify: 1
|
||||
},
|
||||
"Washington Examiner": {
|
||||
domain: "washingtonexaminer.com",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\.zephr\.com\/zephr-browser\//
|
||||
},
|
||||
"Weltkunst": {
|
||||
domain: "weltkunst.de",
|
||||
allow_cookies: 1,
|
||||
|
|
|
@ -202,6 +202,12 @@
|
|||
"useragent": "googlebot",
|
||||
"upd_version": "3.2.6.7"
|
||||
},
|
||||
"Washington Examiner": {
|
||||
"domain": "washingtonexaminer.com",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.zephr\\.com\\/zephr-browser",
|
||||
"new_site": 1
|
||||
},
|
||||
"Weltkunst": {
|
||||
"domain": "weltkunst.de",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue