Add Time Magazine

master
magnolia1234 2021-02-10 19:18:41 +01:00
parent 6c3b38b82d
commit 531d100a45
6 changed files with 11 additions and 1 deletions

View File

@ -91,6 +91,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

View File

@ -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\/.+/,

View File

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

View File

@ -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;

View File

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

View File

@ -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",