mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-09 10:04:26 +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)\
|
[Neue Zürcher Zeitung](https://www.nzz.ch)\
|
||||||
[New York Magazine](https://www.nymag.com)\
|
[New York Magazine](https://www.nymag.com)\
|
||||||
[New Zealand Herald](https://www.nzherald.co.nz)\
|
[New Zealand Herald](https://www.nzherald.co.nz)\
|
||||||
[Nikkei Asian Review](https://asia.nikkei.com)\
|
|
||||||
[Orange County Register](https://www.ocregister.com)\
|
[Orange County Register](https://www.ocregister.com)\
|
||||||
[Orlando Sentinel](https://www.orlandosentinel.com)\
|
[Orlando Sentinel](https://www.orlandosentinel.com)\
|
||||||
[PZC](https://www.pzc.nl)\
|
[PZC](https://www.pzc.nl)\
|
||||||
|
@ -123,7 +123,6 @@
|
|||||||
"*://*.adelaidenow.com.au/*",
|
"*://*.adelaidenow.com.au/*",
|
||||||
"*://*.adweek.com/*",
|
"*://*.adweek.com/*",
|
||||||
"*://*.afr.com/*",
|
"*://*.afr.com/*",
|
||||||
"*://*.asia.nikkei.com/*",
|
|
||||||
"*://*.baltimoresun.com/*",
|
"*://*.baltimoresun.com/*",
|
||||||
"*://*.barrons.com/*",
|
"*://*.barrons.com/*",
|
||||||
"*://*.bizjournals.com/*",
|
"*://*.bizjournals.com/*",
|
||||||
|
@ -12,7 +12,6 @@ const restrictions = {
|
|||||||
// Don't remove cookies before page load
|
// Don't remove cookies before page load
|
||||||
const allowCookies = [
|
const allowCookies = [
|
||||||
'ad.nl',
|
'ad.nl',
|
||||||
'asia.nikkei.com',
|
|
||||||
'bd.nl',
|
'bd.nl',
|
||||||
'bndestem.nl',
|
'bndestem.nl',
|
||||||
'brisbanetimes.com.au',
|
'brisbanetimes.com.au',
|
||||||
@ -81,7 +80,6 @@ const allowCookies = [
|
|||||||
// Removes cookies after page load
|
// Removes cookies after page load
|
||||||
const removeCookies = [
|
const removeCookies = [
|
||||||
'ad.nl',
|
'ad.nl',
|
||||||
'asia.nikkei.com',
|
|
||||||
'bd.nl',
|
'bd.nl',
|
||||||
'bloombergquint.com',
|
'bloombergquint.com',
|
||||||
'bndestem.nl',
|
'bndestem.nl',
|
||||||
|
@ -283,9 +283,6 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
for (const el of content) {
|
for (const el of content) {
|
||||||
el.classList.remove('subscriber-hider');
|
el.classList.remove('subscriber-hider');
|
||||||
}
|
}
|
||||||
} else if (matchDomain('asia.nikkei.com')) {
|
|
||||||
const cookieBanner = document.querySelector('.pw-widget');
|
|
||||||
removeDOMElement(cookieBanner);
|
|
||||||
} else if (matchDomain('ledevoir.com')) {
|
} else if (matchDomain('ledevoir.com')) {
|
||||||
const counter = document.querySelector('.full.hidden-print.popup-msg');
|
const counter = document.querySelector('.full.hidden-print.popup-msg');
|
||||||
removeDOMElement(counter);
|
removeDOMElement(counter);
|
||||||
|
@ -91,7 +91,6 @@ const defaultSites = {
|
|||||||
'New York Daily News': 'nydailynews.com',
|
'New York Daily News': 'nydailynews.com',
|
||||||
'New York Magazine': 'nymag.com',
|
'New York Magazine': 'nymag.com',
|
||||||
'New Zealand Herald': 'nzherald.co.nz',
|
'New Zealand Herald': 'nzherald.co.nz',
|
||||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
|
||||||
'NRC': 'nrc.nl',
|
'NRC': 'nrc.nl',
|
||||||
'NT News': 'ntnews.com.au',
|
'NT News': 'ntnews.com.au',
|
||||||
'Orange County Register': 'ocregister.com',
|
'Orange County Register': 'ocregister.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user