mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:27:48 +01:00
Fix-update Australian Financial Review (images)
This commit is contained in:
parent
36224178ed
commit
4db791c023
3 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
var ext_api = (typeof browser === 'object') ? browser : chrome;
|
var ext_api = (typeof browser === 'object') ? browser : chrome;
|
||||||
var ext_name = ext_api.runtime.getManifest().name;
|
var ext_name = ext_api.runtime.getManifest().name;
|
||||||
|
|
||||||
const cs_limit_except = ['harpers.org', 'la-croix.com', 'lescienze.it'];
|
const cs_limit_except = ['afr.com', 'harpers.org', 'la-croix.com', 'lescienze.it'];
|
||||||
var currentTabUrl = '';
|
var currentTabUrl = '';
|
||||||
var csDone = false;
|
var csDone = false;
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ Post-release
|
||||||
Add Groupe EBRA (France)
|
Add Groupe EBRA (France)
|
||||||
Add Groupe La Dépêche (France)
|
Add Groupe La Dépêche (France)
|
||||||
Add Madsack Mediengruppe (Germany)
|
Add Madsack Mediengruppe (Germany)
|
||||||
|
Fix-update Australian Financial Review (images)
|
||||||
Fix-update Bloomberg (inline articles/adblocker)
|
Fix-update Bloomberg (inline articles/adblocker)
|
||||||
Fix-update Funke Medien (obfuscated)
|
Fix-update Funke Medien (obfuscated)
|
||||||
Update grouped sites (popup-toggle)
|
Update grouped sites (popup-toggle)
|
||||||
|
|
|
@ -391,6 +391,7 @@
|
||||||
"*://*.emol.cl/*",
|
"*://*.emol.cl/*",
|
||||||
"*://*.epimg.net/*",
|
"*://*.epimg.net/*",
|
||||||
"*://*.flip-pay.com/*",
|
"*://*.flip-pay.com/*",
|
||||||
|
"*://*.ffx.io/*",
|
||||||
"*://*.htmedia.in/*",
|
"*://*.htmedia.in/*",
|
||||||
"*://*.jsdelivr.net/*",
|
"*://*.jsdelivr.net/*",
|
||||||
"*://*.lightboxcdn.com/*",
|
"*://*.lightboxcdn.com/*",
|
||||||
|
@ -401,5 +402,5 @@
|
||||||
"*://*.repstatic.it/*",
|
"*://*.repstatic.it/*",
|
||||||
"*://*.userzoom.com/*"
|
"*://*.userzoom.com/*"
|
||||||
],
|
],
|
||||||
"version": "1.9.8.3"
|
"version": "1.9.8.4"
|
||||||
}
|
}
|
Loading…
Reference in a new issue