mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 02:34:26 +02:00
Add some metropolitan news in Australia (#554)
* Add some national level news in Australia * fix typo * add sites to manifest-ff.json
This commit is contained in:
parent
6b8e3b1c18
commit
ab58ca233b
@ -59,6 +59,7 @@
|
||||
[Harper's Magazine](https://harpers.org)\
|
||||
[Hartford Courant](https://www.courant.com)\
|
||||
[Harvard Business Review](https://www.hbr.org)\
|
||||
[Herald Sun](https://www.heraldsun.com.au)\
|
||||
[Het Financieel Dagblad](https://fd.nl)\
|
||||
[Inc.com](https://www.inc.com)\
|
||||
[Investors Chronicle](https://www.investorschronicle.co.uk)\
|
||||
@ -80,6 +81,7 @@
|
||||
[Mexicon News Daily](https://mexiconewsdaily.com)\
|
||||
[Mountain View Voice](https://www.mv-voice.com)\
|
||||
[NRC Handelsblad](https://www.nrc.nl)\
|
||||
[NT News](https://www.ntnews.com.au)\
|
||||
[National Post](https://www.nationalpost.com)\
|
||||
[New York Magazine](https://www.nymag.com)\
|
||||
[New Zealand Herald](https://www.nzherald.co.nz)\
|
||||
@ -99,6 +101,7 @@
|
||||
[SunSentinel](https://www.sun-sentinel.com)\
|
||||
[Tech in Asia](https://www.techinasia.com)\
|
||||
[Telegraaf](https://www.telegraaf.nl)\
|
||||
[The Advertiser](https://www.adelaidenow.com.au)\
|
||||
[The Advocate](https://www.theadvocate.com.au)\
|
||||
[The Age](https://www.theage.com.au)\
|
||||
[The American Interest](https://www.the-american-interest.com)\
|
||||
@ -110,6 +113,7 @@
|
||||
[The Business Journals](https://www.bizjournals.com)\
|
||||
[The Canberra Times](https://www.canberratimes.com.au)\
|
||||
[The Courier](https://www.thecourier.com.au)\
|
||||
[The Courier Mail](https://www.couriermail.com.au)\
|
||||
[The Daily Telegraph](https://www.dailytelegraph.com.au)\
|
||||
[The Diplomat](https://www.thediplomat.com)\
|
||||
[The Economist](https://www.economist.com)\
|
||||
|
@ -94,6 +94,7 @@
|
||||
"*://*.poool.fr/*",
|
||||
"*://*.tinypass.com/*",
|
||||
"*://*.ad.nl/*",
|
||||
"*://*.adelaidenow.com.au/*",
|
||||
"*://*.adweek.com/*",
|
||||
"*://*.afr.com/*",
|
||||
"*://*.asia.nikkei.com/*",
|
||||
@ -112,6 +113,7 @@
|
||||
"*://*.chicagotribune.com/*",
|
||||
"*://*.corriere.it/*",
|
||||
"*://*.courant.com/*",
|
||||
"*://*.couriermail.com.au/*",
|
||||
"*://*.dailypress.com/*",
|
||||
"*://*.dailytelegraph.com.au/*",
|
||||
"*://*.demorgen.be/*",
|
||||
@ -132,6 +134,7 @@
|
||||
"*://*.handelsblatt.com/*",
|
||||
"*://*.harpers.org/*",
|
||||
"*://*.hbr.org/*",
|
||||
"*://*.heraldsun.com.au/*",
|
||||
"*://*.inc.com/*",
|
||||
"*://*.inquirer.com/*",
|
||||
"*://*.investorschronicle.co.uk/*",
|
||||
@ -158,6 +161,7 @@
|
||||
"*://*.newstatesman.com/*",
|
||||
"*://*.newyorker.com/*",
|
||||
"*://*.nrc.nl/*",
|
||||
"*://*.ntnews.com.au/*",
|
||||
"*://*.nymag.com/*",
|
||||
"*://*.nytimes.com/*",
|
||||
"*://*.nzherald.co.nz/*",
|
||||
|
@ -121,12 +121,16 @@ const remove_cookies_select_drop = {
|
||||
|
||||
// Override User-Agent with Googlebot
|
||||
const use_google_bot = [
|
||||
'adelaidenow.com.au',
|
||||
'barrons.com',
|
||||
'couriermail.com.au',
|
||||
'dailytelegraph.com.au',
|
||||
'fd.nl',
|
||||
'haaretz.co.il',
|
||||
'haaretz.com',
|
||||
'heraldsun.com.au',
|
||||
'mexiconewsdaily.com',
|
||||
'ntnews.com.au',
|
||||
'nytimes.com',
|
||||
'quora.com',
|
||||
'seekingalpha.com',
|
||||
|
@ -37,6 +37,7 @@ const defaultSites = {
|
||||
'Harper\'s Magazine': 'harpers.org',
|
||||
'Hartford Courant': 'courant.com',
|
||||
'Harvard Business Review': 'hbr.org',
|
||||
'Herald Sun': 'heraldsun.com.au',
|
||||
'Het Financieele Dagblad': 'fd.nl',
|
||||
'Inc.com': 'inc.com',
|
||||
'Investors Chronicle': 'investorschronicle.co.uk',
|
||||
@ -63,6 +64,7 @@ const defaultSites = {
|
||||
'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',
|
||||
'Orlando Sentinel': 'orlandosentinel.com',
|
||||
'Palo Alto Online': 'paloaltoonline.com',
|
||||
@ -78,6 +80,7 @@ const defaultSites = {
|
||||
'SunSentinel': 'sun-sentinel.com',
|
||||
'Tech in Asia': 'techinasia.com',
|
||||
'Telegraaf': 'telegraaf.nl',
|
||||
'The Advertiser': 'adelaidenow.com.au',
|
||||
'The Advocate': 'theadvocate.com.au',
|
||||
'The Age': 'theage.com.au',
|
||||
'The American Interest': 'the-american-interest.com',
|
||||
@ -89,6 +92,7 @@ const defaultSites = {
|
||||
'The Business Journals': 'bizjournals.com',
|
||||
'The Canberra Times': 'canberratimes.com.au',
|
||||
'The Courier': 'thecourier.com.au',
|
||||
'The Courier Mail': 'couriermail.com.au',
|
||||
'The Daily Telegraph': 'dailytelegraph.com.au',
|
||||
'The Diplomat': 'thediplomat.com',
|
||||
'The Economist': 'economist.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user