mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:57:48 +01:00
Fix-update Australian Financial Review (images)
This commit is contained in:
parent
13e0849c4f
commit
dcfc66dca6
3 changed files with 3 additions and 3 deletions
|
@ -349,8 +349,7 @@ Also you can enable Googlebot user-agent or disable Javascript for (sub)domain(s
|
|||
* This add-on works best alongside the adblocker [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/).
|
||||
* Make sure the (new) site is checked under Options.
|
||||
* You will be logged out for most of the sites you have checked.
|
||||
* If you live in the EU, also consider installing the extension [I don't care about cookies](https://addons.mozilla.org/en-US/firefox/addon/i-dont-care-about-cookies) in order to remove cookie warnings (or use filter Easylist Cookies/[I don't care about cookies custom filter](https://www.i-dont-care-about-cookies.eu/abp) in uBlock Origin).
|
||||
|
||||
* If you live in the EU, also consider installing the extension [I don't care about cookies](https://addons.mozilla.org/en-US/firefox/addon/i-dont-care-about-cookies) in order to remove cookie warnings (or add filter [Easylist Cookies](https://easylist-downloads.adblockplus.org/easylist-cookie.txt) | [I don't care about cookies custom filter](https://www.i-dont-care-about-cookies.eu/abp) to uBlock Origin).
|
||||
|
||||
### Changelog-releases
|
||||
* Visit the [changelog page](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/changelog.txt).
|
||||
|
|
|
@ -608,7 +608,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) {
|
|||
});
|
||||
}
|
||||
|
||||
if (!['image', 'font', 'stylesheet'].includes(details.type)) {
|
||||
if (!['image', 'font', 'stylesheet'].includes(details.type) || matchUrlDomain('afr.com', details.url)) {
|
||||
if (tabId !== -1) {
|
||||
ext_api.tabs.get(tabId, function (currentTab) {
|
||||
if (isSiteEnabled(currentTab) || medium_custom_domain) {
|
||||
|
|
|
@ -8,6 +8,7 @@ Add Neue Ruhr Zeitung
|
|||
Add Westdeutsche Allgemeine Zeitung
|
||||
Add Westfalenpost
|
||||
Add Westfaelische Rundschau
|
||||
Fix-update Australian Financial Review (images)
|
||||
Fix-update Domani (Italy)
|
||||
Fix-update Globe and Mail (FF for Android v68)
|
||||
Fix-update WSJ
|
||||
|
|
Loading…
Reference in a new issue