mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +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_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 csDone = false;
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ Post-release
|
|||
Add Groupe EBRA (France)
|
||||
Add Groupe La Dépêche (France)
|
||||
Add Madsack Mediengruppe (Germany)
|
||||
Fix-update Australian Financial Review (images)
|
||||
Fix-update Bloomberg (inline articles/adblocker)
|
||||
Fix-update Funke Medien (obfuscated)
|
||||
Update grouped sites (popup-toggle)
|
||||
|
|
|
@ -391,6 +391,7 @@
|
|||
"*://*.emol.cl/*",
|
||||
"*://*.epimg.net/*",
|
||||
"*://*.flip-pay.com/*",
|
||||
"*://*.ffx.io/*",
|
||||
"*://*.htmedia.in/*",
|
||||
"*://*.jsdelivr.net/*",
|
||||
"*://*.lightboxcdn.com/*",
|
||||
|
@ -401,5 +402,5 @@
|
|||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*"
|
||||
],
|
||||
"version": "1.9.8.3"
|
||||
"version": "1.9.8.4"
|
||||
}
|
Loading…
Reference in a new issue