Add Time Magazine

merge-requests/1/head
magnolia1234 3 years ago
parent 0263cc6758
commit f5d9f331d3

@ -57,6 +57,7 @@ _* free articles only._
[The New Yorker](https://www.newyorker.com) -
[The Spectator USA](https://spectator.us) -
[The Washington Post](https://www.washingtonpost.com) -
[Time Magazine](https://time.com) -
[World Politics Review](https://www.worldpoliticsreview.com)
##### Business

@ -124,6 +124,7 @@ var allow_cookies_default = [
'thehindubusinessline.com',
'themarker.com',
'thewest.com.au',
'time.com',
'timeshighereducation.com',
'towardsdatascience.com',
'usinenouvelle.com',
@ -330,6 +331,7 @@ var blockedRegexes = {
'thehindu.com': /(cdn\.cxense\.com\/.+|\.tinypass\.com\/.+)/,
'thehindubusinessline.com': /(cdn\.cxense\.com\/.+|\.tinypass\.com\/.+)/,
'thenation.com': /\.tinypass\.com\/.+/,
'time.com': /\/time\.com\/dist\/meter-wall-client-js\..+\.js/,
'timeshighereducation.com': /\.timeshighereducation\.com\/sites\/default\/files\/js\/js_bbCGL.+\.js/,
'valeursactuelles.com': /.+\.qiota\.com\/.+/,
'variety.com': /cdn\.cxense\.com\/.+/,

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Add Time Magazine
Fix-update Cors Anywhere (link to allow access)
Fix-update Medium custom domains (meter)

@ -2090,6 +2090,10 @@ else if (matchDomain(de_rp_medien_domains)) {
}
}
else if (matchDomain('time.com')) {
document.querySelector('body')?.setAttribute('style', 'position:relative !important;')
}
else if (!matchDomain(['belfasttelegraph.co.uk', 'independent.ie']))
csDone = true;

@ -394,6 +394,7 @@
"*://*.thewest.com.au/*",
"*://*.thueringer-allgemeine.de/*",
"*://*.tijd.be/*",
"*://*.time.com/*",
"*://*.timeshighereducation.com/*",
"*://*.tivi.fi/*",
"*://*.towardsdatascience.com/*",
@ -460,5 +461,5 @@
"*://*.userzoom.com/*",
"*://*.wsj.net/*"
],
"version": "2.0.7.1"
"version": "2.0.7.2"
}

@ -251,6 +251,7 @@ var defaultSites =
"The Wall Street Journal (not Chinese)": "wsj.com",
"The Washington Post": "washingtonpost.com",
"The West Australian (+ regional)": "thewest.com.au",
"Time Magazine": "time.com",
"Times Higher Education": "timeshighereducation.com",
"Towards Data Science": "towardsdatascience.com",
"Trouw": "trouw.nl",

Loading…
Cancel
Save