diff --git a/background.js b/background.js index 531d8c3..9a673fb 100644 --- a/background.js +++ b/background.js @@ -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; diff --git a/changelog.txt b/changelog.txt index 97c8ab8..b215c37 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/manifest.json b/manifest.json index d571160..e538a7b 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } \ No newline at end of file