mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-12 01:10:24 +00:00
Update block general paywall script (AzureEdge)
This commit is contained in:
parent
6cde95d49a
commit
84b87c2ea0
@ -1021,7 +1021,7 @@ ext_api.webRequest.onHeadersReceived.addListener(function (details) {
|
||||
},
|
||||
['blocking', 'responseHeaders']);
|
||||
|
||||
var block_js_default = ["*://cdn.tinypass.com/*", "*://*.piano.io/*", "*://*.poool.fr/*", "*://cdn.ampproject.org/v*/amp-access-*.js", "*://cdn.ampproject.org/v*/amp-subscriptions-*.js", "*://*.blueconic.net/*", "*://*.cxense.com/*", "*://*.evolok.net/*", "*://js.matheranalytics.com/*", "*://*.newsmemory.com/*", "*://*.onecount.net/*", "*://js.pelcro.com/*", "*://*.qiota.com/*", "*://*.tribdss.com/*"];
|
||||
var block_js_default = ["*://cdn.tinypass.com/*", "*://*.piano.io/*", "*://*.poool.fr/*", "*://cdn.ampproject.org/v*/amp-access-*.js", "*://cdn.ampproject.org/v*/amp-subscriptions-*.js", "*://loader-cdn.azureedge.net/prod/*/loader.min.js", "*://*.blueconic.net/*", "*://*.cxense.com/*", "*://*.evolok.net/*", "*://js.matheranalytics.com/*", "*://*.newsmemory.com/*", "*://*.onecount.net/*", "*://js.pelcro.com/*", "*://*.qiota.com/*", "*://*.tribdss.com/*"];
|
||||
var block_js_custom = [];
|
||||
var block_js_custom_ext = [];
|
||||
var block_js = block_js_default.concat(block_js_custom);
|
||||
|
@ -6,6 +6,7 @@ Fix Chronicle of Higher Education
|
||||
Fix El Pais (amp/videos)
|
||||
Fix Times Higher Education
|
||||
Fix WSJ (Chinese)
|
||||
Update block general paywall script (AzureEdge)
|
||||
|
||||
* v2.3.8.0 (2021-10-03)
|
||||
Add NordLittoral.fr (Groupe Rossel)
|
||||
|
1
sites.js
1
sites.js
@ -302,6 +302,7 @@ var defaultSites =
|
||||
"World Politics Review": "worldpoliticsreview.com",
|
||||
"* Block Paywall-scripts (opt-in to custom sites to enable also for non-listed sites)": "###",
|
||||
"Amp-access": "cdn.ampproject.org",
|
||||
"AzureEdge": "loader-cdn.azureedge.net",
|
||||
"BlueConic": "blueconic.net",
|
||||
"Cxense": "cxense.com",
|
||||
"Evolok": "evolok.net",
|
||||
|
Loading…
Reference in New Issue
Block a user