commit
b1fcfb16e1
@ -42,6 +42,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)\
|
||||
|
@ -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',
|
||||
|
@ -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)
|
||||
@ -50,6 +51,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)
|
||||
|
@ -18,5 +18,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.2.5"
|
||||
"version": "1.2.6"
|
||||
}
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
<br><a href="options.html">Options</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user