Merge pull request #7 from katzelad/master

added themarker.com
master
Adam 2018-06-03 10:34:29 -07:00 committed by GitHub
commit 0e75c43017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 3 deletions

View File

@ -37,6 +37,7 @@ 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)\

View File

@ -35,6 +35,7 @@ var defaultSites = {
'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',
@ -227,4 +228,4 @@ browser.webRequest.onCompleted.addListener(function(details) {
}
}, {
urls: ["<all_urls>"]
});
});

View File

@ -1,5 +1,6 @@
Updates--
2018-05-20 v1.2.6: Added TheMarker (themarker.com)
2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com)
2018-05-10 v1.2.4: Fixed redirect issue
2018-05-05 v1.2.3: Added Bloomberg (bloomberg.com)
@ -51,6 +52,7 @@ 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)

View File

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

View File

@ -33,6 +33,7 @@ var defaultSites = {
'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',

View File

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