diff --git a/README.md b/README.md index 407f2d1..0cb84b3 100755 --- a/README.md +++ b/README.md @@ -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)\ diff --git a/manifest-ff.json b/manifest-ff.json index 40fd351..a6c7631 100755 --- a/manifest-ff.json +++ b/manifest-ff.json @@ -123,7 +123,6 @@ "*://*.adelaidenow.com.au/*", "*://*.adweek.com/*", "*://*.afr.com/*", - "*://*.asia.nikkei.com/*", "*://*.baltimoresun.com/*", "*://*.barrons.com/*", "*://*.bizjournals.com/*", diff --git a/src/js/background.js b/src/js/background.js index 37e08ab..26e6c2a 100755 --- a/src/js/background.js +++ b/src/js/background.js @@ -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', diff --git a/src/js/contentScript.js b/src/js/contentScript.js index 3d8c6c2..cf3da12 100755 --- a/src/js/contentScript.js +++ b/src/js/contentScript.js @@ -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); diff --git a/src/js/sites.js b/src/js/sites.js index 0a73e6b..7a4726b 100755 --- a/src/js/sites.js +++ b/src/js/sites.js @@ -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',