mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:17:46 +01:00
Fix washingtonpost.com
This commit is contained in:
parent
f987741eb5
commit
ae1bb4201d
4 changed files with 8 additions and 51 deletions
|
@ -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() {
|
||||
|
|
|
@ -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.
|
|
@ -28,5 +28,5 @@
|
|||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.2.8"
|
||||
"version": "1.2.9"
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue