Merge pull request #64 from amraks85/master

Added the Advocate And Examiner
master
Adam 2018-10-06 09:35:13 -06:00 committed by GitHub
commit 53d04457d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 3 deletions

View File

@ -16,6 +16,7 @@ Daily Press (dailypress.com)\
Dagens Nyheter (dn.se)\ Dagens Nyheter (dn.se)\
Denver Post (denverpost.com)\ Denver Post (denverpost.com)\
The Economist (economist.com)\ The Economist (economist.com)\
Examiner (examiner.com.au)\
Financial Times (ft.com)\ Financial Times (ft.com)\
Glassdoor (glassdoor.com)\ Glassdoor (glassdoor.com)\
Haaretz (haaretz.co.il / haaretz.com)\ Haaretz (haaretz.co.il / haaretz.com)\
@ -32,6 +33,7 @@ New Statesman (newstatesman.com)\
MIT Technology Review (technologyreview.com)\ MIT Technology Review (technologyreview.com)\
Nikkei Asian Review (asia.nikkei.com)\ Nikkei Asian Review (asia.nikkei.com)\
NRC (nrc.nl)\ NRC (nrc.nl)\
The Advocate (theadvocate.com.au)\
The Boston Globe (bostonglobe.com)\ The Boston Globe (bostonglobe.com)\
The Globe and Mail (theglobeandmail.com)\ The Globe and Mail (theglobeandmail.com)\
The Japan Times (japantimes.co.jp)\ The Japan Times (japantimes.co.jp)\

View File

@ -14,6 +14,7 @@ var defaultSites = {
'Dagens Nyheter': 'dn.se', 'Dagens Nyheter': 'dn.se',
'Denver Post': 'denverpost.com', 'Denver Post': 'denverpost.com',
'The Economist': 'economist.com', 'The Economist': 'economist.com',
'Examiner': 'examiner.com.au',
'Financial Times': 'ft.com', 'Financial Times': 'ft.com',
'Glassdoor': 'glassdoor.com', 'Glassdoor': 'glassdoor.com',
'Haaretz': 'haaretz.co.il', 'Haaretz': 'haaretz.co.il',
@ -31,6 +32,7 @@ var defaultSites = {
'New Statesman': 'newstatesman.com', 'New Statesman': 'newstatesman.com',
'Nikkei Asian Review': 'asia.nikkei.com', 'Nikkei Asian Review': 'asia.nikkei.com',
'NRC': 'nrc.nl', 'NRC': 'nrc.nl',
'The Advocate': 'theadvocate.com.au',
'The Boston Globe': 'bostonglobe.com', 'The Boston Globe': 'bostonglobe.com',
'The Business Journals': 'bizjournals.com', 'The Business Journals': 'bizjournals.com',
'The Globe and Mail': 'theglobeandmail.com', 'The Globe and Mail': 'theglobeandmail.com',
@ -78,7 +80,9 @@ const allow_cookies = [
'newstatesman.com', 'newstatesman.com',
'spectator.co.uk', 'spectator.co.uk',
'towardsdatascience.com', 'towardsdatascience.com',
'medium.com' 'medium.com',
'theadvocate.com.au',
'examiner.com.au'
] ]
// Removes cookies after page load // Removes cookies after page load
@ -97,7 +101,9 @@ const remove_cookies = [
'newstatesman.com', 'newstatesman.com',
'spectator.co.uk', 'spectator.co.uk',
'towardsdatascience.com', 'towardsdatascience.com',
'medium.com' 'medium.com',
'theadvocate.com.au',
'examiner.com.au'
] ]
function setDefaultOptions() { function setDefaultOptions() {

View File

@ -1,5 +1,6 @@
Updates-- Updates--
2018-10-02 v1.3.10: Added The Adovcate (theadvocate.com.au), added Examiner (examiner.com.au)
2018-09-09 v1.3.9: Added japantimes.co.jp 2018-09-09 v1.3.9: Added japantimes.co.jp
2018-08-31 v1.3.8: Added thestar.com 2018-08-31 v1.3.8: Added thestar.com
2018-07-22 v1.3.7: Added towardsdatascience.com, fixed medium.com 2018-07-22 v1.3.7: Added towardsdatascience.com, fixed medium.com

View File

@ -12,6 +12,7 @@ var defaultSites = {
'Dagens Nyheter': 'dn.se', 'Dagens Nyheter': 'dn.se',
'Denver Post': 'denverpost.com', 'Denver Post': 'denverpost.com',
'The Economist': 'economist.com', 'The Economist': 'economist.com',
'Examiner': 'examiner.com.au',
'Financial Times': 'ft.com', 'Financial Times': 'ft.com',
'Glassdoor': 'glassdoor.com', 'Glassdoor': 'glassdoor.com',
'Haaretz': 'haaretz.co.il', 'Haaretz': 'haaretz.co.il',
@ -29,6 +30,7 @@ var defaultSites = {
'New Statesman': 'newstatesman.com', 'New Statesman': 'newstatesman.com',
'Nikkei Asian Review': 'asia.nikkei.com', 'Nikkei Asian Review': 'asia.nikkei.com',
'NRC': 'nrc.nl', 'NRC': 'nrc.nl',
'The Advocate': 'theadvocate.com.au',
'The Boston Globe': 'bostonglobe.com', 'The Boston Globe': 'bostonglobe.com',
'The Business Journals': 'bizjournals.com', 'The Business Journals': 'bizjournals.com',
'The Globe and Mail': 'theglobeandmail.com', 'The Globe and Mail': 'theglobeandmail.com',

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<body> <body>
<div style="width:220px;">Bypass Paywalls v1.3.9 by Adam <div style="width:220px;">Bypass Paywalls v1.3.10 by Adam
<a href="options.html">Options</a></div> <a href="options.html">Options</a></div>
</body> </body>
</html> </html>