Fix washingtonpost.com

master
Adam 2018-06-27 18:05:25 -07:00
parent af63f04221
commit f031061e6c
4 changed files with 8 additions and 51 deletions

View File

@ -57,11 +57,11 @@ const allow_cookies = [
'ft.com',
'letemps.ch',
'fd.nl',
'bostonglobe.com',
'mercurynews.com',
'theage.com.au',
'economist.com',
'bostonglobe.com'
'bostonglobe.com',
'washingtonpost.com'
]
// Removes cookies after page load
@ -70,11 +70,11 @@ const remove_cookies = [
'ft.com',
'letemps.ch',
'fd.nl',
'bostonglobe.com',
'mercurynews.com',
'theage.com.au',
'economist.com',
'bostonglobe.com'
'bostonglobe.com',
'washingtonpost.com'
]
function setDefaultOptions() {

View File

@ -1,5 +1,6 @@
Updates--
2018-06-27 v1.2.9: Fixed The Washington Post (washingtonpost.com)
2018-06-22 v1.2.8: Added Vanity Fair (vanityfair.com), added The Globe and Mail (theglobeandmail.com)
2018-06-03 v1.2.7: Added Wired (wired.com)
2018-05-20 v1.2.6: Added TheMarker (themarker.com)
@ -17,48 +18,4 @@ Updates--
2017-04-05: Added 'Nikkei Asian Review'.
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 Globe and Mail (theglobeandmail.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)
Vanity Fair (vanityfair.com)
Wired (wired.com)
2017-02-09: WSJ working again (bypass paywall)! Also added glassdoor, nytimes, seattletimes.

View File

@ -28,5 +28,5 @@
"page": "options.html"
},
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
"version": "1.2.8"
"version": "1.2.9"
}

View File

@ -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
<a href="options.html">Options</a></div>
</body>
</html>