Remove Time Magazine (no paywall)

merge-requests/15/head
magnolia1234 1 year ago
parent 69d1990429
commit c5184ebf0e

@ -82,8 +82,7 @@ _* free articles only._
[Newsweek](https://www.newsweek.com) - [Newsweek](https://www.newsweek.com) -
[Reuters](https://www.reuters.com) - [Reuters](https://www.reuters.com) -
[The New York Times](https://www.nytimes.com) - [The New York Times](https://www.nytimes.com) -
[The Washington Post](https://www.washingtonpost.com) - [The Washington Post](https://www.washingtonpost.com)
[Time Magazine](https://time.com)
##### Business ##### Business
[Adweek](https://www.adweek.com) - [Adweek](https://www.adweek.com) -

@ -7,6 +7,7 @@ Add Groupe ESH Medias (ch)
Add Zeit.de (link to archive.is) Add Zeit.de (link to archive.is)
Remove LePoint.fr (fix obsolete) Remove LePoint.fr (fix obsolete)
Remove Stratfor (fix obsolete) Remove Stratfor (fix obsolete)
Remove Time Magazine (no paywall)
Fix Beobachter.ch & Handelszeitung.ch Fix Beobachter.ch & Handelszeitung.ch
Fix Foreign Policy (Insider) Fix Foreign Policy (Insider)
Fix Telegraaf.nl (images) Fix Telegraaf.nl (images)

@ -4728,14 +4728,6 @@ else if (matchDomain('thewrap.com')) {
paywall.classList.remove('wrappro-paywall'); paywall.classList.remove('wrappro-paywall');
} }
else if (matchDomain('time.com')) {
let body = document.querySelector('body');
if (body && !matchDomain('api.time.com'))
body.setAttribute('style', 'position:relative !important;');
let ads = document.querySelectorAll('div[id*="inline-ad-"]');
removeDOMElement(...ads);
}
else if (matchDomain('timeshighereducation.com')) { else if (matchDomain('timeshighereducation.com')) {
let paywall_cta = document.querySelector('div.paywall-cta'); let paywall_cta = document.querySelector('div.paywall-cta');
if (paywall_cta) { if (paywall_cta) {

@ -652,7 +652,6 @@
"*://*.thewrap.com/*", "*://*.thewrap.com/*",
"*://*.thueringer-allgemeine.de/*", "*://*.thueringer-allgemeine.de/*",
"*://*.tijd.be/*", "*://*.tijd.be/*",
"*://*.time.com/*",
"*://*.timeshighereducation.com/*", "*://*.timeshighereducation.com/*",
"*://*.timesofindia.com/*", "*://*.timesofindia.com/*",
"*://*.timesofindia.indiatimes.com/*", "*://*.timesofindia.indiatimes.com/*",

@ -2235,11 +2235,6 @@ var defaultSites = {
allow_cookies: 1, allow_cookies: 1,
block_regex: /\.wallkit\.net\/js\// block_regex: /\.wallkit\.net\/js\//
}, },
"Time Magazine": {
domain: "time.com",
allow_cookies: 1,
block_regex: /(\/time\.com\/dist\/meter-wall-client-js\..+\.js|\.zephr\.com\/zephr-browser\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/
},
"Times Higher Education": { "Times Higher Education": {
domain: "timeshighereducation.com", domain: "timeshighereducation.com",
allow_cookies: 1, allow_cookies: 1,

Loading…
Cancel
Save