Remove asia.nikkei.com (can use Cookie Remover)

This commit is contained in:
Adam 2021-11-18 17:57:04 -08:00
parent 9370072a21
commit 9181725487
5 changed files with 0 additions and 8 deletions

View File

@ -116,7 +116,6 @@
[Neue Zürcher Zeitung](https://www.nzz.ch)\
[New York Magazine](https://www.nymag.com)\
[New Zealand Herald](https://www.nzherald.co.nz)\
[Nikkei Asian Review](https://asia.nikkei.com)\
[Orange County Register](https://www.ocregister.com)\
[Orlando Sentinel](https://www.orlandosentinel.com)\
[PZC](https://www.pzc.nl)\

View File

@ -123,7 +123,6 @@
"*://*.adelaidenow.com.au/*",
"*://*.adweek.com/*",
"*://*.afr.com/*",
"*://*.asia.nikkei.com/*",
"*://*.baltimoresun.com/*",
"*://*.barrons.com/*",
"*://*.bizjournals.com/*",

View File

@ -12,7 +12,6 @@ const restrictions = {
// Don't remove cookies before page load
const allowCookies = [
'ad.nl',
'asia.nikkei.com',
'bd.nl',
'bndestem.nl',
'brisbanetimes.com.au',
@ -81,7 +80,6 @@ const allowCookies = [
// Removes cookies after page load
const removeCookies = [
'ad.nl',
'asia.nikkei.com',
'bd.nl',
'bloombergquint.com',
'bndestem.nl',

View File

@ -283,9 +283,6 @@ if (matchDomain('elmercurio.com')) {
for (const el of content) {
el.classList.remove('subscriber-hider');
}
} else if (matchDomain('asia.nikkei.com')) {
const cookieBanner = document.querySelector('.pw-widget');
removeDOMElement(cookieBanner);
} else if (matchDomain('ledevoir.com')) {
const counter = document.querySelector('.full.hidden-print.popup-msg');
removeDOMElement(counter);

View File

@ -91,7 +91,6 @@ const defaultSites = {
'New York Daily News': 'nydailynews.com',
'New York Magazine': 'nymag.com',
'New Zealand Herald': 'nzherald.co.nz',
'Nikkei Asian Review': 'asia.nikkei.com',
'NRC': 'nrc.nl',
'NT News': 'ntnews.com.au',
'Orange County Register': 'ocregister.com',