mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-06-01 04:50:12 +02:00
Fix seattletimes.com
This commit is contained in:
parent
ca13aab8e6
commit
202acc40d3
@ -91,7 +91,8 @@ const remove_cookies = [
|
|||||||
'hbr.org',
|
'hbr.org',
|
||||||
'medium.com',
|
'medium.com',
|
||||||
'foreignpolicy.com',
|
'foreignpolicy.com',
|
||||||
'wsj.com'
|
'wsj.com',
|
||||||
|
'seattletimes.com'
|
||||||
]
|
]
|
||||||
|
|
||||||
function setDefaultOptions() {
|
function setDefaultOptions() {
|
||||||
|
@ -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.3.6"
|
"version": "1.3.7"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<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>
|
<br><a href="options.html">Options</a></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user