Fix seattletimes.com

This commit is contained in:
ghost 2018-12-09 20:32:54 -08:00
parent d1b6085dfc
commit cd24b41e64
3 changed files with 4 additions and 3 deletions

View File

@ -91,7 +91,8 @@ const remove_cookies = [
'hbr.org',
'medium.com',
'foreignpolicy.com',
'wsj.com'
'wsj.com',
'seattletimes.com'
]
function setDefaultOptions() {

View File

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

View File

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