diff --git a/README.md b/README.md index 21efde4..f5610b3 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Weekly updates are released for fixes and new sites. * [Installation](#installation) * [Update](#update) +* [Troubleshooting](#troubleshooting) * [List of supported websites](#list-of-supported-websites) * [Sites with limited number of free articles](#sites-with-limited-number-of-free-articles) * [New site requests](#new-site-requests) * [Add custom site](#add-custom-site) * [Add excluded site](#add-excluded-site) -* [Troubleshooting](#troubleshooting) * [Changelog-releases](#changelog-releases) * [License](#license) * [Disclaimer](#disclaimer) @@ -55,10 +55,16 @@ Visit the [Chrome repository](https://gitlab.com/magnolia1234/bypass-paywalls-ch #### iOS/iPadOS Use adblocker with custom (content)filter: https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters -#### Notes -* This add-on works best alongside the adblocker [uBlock Origin](https://addons.mozilla.org/firefox/addon/ublock-origin). -* You will be logged out for most of the sites you have checked. +### Troubleshooting +* If a site doesn't work, first try to turn off your adblocker (or other extension) and refresh page. +* Make sure the (new) site is checked under Options. +* Clear cookies by add-on's icon and grant permission for site (or opt-in to custom sites) +* You will be logged out for most of the sites you have enabled. +* Make sure you're running the latest version of Bypass Paywalls Clean. * Some sites need to redirect to an amp-page (add an exception in your `Redirect AMP to HTML` or `DuckDuckGo Privacy Essentials` add-on). +* If none of these work, you can [submit an issue](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/issues). +* This add-on works best alongside the adblocker [uBlock Origin](https://addons.mozilla.org/firefox/addon/ublock-origin). +* If you live in the EU, also consider adding these filters to your adblocker (in order to remove cookie warnings): [Easylist Cookies](https://secure.fanboy.co.nz/fanboy-cookiemonster.txt) | [I don't care about cookies custom filter](https://www.i-dont-care-about-cookies.eu/abp). Some sites need to set a consent-cookie for (social) media. ### List of supported websites @@ -180,6 +186,7 @@ Grouped in options:\ [ESPN USA](https://www.espn.com) - [First Things](https://www.firstthings.com) - [National Review](https://www.nationalreview.com) - +[Outdoor Life](https://www.outdoorlife.com) - [Puck.news](https://puck.news) - [RugbyPass](https://www.rugbypass.com) - [Slate](https://slate.com) - @@ -850,15 +857,6 @@ Then you need to install the 'custom' add-on version (with access to all sites): Add excluded sites/domains (for your subscriptions).\ You can also exclude a specific domain which is grouped in options. -### Troubleshooting -* This add-on works best alongside the adblocker [uBlock Origin](https://addons.mozilla.org/firefox/addon/ublock-origin). -* If a site doesn't work, try turning off uBlock and refreshing. -* Make sure the (new) site is checked under Options. -* You will be logged out for most of the sites you have checked. -* Make sure you're running the latest version of Bypass Paywalls Clean. -* If none of these work, you can [submit an issue](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/issues). -* If you live in the EU, also consider adding these filters to your adblocker (in order to remove cookie warnings): [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). Some sites need to set a consent-cookie for (social) media. - ### Changelog-releases * Visit the [changelog page](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/blob/master/changelog.txt). * Or check the [commits](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/commits/master). diff --git a/changelog.txt b/changelog.txt index 0a52868..a0f6a11 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Add 4 more NHST Media Group sites Add Citywire +Add Outdoor Life Add Tagesspiegel.de (link to archive.is) Add Tes Magazine Fix Axios (overlay) diff --git a/contentScript.js b/contentScript.js index 5ebb0c6..13d058b 100644 --- a/contentScript.js +++ b/contentScript.js @@ -1277,6 +1277,9 @@ else if (matchDomain('humanite.fr')) { let i_amphtml_sizer = qiota_script.querySelector('i-amphtml-sizer'); removeDOMElement(i_amphtml_sizer); } + } else { + let banner = document.querySelector('div.qiota'); + removeDOMElement(banner); } } diff --git a/custom/sites_custom.json b/custom/sites_custom.json index c586116..03032ed 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -40,6 +40,11 @@ "domain": "christianitytoday.com", "useragent": "googlebot" }, + "Columbian.com": { + "allow_cookies": 1, + "block_regex": "loader-cdn\\.azureedge\\.net\\/", + "domain": "columbian.com" + }, "Connexionfrance.com": { "domain": "connexionfrance.com" }, @@ -123,6 +128,11 @@ "domain": "internationaltaxreview.com", "ld_google_webcache": "div.paywall|div.ArticlePage-articleContainer" }, + "Irishexaminer.com": { + "allow_cookies": 1, + "block_regex": "\\.irishexaminer\\.com\\/pu_examiner\\/scripts\\/engage\\/", + "domain": "irishexaminer.com" + }, "Kaleva.fi": { "allow_cookies": 1, "domain": "kaleva.fi", diff --git a/manifest.json b/manifest.json index c4aae8c..a79c67e 100644 --- a/manifest.json +++ b/manifest.json @@ -471,6 +471,7 @@ "*://*.orlandosentinel.com/*", "*://*.ostsee-zeitung.de/*", "*://*.otz.de/*", + "*://*.outdoorlife.com/*", "*://*.outlookbusiness.com/*", "*://*.outlookindia.com/*", "*://*.outsideonline.com/*", @@ -728,5 +729,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.9.0.6" + "version": "2.9.0.7" } diff --git a/sites.js b/sites.js index 594406c..ff2d9fb 100644 --- a/sites.js +++ b/sites.js @@ -1390,6 +1390,11 @@ var defaultSites = { allow_cookies: 1, block_regex: /(\.tinypass\.com\/|cdn\.cxense\.com\/|cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js)/ }, + "Outdoor Life": { + domain: "outdoorlife.com", + allow_cookies: 1, + block_regex: /js\.pelcro\.com\// + }, "Outlook Business": { domain: "outlookbusiness.com", allow_cookies: 1 @@ -1644,7 +1649,7 @@ var defaultSites = { domain: "substack.com", useragent: "googlebot" }, - "Substack custom domains (opt-in to custom sites)": { + "Substack custom domains (paywall-content only; opt-in to custom sites)": { domain: "###_substack_custom" }, "Suomen Sotilas": { diff --git a/sites_updated.json b/sites_updated.json index 1210e37..f7d90fb 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -37,6 +37,11 @@ "allow_cookies": 1, "block_regex": "\\.qiota\\.com\\/" }, + "Outdoor Life": { + "domain": "outdoorlife.com", + "allow_cookies": 1, + "block_regex": "js\\.pelcro\\.com\\/" + }, "Tes Magazine": { "domain": "tes.com", "remove_cookies_select_drop": ["tg_paywall"],