Remove Time Magazine (no paywall)

merge-requests/15/head
magnolia1234 12 months ago
parent 69d1990429
commit c5184ebf0e

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

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

@ -4728,14 +4728,6 @@ else if (matchDomain('thewrap.com')) {
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')) {
let paywall_cta = document.querySelector('div.paywall-cta');
if (paywall_cta) {

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

@ -2235,11 +2235,6 @@ var defaultSites = {
allow_cookies: 1,
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": {
domain: "timeshighereducation.com",
allow_cookies: 1,

Loading…
Cancel
Save