mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:17:47 +01:00
Update paywall scripts: MatherAnalytics
For sites like Colorado Politics & Dallas Morning News.
This commit is contained in:
parent
772e4acdf6
commit
9a32669aa2
3 changed files with 3 additions and 1 deletions
|
@ -349,7 +349,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(
|
|||
},
|
||||
["blocking", "requestHeaders"]);
|
||||
|
||||
var block_js_default = ["*://cdn.tinypass.com/*", "*://*.piano.io/*", "*://*.poool.fr/*", "*://*.blueconic.net/*", "*://*.onecount.net/*", "*://*.qiota.com/*", "*://*.tribdss.com/*"];
|
||||
var block_js_default = ["*://cdn.tinypass.com/*", "*://*.piano.io/*", "*://*.poool.fr/*", "*://*.blueconic.net/*", "*://js.matheranalytics.com/*", "*://*.onecount.net/*", "*://*.qiota.com/*", "*://*.tribdss.com/*"];
|
||||
var block_js_custom = [];
|
||||
var block_js_custom_ext = [];
|
||||
var block_js = block_js_default.concat(block_js_custom);
|
||||
|
|
|
@ -235,6 +235,7 @@
|
|||
"*://*.worldpoliticsreview.com/*",
|
||||
"*://*.wsj.com/*",
|
||||
"*://*.blueconic.net/*",
|
||||
"*://*.matheranalytics.com/*",
|
||||
"*://*.onecount.net/*",
|
||||
"*://*.piano.io/*",
|
||||
"*://*.poool.fr/*",
|
||||
|
|
1
sites.js
1
sites.js
|
@ -203,6 +203,7 @@ var defaultSites =
|
|||
"World Politics Review": "worldpoliticsreview.com",
|
||||
"——— Block Paywall-scripts ———": "###",
|
||||
"BlueConic": "blueconic.net",
|
||||
"MatherAnalytics": "matheranalytics.com",
|
||||
"OneCount": "onecount.net",
|
||||
"Piano.io": "piano.io",
|
||||
"Poool.fr": "poool.fr",
|
||||
|
|
Loading…
Reference in a new issue