Add Towards Data Science
Medium Tech website
This commit is contained in:
parent
247db394bb
commit
353205ca39
@ -109,6 +109,7 @@
|
|||||||
[The Wall Street Journal](https://www.wsj.com)\
|
[The Wall Street Journal](https://www.wsj.com)\
|
||||||
[The Washington Post](https://www.washingtonpost.com)\
|
[The Washington Post](https://www.washingtonpost.com)\
|
||||||
[TheMarker](https://www.themarker.com)\
|
[TheMarker](https://www.themarker.com)\
|
||||||
|
[Towards Data Science](https://www.towardsdatascience.com)\
|
||||||
[Trouw](https://www.trouw.nl)\
|
[Trouw](https://www.trouw.nl)\
|
||||||
[Vanity Fair](https://www.vanityfair.com)\
|
[Vanity Fair](https://www.vanityfair.com)\
|
||||||
[Winston-Salem Journal](https://journalnow.com)\
|
[Winston-Salem Journal](https://journalnow.com)\
|
||||||
|
@ -98,6 +98,7 @@ var defaultSites = {
|
|||||||
'The Toronto Star': 'thestar.com',
|
'The Toronto Star': 'thestar.com',
|
||||||
'The Washington Post': 'washingtonpost.com',
|
'The Washington Post': 'washingtonpost.com',
|
||||||
'The Wall Street Journal': 'wsj.com',
|
'The Wall Street Journal': 'wsj.com',
|
||||||
|
'Towards Data Science': 'towardsdatascience.com',
|
||||||
'Trouw': 'trouw.nl',
|
'Trouw': 'trouw.nl',
|
||||||
'Winston-Salem Journal': 'journalnow.com',
|
'Winston-Salem Journal': 'journalnow.com',
|
||||||
'Vanity Fair': 'vanityfair.com',
|
'Vanity Fair': 'vanityfair.com',
|
||||||
@ -122,6 +123,7 @@ const allow_cookies = [
|
|||||||
'ed.nl',
|
'ed.nl',
|
||||||
'examiner.com.au',
|
'examiner.com.au',
|
||||||
'ft.com',
|
'ft.com',
|
||||||
|
'haaretz.com',
|
||||||
'harpers.org',
|
'harpers.org',
|
||||||
'hbr.org',
|
'hbr.org',
|
||||||
'lemonde.fr',
|
'lemonde.fr',
|
||||||
@ -142,6 +144,7 @@ const allow_cookies = [
|
|||||||
'theage.com.au',
|
'theage.com.au',
|
||||||
'theatlantic.com',
|
'theatlantic.com',
|
||||||
'theaustralian.com.au',
|
'theaustralian.com.au',
|
||||||
|
'towardsdatascience.com',
|
||||||
'trouw.nl',
|
'trouw.nl',
|
||||||
'vn.nl',
|
'vn.nl',
|
||||||
'volkskrant.nl',
|
'volkskrant.nl',
|
||||||
@ -162,6 +165,7 @@ const remove_cookies = [
|
|||||||
'ed.nl',
|
'ed.nl',
|
||||||
'examiner.com.au',
|
'examiner.com.au',
|
||||||
'ft.com',
|
'ft.com',
|
||||||
|
'haaretz.com',
|
||||||
'harpers.org',
|
'harpers.org',
|
||||||
'hbr.org',
|
'hbr.org',
|
||||||
'lesechos.fr',
|
'lesechos.fr',
|
||||||
@ -177,6 +181,7 @@ const remove_cookies = [
|
|||||||
'theadvocate.com.au',
|
'theadvocate.com.au',
|
||||||
'theage.com.au',
|
'theage.com.au',
|
||||||
'theatlantic.com',
|
'theatlantic.com',
|
||||||
|
'towardsdatascience.com',
|
||||||
'vn.nl',
|
'vn.nl',
|
||||||
'washingtonpost.com',
|
'washingtonpost.com',
|
||||||
'wsj.com'
|
'wsj.com'
|
||||||
@ -184,7 +189,6 @@ const remove_cookies = [
|
|||||||
|
|
||||||
// select specific cookie(s) to hold from remove_cookies domains
|
// select specific cookie(s) to hold from remove_cookies domains
|
||||||
const remove_cookies_select_hold = {
|
const remove_cookies_select_hold = {
|
||||||
'nrc.nl': ['nmt_closed_cookiebar'],
|
|
||||||
'washingtonpost.com': ['wp_gdpr'],
|
'washingtonpost.com': ['wp_gdpr'],
|
||||||
'wsj.com': ['wsjregion']
|
'wsj.com': ['wsjregion']
|
||||||
}
|
}
|
||||||
@ -200,12 +204,14 @@ const remove_cookies_select_drop = {
|
|||||||
// Override User-Agent with Googlebot
|
// Override User-Agent with Googlebot
|
||||||
const use_google_bot = [
|
const use_google_bot = [
|
||||||
'barrons.com',
|
'barrons.com',
|
||||||
|
'haaretz.co.il',
|
||||||
'lemonde.fr',
|
'lemonde.fr',
|
||||||
'mexiconewsdaily.com',
|
'mexiconewsdaily.com',
|
||||||
'nytimes.com',
|
'nytimes.com',
|
||||||
'quora.com',
|
'quora.com',
|
||||||
'telegraph.co.uk',
|
'telegraph.co.uk',
|
||||||
'theaustralian.com.au',
|
'theaustralian.com.au',
|
||||||
|
'themarker.com',
|
||||||
'thetimes.co.uk',
|
'thetimes.co.uk',
|
||||||
'wsj.com',
|
'wsj.com',
|
||||||
'zeit.de',
|
'zeit.de',
|
||||||
@ -299,7 +305,7 @@ chrome.webRequest.onBeforeRequest.addListener(function(details) {
|
|||||||
return {cancel: true};
|
return {cancel: true};
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
urls: ["*://*.thestar.com/*", "*://*.theglobeandmail.com/*", "*://*.afr.com/*", "*://*.bostonglobe.com/*", "*://*.tinypass.com/*"],
|
urls: ["*://*.thestar.com/*", "*://*.theglobeandmail.com/*", "*://*.afr.com/*", "*://*.bostonglobe.com/*"],
|
||||||
types: ["script"]
|
types: ["script"]
|
||||||
},
|
},
|
||||||
["blocking"]
|
["blocking"]
|
||||||
@ -364,7 +370,6 @@ chrome.webRequest.onBeforeSendHeaders.addListener(function(details) {
|
|||||||
value: 'https://www.google.com/'
|
value: 'https://www.google.com/'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// override User-Agent to use Googlebot
|
// override User-Agent to use Googlebot
|
||||||
|
@ -93,6 +93,7 @@ var defaultSites = {
|
|||||||
'The Toronto Star (javascript disabled)': 'thestar.com',
|
'The Toronto Star (javascript disabled)': 'thestar.com',
|
||||||
'The Washington Post': 'washingtonpost.com',
|
'The Washington Post': 'washingtonpost.com',
|
||||||
'The Wall Street Journal': 'wsj.com',
|
'The Wall Street Journal': 'wsj.com',
|
||||||
|
'Towards Data Science': 'towardsdatascience.com',
|
||||||
'Trouw': 'trouw.nl',
|
'Trouw': 'trouw.nl',
|
||||||
'Winston-Salem Journal': 'journalnow.com',
|
'Winston-Salem Journal': 'journalnow.com',
|
||||||
'Vanity Fair': 'vanityfair.com',
|
'Vanity Fair': 'vanityfair.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user