Remove Algemeen Dagblad Regional (fix obsolete)

merge-requests/4/head
magnolia1234 2 years ago
parent e5c8ff4426
commit de4de13fd2

@ -543,14 +543,6 @@ Grouped in options:\
[Vrij Nederland](https://www.nl.nl)
Grouped in options:\
*Algemeen Dagblad Regional (ADR)* sites like
[BN DeStem](https://www.bndestem.nl) -
[Brabants Dagblad](https://www.bd.nl) -
[Eindhovens Dagblad](https://www.ed.nl) -
[Gelderlander](https://www.gelderlander.nl) -
[PZC](https://www.pzc.nl) -
[Stentor](https://www.destentor.nl) -
[Tubantia](https://tubantia.nl)\
*Mediahuis Nederland Regional* sites like\
[Noordhollands Dagblad](https://www.noordhollandsdagblad.nl) -
[Haarlems Dagblad](https://www.haarlemsdagblad.nl) -

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Remove Algemeen Dagblad Regional (fix obsolete)
Fix The Hill Times (text)
* v2.6.3.0 (2022-04-03)

@ -1748,18 +1748,7 @@ else
} else if (window.location.hostname.match(/\.(be|nl)$/)) {//belgium/netherlands
if (matchDomain(['bd.nl', 'ed.nl', 'tubantia.nl', 'bndestem.nl', 'pzc.nl', 'destentor.nl', 'gelderlander.nl'])) {
let login = document.querySelector('article#PURCHASE_LOGIN_WALL');
if (login) {
removeDOMElement(login);
window.location.reload(true);
}
let paywall = document.querySelectorAll('.article__component--paywall-module-notification, .fjs-paywall-notification');
let modal_login = document.querySelector('.modal--login');
removeDOMElement(...paywall, modal_login);
}
else if (matchDomain('fd.nl')) {
if (matchDomain('fd.nl')) {
document.addEventListener('DOMContentLoaded', () => {
if (window.location.href.includes('?'))
window.location.href = window.location.href.split('?')[0];

@ -84,7 +84,6 @@
"*://*.backpacker.com/*",
"*://*.baltimoresun.com/*",
"*://*.barrons.com/*",
"*://*.bd.nl/*",
"*://*.belfasttelegraph.co.uk/*",
"*://*.bendigoadvertiser.com.au/*",
"*://*.berliner-zeitung.de/*",
@ -98,7 +97,6 @@
"*://*.bloomberg.com/*",
"*://*.bloombergquint.com/*",
"*://*.bnd.com/*",
"*://*.bndestem.nl/*",
"*://*.bnn.de/*",
"*://*.bonappetit.com/*",
"*://*.bordermail.com.au/*",
@ -159,7 +157,6 @@
"*://*.dealstreetasia.com/*",
"*://*.demorgen.be/*",
"*://*.denverpost.com/*",
"*://*.destentor.nl/*",
"*://*.detroitnews.com/*",
"*://*.deutsche-wirtschafts-nachrichten.de/*",
"*://*.df.cl/*",
@ -180,7 +177,6 @@
"*://*.economictimes.com/*",
"*://*.economictimes.indiatimes.com/*",
"*://*.economist.com/*",
"*://*.ed.nl/*",
"*://*.editorialedomani.it/*",
"*://*.elcomercio.es/*",
"*://*.elcomercio.pe/*",
@ -233,8 +229,7 @@
"*://*.ft.com/*",
"*://*.ftm.nl/*",
"*://*.geelongadvertiser.com.au/*",
"*://*.gelderlander.nl/*",
"*://*.gelocal.it/*",
"*://*.gelocal.it/*",
"*://*.genomeweb.com/*",
"*://*.gestion.pe/*",
"*://*.glassdoor.com/*",
@ -466,7 +461,6 @@
"*://*.precisiononcologynews.com/*",
"*://*.prevention.com/*",
"*://*.prospectmagazine.co.uk/*",
"*://*.pzc.nl/*",
"*://*.quora.com/*",
"*://*.quotidiano.net/*",
"*://*.quotidianodipuglia.it/*",
@ -583,7 +577,6 @@
"*://*.tri-cityherald.com/*",
"*://*.triathlete.com/*",
"*://*.trouw.nl/*",
"*://*.tubantia.nl/*",
"*://*.tucson.com/*",
"*://*.tulsaworld.com/*",
"*://*.twincities.com/*",
@ -670,5 +663,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.6.3.0"
"version": "2.6.3.1"
}

@ -29,19 +29,6 @@ var defaultSites = {
domain: "adweek.com",
block_regex: /\.lightboxcdn\.com\//
},
"Algemeen Dagblad (regional free premium articles only)": {
domain: "###_nl_ad_region",
group: [
"bd.nl",
"bndestem.nl",
"destentor.nl",
"ed.nl",
"gelderlander.nl",
"pzc.nl",
"tubantia.nl"
],
remove_cookies_select_drop: ["temptationTrackingId"]
},
"Allgäuer Zeitung": {
domain: "allgaeuer-zeitung.de",
allow_cookies: 1,

Loading…
Cancel
Save