Add towardsdatascience.com, fix medium.com

master
Adam 2018-07-22 19:22:07 -07:00
parent 0747944295
commit c210d9e07d
6 changed files with 15 additions and 6 deletions

View File

@ -50,10 +50,12 @@ The Seattle Times (seattletimes.com)\
The Sydney Morning Herald (smh.com.au)\ The Sydney Morning Herald (smh.com.au)\
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)\
Vanity Fair (vanityfair.com)\ Vanity Fair (vanityfair.com)\
Wired (wired.com) Wired (wired.com)
### Troubleshooting ### Troubleshooting
If WSJ stops working try removing all wsj.com site cookies.\ -If WSJ stops working try removing all wsj.com site cookies.\
For The Denver Post turn off uBlock. -For The Denver Post turn off uBlock.\
-If a site doesn't work trying turning off uBlock and refreshing.

View File

@ -49,6 +49,7 @@ var defaultSites = {
'The Sydney Morning Herald': 'smh.com.au', 'The Sydney Morning Herald': 'smh.com.au',
'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',
'Vanity Fair': 'vanityfair.com', 'Vanity Fair': 'vanityfair.com',
'Wired': 'wired.com' 'Wired': 'wired.com'
}; };
@ -73,7 +74,9 @@ const allow_cookies = [
'hacked.com', 'hacked.com',
'ocregister.com', 'ocregister.com',
'newstatesman.com', 'newstatesman.com',
'spectator.co.uk' 'spectator.co.uk',
'towardsdatascience.com',
'medium.com'
] ]
// Removes cookies after page load // Removes cookies after page load
@ -90,7 +93,9 @@ const remove_cookies = [
'hacked.com', 'hacked.com',
'ocregister.com', 'ocregister.com',
'newstatesman.com', 'newstatesman.com',
'spectator.co.uk' 'spectator.co.uk',
'towardsdatascience.com',
'medium.com'
] ]
function setDefaultOptions() { function setDefaultOptions() {

View File

@ -1,5 +1,6 @@
Updates-- Updates--
2018-07-22 v1.3.7: Added towardsdatascience.com, fixed medium.com
2018-07-22 v1.3.6: Added spectator.co.uk 2018-07-22 v1.3.6: Added spectator.co.uk
2018-07-22 v1.3.5: Added newstatesman.com 2018-07-22 v1.3.5: Added newstatesman.com
2018-07-15 v1.3.4: Added OC Register (ocregister.com), added Caixin (caixinglobal.com) 2018-07-15 v1.3.4: Added OC Register (ocregister.com), added Caixin (caixinglobal.com)

View File

@ -43,5 +43,5 @@
"webRequest", "webRequest",
"webRequestBlocking" "webRequestBlocking"
], ],
"version": "1.3.6" "version": "1.3.7"
} }

View File

@ -47,6 +47,7 @@ var defaultSites = {
'The Sydney Morning Herald': 'smh.com.au', 'The Sydney Morning Herald': 'smh.com.au',
'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',
'Vanity Fair': 'vanityfair.com', 'Vanity Fair': 'vanityfair.com',
'Wired': 'wired.com' 'Wired': 'wired.com'
}; };

View File

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