mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:41:57 +01:00
Merge pull request #3 from ohadcn/master
Add haaretz.com (Haaretz English)
This commit is contained in:
commit
83c97255c8
6 changed files with 9 additions and 6 deletions
|
@ -15,7 +15,7 @@ Dagens Nyheter (dn.se)\
|
|||
The Economist (economist.com)\
|
||||
Financial Times (ft.com)\
|
||||
Glassdoor (glassdoor.com)\
|
||||
Haaretz (haaretz.co.il)\
|
||||
Haaretz (haaretz.co.il / haaretz.com)\
|
||||
Hartford Courant (courant.com)\
|
||||
Harvard Business Review (hbr.org)\
|
||||
Het Financieele Dagblad (fd.nl)\
|
||||
|
|
|
@ -13,6 +13,7 @@ var defaultSites = {
|
|||
'Financial Times': 'ft.com',
|
||||
'Glassdoor': 'glassdoor.com',
|
||||
'Haaretz': 'haaretz.co.il',
|
||||
'Haaretz English': 'haaretz.com',
|
||||
'Hartford Courant': 'courant.com',
|
||||
'Harvard Business Review': 'hbr.org',
|
||||
'Het Financieele Dagblad': 'fd.nl',
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Updates--
|
||||
2018-04-07 v1.2.1: Fixed The Economist (economist.com)
|
||||
2018-04-23 v1.2.2: Added the English Version of Haaretz website (haaretz.com)
|
||||
2018-04-07 v1.2.1: Open Source'd Bypass Paywalls! Fixed The Economist (economist.com)
|
||||
2018-04-05 v1.2.0: Added dark theme icon (thanks to Geoffrey De Belie), added Corriere Della Sera (corriere.it), added Dagens Nyheter (dn.se), fixed The Age (theage.com.au)
|
||||
2018-01-30 v1.1.0: Added Medium (medium.com), added The Boston Globe (bostonglobe.com), added The Mercury News (mercurynews.com), removed The Australian (theaustralian.com.au), removed The Courier Mail (couriermail.com.au), removed The Telegraph (telegraph.co.uk)
|
||||
2017-09-14 v1.09: Added back Barron's, added Het Financieele Dagblad (fd.nl), added Le Temps (letemps.ch), added Haaretz (haaretz.co.il)
|
||||
|
@ -24,7 +25,7 @@ Dagens Nyheter (dn.se)
|
|||
The Economist (economist.com)
|
||||
Financial Times (ft.com)
|
||||
Glassdoor (glassdoor.com)
|
||||
Haaretz (haaretz.co.il)
|
||||
Haaretz (haaretz.co.il / haaretz.com)
|
||||
Hartford Courant (courant.com)
|
||||
Harvard Business Review (hbr.org)
|
||||
Het Financieele Dagblad (fd.nl)
|
||||
|
@ -48,4 +49,4 @@ SunSentinel (sun-sentinel.com)
|
|||
The Seattle Times (seattletimes.com)
|
||||
The Sydney Morning Herald (smh.com.au)
|
||||
The Washington Post (washingtonpost.com)
|
||||
The Wall Street Journal (wsj.com)
|
||||
The Wall Street Journal (wsj.com)
|
||||
|
|
|
@ -28,5 +28,5 @@
|
|||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.2.1"
|
||||
"version": "1.2.2"
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@ var defaultSites = {
|
|||
'Financial Times': 'ft.com',
|
||||
'Glassdoor': 'glassdoor.com',
|
||||
'Haaretz': 'haaretz.co.il',
|
||||
'Haaretz English': 'haaretz.com',
|
||||
'Hartford Courant': 'courant.com',
|
||||
'Harvard Business Review': 'hbr.org',
|
||||
'Het Financieele Dagblad': 'fd.nl',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="width:220px;">Bypass Paywalls v1.2.1 by Adam
|
||||
<div style="width:220px;">Bypass Paywalls v1.2.2 by Adam
|
||||
<a href="options.html">Options</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue