mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:21:58 +01:00
Fix The (New Orleans) Advocate (gambit)
This commit is contained in:
parent
28f487a18f
commit
44a41ca365
3 changed files with 12 additions and 1 deletions
|
@ -11,6 +11,7 @@ Add Wiwo.de (fetch from archive.is)
|
|||
Remove Franc-Tireur.fr (fix obsolete)
|
||||
Fix Hearst magazines (js)
|
||||
Fix Independent.co.uk (premium images)
|
||||
Fix The (New Orleans) Advocate (gambit)
|
||||
Fix Times Higher Education (books)
|
||||
Fix Zeit.de (bug; update rules)
|
||||
|
||||
|
|
2
sites.js
2
sites.js
|
@ -2206,7 +2206,7 @@ var defaultSites = {
|
|||
"theadvocate.com"
|
||||
],
|
||||
allow_cookies: 1,
|
||||
block_regex: "(\\.{domain}\\/(script||.+\\/tncms\\/user\\/user)\\.js|js\\.matheranalytics\\.com\\/)"
|
||||
block_regex: "(\\.{domain}\\/(script||.+\\/tncms\\/api\\/access\\..+)\\.js|js\\.matheranalytics\\.com\\/)"
|
||||
},
|
||||
"The American Conservative": {
|
||||
domain: "theamericanconservative.com",
|
||||
|
|
|
@ -92,6 +92,16 @@
|
|||
"useragent": "googlebot",
|
||||
"upd_version": "3.5.0.2"
|
||||
},
|
||||
"The (New Orleans) Advocate": {
|
||||
"domain": "###_usa_theadvocate",
|
||||
"group": [
|
||||
"nola.com",
|
||||
"theadvocate.com"
|
||||
],
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "(\\.{domain}\\/(script||.+\\/tncms\\/api\\/access\\..+)\\.js|js\\.matheranalytics\\.com\\/)",
|
||||
"upd_version": "3.5.1.6"
|
||||
},
|
||||
"The Indian Express": {
|
||||
"domain": "indianexpress.com",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue