2017-07-08 17:40:29 +00:00
<!DOCTYPE html>
< html >
< head >
2020-02-25 21:47:05 +00:00
< meta charset = "utf-8" >
2020-11-05 21:21:41 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-01-12 20:24:23 +00:00
< title > Bypass Paywalls Clean Options< / title >
2017-07-08 17:40:29 +00:00
< style >
#bypass_sites label {
display: block;
}
body {
2020-11-04 16:41:48 +00:00
font-size: 100%;
2017-07-08 17:40:29 +00:00
}
2020-11-05 21:21:41 +00:00
* {
box-sizing: border-box;
}
2017-07-08 17:40:29 +00:00
< / style >
< / head >
< body >
2020-11-17 16:39:31 +00:00
< h1 > Options | < small > < span id = "version" > < / span > < br > < span id = "version_new" > < / span > < / small > < / h1 >
2020-11-20 18:12:01 +00:00
< br > < a href = "https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/blob/master/changelog.txt" style = "color:black" target = "_blank" > Changelog< / a >
2020-03-17 11:16:32 +00:00
< div style = "width:90%;" >
2021-02-02 18:17:45 +00:00
< br > Most selected sites will have their cookies cleared (not all though).< br >
You should uncheck the sites (or add to excluded sites) for which you have an account or else you will be logged out at every visit.< br > < br >
If you want to also block general paywall-scripts for non-listed sites you have to opt-in to custom sites (permission for access to all sites is needed).< br >
To view some sites (check list) a necessary cookie has to be set (enable this in opt-in).
2017-07-08 17:40:29 +00:00
< / div >
2020-10-13 15:11:35 +00:00
< br >
2020-03-15 09:17:24 +00:00
< div style = 'float:left' >
< small > < button > < a href = "options_custom.html" style = "text-decoration:none;color:inherit" > Custom sites< / a > < / button > < / small >
2020-09-08 14:38:18 +00:00
< small > < button > < a href = "optin/opt-in.html" style = "text-decoration:none;color:inherit" > Opt-in< / a > < / button > < / small >
2021-01-05 17:53:59 +00:00
< small > < button > < a href = "options_excluded.html" style = "text-decoration:none;color:inherit" > Excluded sites< / a > < / button > < / small >
2020-10-13 15:11:35 +00:00
< small > < button > < a href = "#save" style = "text-decoration:none;color:inherit" > Go to save< / a > < / button > < / small >
2020-03-15 09:17:24 +00:00
< / div >
2020-03-06 14:40:23 +00:00
< div style = "clear:both;" > < / div >
2020-03-15 09:17:24 +00:00
< br >
2020-02-23 15:33:42 +00:00
< div id = 'bypass_sites' > < / div >
2020-10-13 15:11:35 +00:00
< br >
2017-07-08 17:40:29 +00:00
< div id = "status" > < / div >
< div id = "error" > < / div >
2020-03-08 18:45:19 +00:00
< span style = 'float:left;padding-bottom:50px' >
2018-01-31 05:08:11 +00:00
< button id = "save" > Save< / button >
2017-07-08 17:40:29 +00:00
< button id = "select-all" > Select all< / button >
< button id = "select-none" > Select none< / button >
2020-03-15 09:17:24 +00:00
< button > < a href = "options_custom.html" style = "text-decoration:none;color:inherit" > Custom sites< / a > < / button >
2021-01-05 17:53:59 +00:00
< button > < a href = "options_excluded.html" style = "text-decoration:none;color:inherit" > Excluded sites< / a > < / button >
2020-11-10 17:15:18 +00:00
< button id = "button-close" > Close< / button >
2017-07-08 17:40:29 +00:00
< / span >
2020-02-25 21:47:05 +00:00
< script src = "sites.js" > < / script >
2017-07-08 17:40:29 +00:00
< script src = "options.js" > < / script >
2020-02-23 15:33:42 +00:00
< script src = "version.js" > < / script >
2017-07-08 17:40:29 +00:00
< / body >
< / html >