added themarker.com

This commit is contained in:
Elad Katz 2018-05-20 22:50:31 +03:00
parent a9cd38c2ec
commit 68272b5554
6 changed files with 7 additions and 2 deletions

View File

@ -42,6 +42,7 @@ The New Yorker (newyorker.com)\
OrlandoSentinel (orlandosentinel.com)\ OrlandoSentinel (orlandosentinel.com)\
Quora (quora.com)\ Quora (quora.com)\
SunSentinel (sun-sentinel.com)\ SunSentinel (sun-sentinel.com)\
TheMarker (themarker.com)\
The Seattle Times (seattletimes.com)\ 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)\

View File

@ -15,6 +15,7 @@ var defaultSites = {
'Glassdoor': 'glassdoor.com', 'Glassdoor': 'glassdoor.com',
'Haaretz': 'haaretz.co.il', 'Haaretz': 'haaretz.co.il',
'Haaretz English': 'haaretz.com', 'Haaretz English': 'haaretz.com',
'TheMarker': 'themarker.com',
'Hartford Courant': 'courant.com', 'Hartford Courant': 'courant.com',
'Harvard Business Review': 'hbr.org', 'Harvard Business Review': 'hbr.org',
'Het Financieele Dagblad': 'fd.nl', 'Het Financieele Dagblad': 'fd.nl',

View File

@ -1,5 +1,6 @@
Updates-- Updates--
2018-05-20 v1.2.6: Added TheMarker (themarker.com)
2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com) 2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com)
2018-05-10 v1.2.4: Fixed redirect issue 2018-05-10 v1.2.4: Fixed redirect issue
2018-05-05 v1.2.3: Added Bloomberg (bloomberg.com) 2018-05-05 v1.2.3: Added Bloomberg (bloomberg.com)
@ -50,6 +51,7 @@ The New Yorker (newyorker.com)
OrlandoSentinel (orlandosentinel.com) OrlandoSentinel (orlandosentinel.com)
Quora (quora.com) Quora (quora.com)
SunSentinel (sun-sentinel.com) SunSentinel (sun-sentinel.com)
TheMarker (themarker.com)
The Seattle Times (seattletimes.com) 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)

View File

@ -18,5 +18,5 @@
"page": "options.html" "page": "options.html"
}, },
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"], "permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
"version": "1.2.5" "version": "1.2.6"
} }

View File

@ -13,6 +13,7 @@ var defaultSites = {
'Glassdoor': 'glassdoor.com', 'Glassdoor': 'glassdoor.com',
'Haaretz': 'haaretz.co.il', 'Haaretz': 'haaretz.co.il',
'Haaretz English': 'haaretz.com', 'Haaretz English': 'haaretz.com',
'TheMarker': 'themarker.com',
'Hartford Courant': 'courant.com', 'Hartford Courant': 'courant.com',
'Harvard Business Review': 'hbr.org', 'Harvard Business Review': 'hbr.org',
'Het Financieele Dagblad': 'fd.nl', 'Het Financieele Dagblad': 'fd.nl',

View File

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