Open (custom) options in new tab
This commit is contained in:
parent
d872543fe0
commit
d3b8d88150
@ -11,6 +11,7 @@ Fix-update Australian Provincial Newspapers (Googlebot)
|
||||
Fix-update Funke Medien (TinyPass)
|
||||
Fix bug in NY Times (hidden iframe-content)
|
||||
Fix-update The West Australian (timing)
|
||||
Open (custom) options in new tab
|
||||
|
||||
* v1.9.1.1 (2020-10-19)
|
||||
Hotfix remove cookies (www)
|
||||
|
@ -3,7 +3,7 @@ var ext_api = (typeof browser === 'object') ? browser : chrome;
|
||||
var domain;
|
||||
|
||||
// clean local storage of sites (with an exemption for hold-list)
|
||||
var arr_localstorage_hold = ['elmundo.es', 'nknews.org', 'nrz.de', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk', 'waz.de', 'wp.de', 'wr.de'];
|
||||
var arr_localstorage_hold = ['elmundo.es', 'kurier.at', 'nknews.org', 'nrz.de', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk', 'waz.de', 'wp.de', 'wr.de'];
|
||||
if (!matchDomain(arr_localstorage_hold)){
|
||||
window.localStorage.clear();
|
||||
}
|
||||
|
@ -5,8 +5,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:325px"><strong>Bypass Paywalls Clean <span id="version"></span></strong>
|
||||
<br><a href="options.html" style="color:black">Options</a> |
|
||||
<a href="options_custom.html" style="color:black">Custom</a> |
|
||||
<br><a href="options.html" style="color:black" target="_blank">Options</a> |
|
||||
<a href="options_custom.html" style="color:black" target="_blank">Custom</a> |
|
||||
<a href="https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/src/master/README.md" style="color:black" target="_blank">BitBucket</a> |
|
||||
<button id="site_switch" title="en/disable current site in BPC">on/off</button> |
|
||||
<button id="clear_cookies" title="clear cookies (and local storage) for current site">clear cookies</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user