Add American Purpose

merge-requests/20/merge
magnolia1234 2 months ago
parent a876b7c61d
commit 3db6d921c7

@ -193,6 +193,7 @@ Grouped in options:\
[Towards Data Science](https://towardsdatascience.com)
[America's Test Kitchen](https://www.americastestkitchen.com) -
[American Purpose](https://www.americanpurpose.com) -
[Apollo Magazine](https://www.apollo-magazine.com) -
[Artforum](https://www.artforum.com) -
[Artnet](https://www.artnet.com) -

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
Post-release
Add American Purpose
Add Ringier Axel Springer Polska
Remove Hbvl.be (fix obsolete)
Fix LeMonde.fr (bug; update rules)

@ -37,7 +37,7 @@ window.setTimeout(function () {
group = 'medium.com';
else if (document.querySelector('head > meta[property="og:image"][content*="beehiiv"]'))
group = '###_beehiiv';// no fix
else if (document.querySelector('head > meta[name="generator"][content^="Ghost"]'))
else if (document.querySelector('head > meta[name="generator"][content^="Ghost"]') && !document.querySelector('script[src^="https://steadyhq.com/"]'))
group = '###_ghost';// no fix
else if (document.querySelector('head > link[href*="/leaky-paywall"], script[src*="/leaky-paywall"], div[id^="issuem-leaky-paywall-"]'))
group = '###_wp_leaky_paywall';

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.6.1.4"
"version": "3.6.1.5"
}

@ -73,6 +73,7 @@
"*://*.ambito.com/*",
"*://*.americanaffairsjournal.org/*",
"*://*.americanbanker.com/*",
"*://*.americanpurpose.com/*",
"*://*.americastestkitchen.com/*",
"*://*.apollo-magazine.com/*",
"*://*.ara.cat/*",
@ -866,5 +867,5 @@
"*://archive.vn/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.6.1.4"
"version": "3.6.1.5"
}

@ -86,6 +86,11 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /\.tinypass\.com\//
},
"American Purpose": {
domain: "americanpurpose.com",
allow_cookies: 1,
block_regex: /\/steadyhq\.com\//
},
"Apollo Magazine": {
domain: "apollo-magazine.com"
},

@ -1,4 +1,10 @@
{
"American Purpose": {
"domain": "americanpurpose.com",
"allow_cookies": 1,
"block_regex": "\\/steadyhq\\.com",
"upd_version": "3.6.1.5"
},
"Autosport (free articles only)": {
"domain": "autosport.com",
"allow_cookies": 1,

Loading…
Cancel
Save