mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-29 19:54:28 +02:00
Remove asia.nikkei.com (can use Cookie Remover)
This commit is contained in:
parent
9370072a21
commit
9181725487
@ -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)\
|
||||
|
@ -123,7 +123,6 @@
|
||||
"*://*.adelaidenow.com.au/*",
|
||||
"*://*.adweek.com/*",
|
||||
"*://*.afr.com/*",
|
||||
"*://*.asia.nikkei.com/*",
|
||||
"*://*.baltimoresun.com/*",
|
||||
"*://*.barrons.com/*",
|
||||
"*://*.bizjournals.com/*",
|
||||
|
@ -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',
|
||||
|
@ -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);
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user