2017-07-08 19:40:29 +02:00
<!DOCTYPE html>
< html >
< head >
2020-02-25 22:47:05 +01:00
< meta charset = "utf-8" >
2020-11-05 22:21:41 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-01-12 21:24:23 +01:00
< title > Bypass Paywalls Clean Options< / title >
2022-09-17 15:02:33 +02:00
< link rel = "stylesheet" href = "options_all.css" / >
2017-07-08 19:40:29 +02:00
< / head >
< body >
2024-02-19 13:13:06 +01:00
< h1 id = "top" > Options | < small > < span id = "version" > < / span > < br > < span id = "version_new" > < / span > < / small > < / h1 >
2022-09-17 00:17:22 +02:00
< br > < a href = "https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/blob/master/changelog.txt" target = "_blank" > Changelog< / a >
2020-03-17 12:16:32 +01:00
< div style = "width:90%;" >
2024-03-13 19:44:25 +01:00
< br > Some selected sites will have their cookies cleared; uncheck the sites (or add to excluded sites) for which you have an account.< br >
2023-03-22 15:42:53 +01:00
If you also want to block general paywall-scripts for unlisted sites you have to opt-in to custom sites (host permission for access to all sites is needed).
<!-- To view some sites (check list) a necessary cookie has to be set (enable this in opt - in). -->
2017-07-08 19:40:29 +02:00
< / div >
2020-10-13 17:11:35 +02:00
< br >
2020-03-15 10:17:24 +01:00
< div style = 'float:left' >
2024-02-19 13:13:06 +01:00
< small > < button id = "save_top" > Save< / button > < / small >
2020-03-15 10:17:24 +01:00
< small > < button > < a href = "options_custom.html" style = "text-decoration:none;color:inherit" > Custom sites< / a > < / button > < / small >
2020-09-08 16:38:18 +02:00
< small > < button > < a href = "optin/opt-in.html" style = "text-decoration:none;color:inherit" > Opt-in< / a > < / button > < / small >
2023-07-25 07:21:11 +02:00
< small > < button id = "check_sites_updated" > Check updated sites< / button > < / small >
< small > < button id = "clear_sites_updated" > Clear updated sites< / button > < / small >
2021-01-05 18:53:59 +01:00
< small > < button > < a href = "options_excluded.html" style = "text-decoration:none;color:inherit" > Excluded sites< / a > < / button > < / small >
2024-02-19 13:13:06 +01:00
< small > < button > < a href = "#save" style = "text-decoration:none;color:inherit" > Go to bottom< / a > < / button > < / small >
2024-03-13 19:44:25 +01:00
< input id = "search" type = "text" size = "30" placeholder = "Search (domain)name ..." >
2020-03-15 10:17:24 +01:00
< / div >
2024-03-01 17:42:36 +01:00
< div style = "clear:both;" > < / div >
< strong style = "color:red;" > < div id = "perm-custom" > < / div > < / strong >
2020-03-06 15:40:23 +01:00
< div style = "clear:both;" > < / div >
2020-03-15 10:17:24 +01:00
< br >
2024-02-19 13:13:06 +01:00
< div id = "status_top" > < / div >
2020-02-23 16:33:42 +01:00
< div id = 'bypass_sites' > < / div >
2020-10-13 17:11:35 +02:00
< br >
2017-07-08 19:40:29 +02:00
< div id = "status" > < / div >
< div id = "error" > < / div >
2020-03-08 19:45:19 +01:00
< span style = 'float:left;padding-bottom:50px' >
2018-01-31 06:08:11 +01:00
< button id = "save" > Save< / button >
2017-07-08 19:40:29 +02:00
< button id = "select-all" > Select all< / button >
< button id = "select-none" > Select none< / button >
2020-03-15 10:17:24 +01:00
< button > < a href = "options_custom.html" style = "text-decoration:none;color:inherit" > Custom sites< / a > < / button >
2021-01-05 18:53:59 +01:00
< button > < a href = "options_excluded.html" style = "text-decoration:none;color:inherit" > Excluded sites< / a > < / button >
2024-02-19 13:13:06 +01:00
< button > < a href = "#top" style = "text-decoration:none;color:inherit" > Go to top< / a > < / button >
2020-11-10 18:15:18 +01:00
< button id = "button-close" > Close< / button >
2017-07-08 19:40:29 +02:00
< / span >
2021-03-27 08:31:03 +01:00
< script src = "../sites.js" > < / script >
2017-07-08 19:40:29 +02:00
< script src = "options.js" > < / script >
2020-02-23 16:33:42 +01:00
< script src = "version.js" > < / script >
2017-07-08 19:40:29 +02:00
< / body >
< / html >