mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:47:49 +01:00
Remove TagesAnzeiger.ch & Welt.de
This commit is contained in:
parent
34e3a849a6
commit
e7940eb34e
6 changed files with 9 additions and 38 deletions
|
@ -534,7 +534,6 @@ Grouped in options:\
|
||||||
[Der Tagesspiegel (link to archive.is)](https://www.tagesspiegel.de) -
|
[Der Tagesspiegel (link to archive.is)](https://www.tagesspiegel.de) -
|
||||||
[Deutsches Ärzteblatt](https://www.aerzteblatt.de) -
|
[Deutsches Ärzteblatt](https://www.aerzteblatt.de) -
|
||||||
[Die Rheinpfalz](https://www.rheinpfalz.de) -
|
[Die Rheinpfalz](https://www.rheinpfalz.de) -
|
||||||
[Die Welt (link to archive.is)](https://www.welt.de) -
|
|
||||||
[Die Zeit](https://www.zeit.de) -
|
[Die Zeit](https://www.zeit.de) -
|
||||||
[Frankfurter Allgemeine Zeitung](https://www.faz.net) -
|
[Frankfurter Allgemeine Zeitung](https://www.faz.net) -
|
||||||
[Freie Presse](https://www.freiepresse.de) -
|
[Freie Presse](https://www.freiepresse.de) -
|
||||||
|
@ -748,7 +747,6 @@ Grouped in options:\
|
||||||
[Beobachter](https://www.beobachter.ch) -
|
[Beobachter](https://www.beobachter.ch) -
|
||||||
[Handelszeitung](https://www.handelszeitung.ch) -
|
[Handelszeitung](https://www.handelszeitung.ch) -
|
||||||
[Neue Zürcher Zeitung (+ regional/CH Media; opt-in to custom sites)](https://www.nzz.ch) -
|
[Neue Zürcher Zeitung (+ regional/CH Media; opt-in to custom sites)](https://www.nzz.ch) -
|
||||||
[Tages-Anzeiger (link to archive.is)](https://www.tagesanzeiger.ch) -
|
|
||||||
[The Market](https://themarket.ch)
|
[The Market](https://themarket.ch)
|
||||||
|
|
||||||
##### Australia/New Zealand
|
##### Australia/New Zealand
|
||||||
|
|
|
@ -5,6 +5,8 @@ Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/release
|
||||||
Post-release
|
Post-release
|
||||||
Add Bloomberg Adria
|
Add Bloomberg Adria
|
||||||
Add DN.no (cached articles only)
|
Add DN.no (cached articles only)
|
||||||
|
Remove TagesAnzeiger.ch (fix obsolete)
|
||||||
|
Remove Welt.de (fix obsolete)
|
||||||
Fix Mediahuis Noord
|
Fix Mediahuis Noord
|
||||||
Fix mobile user-agent for Google webcache
|
Fix mobile user-agent for Google webcache
|
||||||
Fix New Scientist
|
Fix New Scientist
|
||||||
|
|
|
@ -842,17 +842,6 @@ else if (matchDomain('sueddeutsche.de')) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (matchDomain('tagesanzeiger.ch')) {
|
|
||||||
let url = window.location.href;
|
|
||||||
let paywall = document.querySelector('div#piano-premium > div');
|
|
||||||
if (paywall) {
|
|
||||||
removeDOMElement(paywall.parentNode);
|
|
||||||
let article = document.querySelector('article p');
|
|
||||||
if (article)
|
|
||||||
article.firstChild.before(archiveLink(url));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
else if (matchDomain('tagesspiegel.de')) {
|
else if (matchDomain('tagesspiegel.de')) {
|
||||||
let url = window.location.href;
|
let url = window.location.href;
|
||||||
let paywall = document.querySelector('div.article--paid > div');
|
let paywall = document.querySelector('div.article--paid > div');
|
||||||
|
@ -864,19 +853,6 @@ else if (matchDomain('tagesspiegel.de')) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (matchDomain('welt.de')) {
|
|
||||||
let url = window.location.href;
|
|
||||||
let paywall = document.querySelector('div.contains_walled_content');
|
|
||||||
if (paywall) {
|
|
||||||
removeDOMElement(paywall);
|
|
||||||
let article = document.querySelector('div[data-qa="Article.PremiumContent"]');
|
|
||||||
if (article)
|
|
||||||
article.firstChild.before(archiveLink(url));
|
|
||||||
}
|
|
||||||
let ads = document.querySelectorAll('div[data-component="Outbrain"], div[data-component="OEmbedComponent"], div[class*="c-ad"]');
|
|
||||||
removeDOMElement(...ads);
|
|
||||||
}
|
|
||||||
|
|
||||||
else if (matchDomain(de_lv_domains)) {
|
else if (matchDomain(de_lv_domains)) {
|
||||||
let paywall_topagrar = document.querySelector('div > div.paywall-package');
|
let paywall_topagrar = document.querySelector('div > div.paywall-package');
|
||||||
let paywall_other = document.querySelector('div[id^="paymentprocess-"]');
|
let paywall_other = document.querySelector('div[id^="paymentprocess-"]');
|
||||||
|
|
|
@ -157,6 +157,12 @@
|
||||||
"block_regex": "loader-cdn\\.azureedge\\.net",
|
"block_regex": "loader-cdn\\.azureedge\\.net",
|
||||||
"domain": "gazette.com"
|
"domain": "gazette.com"
|
||||||
},
|
},
|
||||||
|
"Gp.se": {
|
||||||
|
"add_ext_link": "div.c-premium-lockscreen__subscribe|article",
|
||||||
|
"add_ext_link_type": "archive.is",
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"domain": "gp.se"
|
||||||
|
},
|
||||||
"Gplanet.co.il": {
|
"Gplanet.co.il": {
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"domain": "gplanet.co.il",
|
"domain": "gplanet.co.il",
|
||||||
|
|
|
@ -583,7 +583,6 @@
|
||||||
"*://*.suomensotilas.fi/*",
|
"*://*.suomensotilas.fi/*",
|
||||||
"*://*.svz.de/*",
|
"*://*.svz.de/*",
|
||||||
"*://*.syracuse.com/*",
|
"*://*.syracuse.com/*",
|
||||||
"*://*.tagesanzeiger.ch/*",
|
|
||||||
"*://*.tagesspiegel.de/*",
|
"*://*.tagesspiegel.de/*",
|
||||||
"*://*.tampabay.com/*",
|
"*://*.tampabay.com/*",
|
||||||
"*://*.techinasia.com/*",
|
"*://*.techinasia.com/*",
|
||||||
|
@ -683,7 +682,6 @@
|
||||||
"*://*.waz.de/*",
|
"*://*.waz.de/*",
|
||||||
"*://*.weeklytimesnow.com.au/*",
|
"*://*.weeklytimesnow.com.au/*",
|
||||||
"*://*.wellandtribune.ca/*",
|
"*://*.wellandtribune.ca/*",
|
||||||
"*://*.welt.de/*",
|
|
||||||
"*://*.weltkunst.de/*",
|
"*://*.weltkunst.de/*",
|
||||||
"*://*.westernadvocate.com.au/*",
|
"*://*.westernadvocate.com.au/*",
|
||||||
"*://*.westfalen-blatt.de/*",
|
"*://*.westfalen-blatt.de/*",
|
||||||
|
|
11
sites.js
11
sites.js
|
@ -419,10 +419,6 @@ var defaultSites = {
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
useragent: "googlebot"
|
useragent: "googlebot"
|
||||||
},
|
},
|
||||||
"Die Welt (link to archive.is)": {
|
|
||||||
domain: "welt.de",
|
|
||||||
allow_cookies: 1
|
|
||||||
},
|
|
||||||
"Die Zeit": {
|
"Die Zeit": {
|
||||||
domain: "zeit.de",
|
domain: "zeit.de",
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
|
@ -1775,11 +1771,6 @@ var defaultSites = {
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
block_regex: /\/suomensotilas\.fi\/wp-content\/plugins\/epflpw\/js\/pw\.js/
|
block_regex: /\/suomensotilas\.fi\/wp-content\/plugins\/epflpw\/js\/pw\.js/
|
||||||
},
|
},
|
||||||
"TagesAnzeiger.ch (link to archive.is)": {
|
|
||||||
domain: "tagesanzeiger.ch",
|
|
||||||
allow_cookies: 1,
|
|
||||||
block_regex: /\.piano\.io\/xbuilder\/experience\/execute/
|
|
||||||
},
|
|
||||||
"Tampa Bay Times": {
|
"Tampa Bay Times": {
|
||||||
domain: "tampabay.com",
|
domain: "tampabay.com",
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
|
@ -2485,4 +2476,4 @@ init_custom_flex_domains();
|
||||||
var au_news_corp_nofix_domains = ['cairnspost.com.au', 'geelongadvertiser.com.au', 'townsvillebulletin.com.au'];
|
var au_news_corp_nofix_domains = ['cairnspost.com.au', 'geelongadvertiser.com.au', 'townsvillebulletin.com.au'];
|
||||||
var be_mediahuis_nofix_domains = ['gva.be', 'hbvl.be', 'nieuwsblad.be', 'standaard.be'];
|
var be_mediahuis_nofix_domains = ['gva.be', 'hbvl.be', 'nieuwsblad.be', 'standaard.be'];
|
||||||
var it_gedi_nofix_domains = ['gelocal.it', 'huffingtonpost.it', 'ilsecoloxix.it', 'lastampa.it', 'limesonline.com', 'repubblica.it'];
|
var it_gedi_nofix_domains = ['gelocal.it', 'huffingtonpost.it', 'ilsecoloxix.it', 'lastampa.it', 'limesonline.com', 'repubblica.it'];
|
||||||
var nofix_sites = ['aamulehti.fi', 'africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'asiatimes.com', 'badische-zeitung.de', 'bild.de', 'borsen.dk', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'catalyst-journal.com', 'courrierinternational.com', 'diepresse.com', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'finance.si', 'ftchinese.com', 'golem.de', 'handelsblatt.com', 'heise.de', 'hln.be', 'hs.fi', 'ilsole24ore.com', 'jacobinmag.com', 'jeuneafrique.com', 'kleinezeitung.at', 'lavie.fr', 'lavozdegalicia.es', 'law360.com', 'le1hebdo.fr', 'leconomiste.com', 'lefigaro.fr', 'lemonde.fr', 'lequipe.fr', 'letemps.ch', 'liberation.fr', 'lopinion.fr', 'medianama.com', 'mediapart.fr', 'milanofinanza.it', 'mittelbayerische.de', 'mondediplo.com', 'moneycontrol.com', 'nationaljournal.com', 'nature.com', 'nbr.co.nz', 'nn.de', 'nwzonline.de', 'ouest-france.fr', 'philonomist.com', 'politicopro.com', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'ruhrnachrichten.de', 'saechsische.de', 'schwarzwaelder-bote.de', 'statnews.com', 'stern.de', 'stimme.de', 'straitstimes.com', 'stuttgarter-nachrichten.de', 'stuttgarter-zeitung.de', 'substack.com', 'suedkurier.de', 'swp.de', 'techcrunch.com', 'the-ken.com', 'theinformation.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'weser-kurier.de', 'wiwo.de', 'worldpoliticsreview.com', 'ynet.co.il'].concat(au_news_corp_nofix_domains, be_mediahuis_nofix_domains, it_gedi_nofix_domains);
|
var nofix_sites = ['aamulehti.fi', 'africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'asiatimes.com', 'badische-zeitung.de', 'bild.de', 'borsen.dk', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'catalyst-journal.com', 'courrierinternational.com', 'diepresse.com', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'finance.si', 'ftchinese.com', 'golem.de', 'handelsblatt.com', 'heise.de', 'hln.be', 'hs.fi', 'ilsole24ore.com', 'jacobinmag.com', 'jeuneafrique.com', 'kleinezeitung.at', 'lavie.fr', 'lavozdegalicia.es', 'law360.com', 'le1hebdo.fr', 'leconomiste.com', 'lefigaro.fr', 'lemonde.fr', 'lequipe.fr', 'letemps.ch', 'liberation.fr', 'lopinion.fr', 'medianama.com', 'mediapart.fr', 'milanofinanza.it', 'mittelbayerische.de', 'mondediplo.com', 'moneycontrol.com', 'nationaljournal.com', 'nature.com', 'nbr.co.nz', 'nn.de', 'nwzonline.de', 'ouest-france.fr', 'philonomist.com', 'politicopro.com', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'ruhrnachrichten.de', 'saechsische.de', 'schwarzwaelder-bote.de', 'statnews.com', 'stern.de', 'stimme.de', 'straitstimes.com', 'stuttgarter-nachrichten.de', 'stuttgarter-zeitung.de', 'substack.com', 'suedkurier.de', 'swp.de', 'techcrunch.com', 'the-ken.com', 'theinformation.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'welt.de', 'weser-kurier.de', 'wiwo.de', 'worldpoliticsreview.com', 'ynet.co.il'].concat(au_news_corp_nofix_domains, be_mediahuis_nofix_domains, it_gedi_nofix_domains);
|
||||||
|
|
Loading…
Reference in a new issue