mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-06-12 22:27:38 +02:00
Update to bypass paywall on Dutch papers without disabling Javascript
On parool.nl, trouw.nl, volkskrant.nl bypass paywill without disabling Javascript.
This commit is contained in:
@ -13,6 +13,7 @@ var defaultSites = {
|
||||
'Daily Press': 'dailypress.com',
|
||||
'Dagens Nyheter': 'dn.se',
|
||||
'De Groene Amsterdammer': 'groene.nl',
|
||||
'De Volkskrant': 'volkskrant.nl',
|
||||
'DeMorgen': 'demorgen.be',
|
||||
'Denver Post': 'denverpost.com',
|
||||
'Dynamed Plus': 'dynamed.com',
|
||||
@ -45,6 +46,7 @@ var defaultSites = {
|
||||
'NRC': 'nrc.nl',
|
||||
'New Zealand Herald': 'nzherald.co.nz',
|
||||
'OrlandoSentinel': 'orlandosentinel.com',
|
||||
'Parool': 'parool.nl',
|
||||
'Quartz': 'qz.com',
|
||||
'Quora': 'quora.com',
|
||||
'San Francisco Chronicle': 'sfchronicle.com',
|
||||
@ -78,6 +80,7 @@ var defaultSites = {
|
||||
'The Toronto Star': 'thestar.com',
|
||||
'The Washington Post': 'washingtonpost.com',
|
||||
'The Wall Street Journal': 'wsj.com',
|
||||
'Trouw': 'trouw.nl',
|
||||
'Winston-Salem Journal': 'journalnow.com',
|
||||
'Vanity Fair': 'vanityfair.com',
|
||||
'Vrij Nederland': 'vn.nl',
|
||||
@ -254,7 +257,7 @@ chrome.webRequest.onBeforeRequest.addListener(function(details) {
|
||||
return {cancel: true};
|
||||
},
|
||||
{
|
||||
urls: ["*://*.thestar.com/*", "*://*.economist.com/*", "*://*.theglobeandmail.com/*", "*://*.afr.com/*", "*://*.bizjournals.com/*", "*://*.businessinsider.com/*", "*://*.bostonglobe.com/*", "*://*.trouw.nl/*", "*://*.parool.nl/*", "*://*.volkskrant.nl/*"],
|
||||
urls: ["*://*.thestar.com/*", "*://*.economist.com/*", "*://*.theglobeandmail.com/*", "*://*.afr.com/*", "*://*.bizjournals.com/*", "*://*.businessinsider.com/*", "*://*.bostonglobe.com/*"],
|
||||
types: ["script"]
|
||||
},
|
||||
["blocking"]
|
||||
|
Reference in New Issue
Block a user