Open (custom) options in new tab

merge-requests/1/head
magnolia1234 4 years ago
parent 8411c0db7b
commit c35f3f577e

@ -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:100%"><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-firefox-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…
Cancel
Save