Add Denver Post
This commit is contained in:
parent
29b91631d3
commit
47a6e8c8c5
@ -18,6 +18,7 @@ Chicago Tribune (chicagotribune.com)\
|
||||
Corriere Della Sera (corriere.it)\
|
||||
Daily Press (dailypress.com)\
|
||||
Dagens Nyheter (dn.se)\
|
||||
Denver Post (denverpost.com)\
|
||||
The Economist (economist.com)\
|
||||
Financial Times (ft.com)\
|
||||
Glassdoor (glassdoor.com)\
|
||||
@ -50,4 +51,5 @@ The Wall Street Journal (wsj.com)\
|
||||
Wired (wired.com)
|
||||
|
||||
### 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.
|
@ -10,6 +10,7 @@ var defaultSites = {
|
||||
'Corriere Della Sera': 'corriere.it',
|
||||
'Daily Press': 'dailypress.com',
|
||||
'Dagens Nyheter': 'dn.se',
|
||||
'Denver Post': 'denverpost.com',
|
||||
'The Economist': 'economist.com',
|
||||
'Financial Times': 'ft.com',
|
||||
'Glassdoor': 'glassdoor.com',
|
||||
@ -58,7 +59,8 @@ const allow_cookies = [
|
||||
'mercurynews.com',
|
||||
'theage.com.au',
|
||||
'economist.com',
|
||||
'bostonglobe.com'
|
||||
'bostonglobe.com',
|
||||
'denverpost.com'
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
@ -71,7 +73,8 @@ const remove_cookies = [
|
||||
'theage.com.au',
|
||||
'economist.com',
|
||||
'bostonglobe.com',
|
||||
'wired.com'
|
||||
'wired.com',
|
||||
'denverpost.com'
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
@ -1,5 +1,6 @@
|
||||
Updates--
|
||||
|
||||
2018-07-04 v1.2.9: Added The Denver Post (denverpost.com, note: need to turn off uBlock for this site)
|
||||
2018-06-26 v1.2.8: Bug fixes (washingtonpost.com)
|
||||
2018-06-08 v1.2.7: Added Wired (wired.com)
|
||||
2018-05-20 v1.2.6: Added TheMarker (themarker.com)
|
||||
@ -17,45 +18,3 @@ Updates--
|
||||
2017-02-25: If you are trying to view NYT articles or tired of the WSJ popup, try installing an adblocker (I recommend 'uBlock Origin').
|
||||
2017-02-16: Added 'The Australian'.
|
||||
2017-02-09: WSJ working again (bypass paywall)! Also added glassdoor, nytimes, seattletimes.
|
||||
|
||||
Bypass the following sites' paywalls:
|
||||
|
||||
The Age (theage.com.au)
|
||||
Baltimore Sun (baltimoresun.com)
|
||||
Barron's (barrons.com)
|
||||
Bloomberg (bloomberg.com)
|
||||
Crain's Chicago Business (chicagobusiness.com)
|
||||
Chicago Tribune (chicagotribune.com)
|
||||
Corriere Della Sera (corriere.it)
|
||||
Daily Press (dailypress.com)
|
||||
Dagens Nyheter (dn.se)
|
||||
The Economist (economist.com)
|
||||
Financial Times (ft.com)
|
||||
Glassdoor (glassdoor.com)
|
||||
Haaretz (haaretz.co.il / haaretz.com)
|
||||
Hartford Courant (courant.com)
|
||||
Harvard Business Review (hbr.org)
|
||||
Het Financieele Dagblad (fd.nl)
|
||||
Inc.com (inc.com)
|
||||
Le Temps (letemps.ch)
|
||||
Los Angeles Times (latimes.com)
|
||||
Medium (medium.com)
|
||||
Medscape (medscape.com)
|
||||
MIT Technology Review (technologyreview.com)
|
||||
Nikkei Asian Review (asia.nikkei.com)
|
||||
NRC (nrc.nl)
|
||||
The Boston Globe (bostonglobe.com)
|
||||
The Mercury News (mercurynews.com)
|
||||
The Morning Call (mcall.com)
|
||||
The Nation (thenation.com)
|
||||
The New York Times (nytimes.com)
|
||||
The New Yorker (newyorker.com)
|
||||
OrlandoSentinel (orlandosentinel.com)
|
||||
Quora (quora.com)
|
||||
SunSentinel (sun-sentinel.com)
|
||||
TheMarker (themarker.com)
|
||||
The Seattle Times (seattletimes.com)
|
||||
The Sydney Morning Herald (smh.com.au)
|
||||
The Washington Post (washingtonpost.com)
|
||||
The Wall Street Journal (wsj.com)
|
||||
Wired (wired.com)
|
||||
|
@ -18,5 +18,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.2.8"
|
||||
"version": "1.2.9"
|
||||
}
|
||||
|
@ -8,6 +8,7 @@ var defaultSites = {
|
||||
'Corriere Della Sera': 'corriere.it',
|
||||
'Daily Press': 'dailypress.com',
|
||||
'Dagens Nyheter': 'dn.se',
|
||||
'Denver Post': 'denverpost.com',
|
||||
'The Economist': 'economist.com',
|
||||
'Financial Times': 'ft.com',
|
||||
'Glassdoor': 'glassdoor.com',
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="width:220px;">Bypass Paywalls v1.2.8 by Adam
|
||||
<div style="width:220px;">Bypass Paywalls v1.2.9 by Adam
|
||||
<br><a href="options.html">Options</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user