2017-07-08 14:16:27 -07:00
<!DOCTYPE html>
< html >
< head >
2020-02-25 22:35:21 +01:00
< meta charset = "utf-8" >
2020-11-05 22:19:22 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-01-12 21:20:24 +01:00
< title > Bypass Paywalls Clean Options< / title >
2017-07-08 14:16:27 -07:00
< style >
#bypass_sites label {
display: block;
}
body {
2020-11-04 17:41:31 +01:00
font-size: 100%;
2017-07-08 14:16:27 -07:00
}
2020-11-05 22:19:22 +01:00
* {
box-sizing: border-box;
}
2017-07-08 14:16:27 -07:00
< / style >
< / head >
< body >
2020-11-17 17:38:59 +01:00
< h1 > Options | < small > < span id = "version" > < / span > < br > < span id = "version_new" > < / span > < / small > < / h1 >
2020-11-20 19:08:11 +01:00
< br > < a href = "https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/blob/master/changelog.txt" style = "color:black" target = "_blank" > Changelog< / a >
2020-03-17 12:13:40 +01:00
< div style = "width:90%;" >
2021-02-02 19:17:01 +01: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 14:16:27 -07:00
< / div >
2020-10-13 17:10:56 +02:00
< br >
2020-03-15 08:28:50 +00:00
< div style = 'float:left' >
< small > < button > < a href = "options_custom.html" style = "text-decoration:none;color:inherit" > Custom sites< / a > < / button > < / small >
2021-12-02 18:01:48 +01:00
< small > < button id = "sites_updated" > Updated sites?< / button > < / small >
2020-09-08 16:36:34 +02:00
< small > < button > < a href = "optin/opt-in.html" style = "text-decoration:none;color:inherit" > Opt-in< / a > < / button > < / small >
2021-01-05 18:53:46 +01:00
< small > < button > < a href = "options_excluded.html" style = "text-decoration:none;color:inherit" > Excluded sites< / a > < / button > < / small >
2020-10-13 17:10:56 +02:00
< small > < button > < a href = "#save" style = "text-decoration:none;color:inherit" > Go to save< / a > < / button > < / small >
2020-03-15 08:28:50 +00:00
< / div >
2021-12-15 17:44:17 +01:00
< strong > < div id = "perm-custom" > < / div > < / strong >
2020-03-06 15:39:45 +01:00
< div style = "clear:both;" > < / div >
2020-03-15 08:28:50 +00:00
< br >
Move local newspapers to custom & add special characters in sites.json
* special characters in sites.json
*Move to sites_custom.js: Orlando Sentinel (151,000 daily prints), Sun-Sentinel (163,000) San Diego Union-Tribune (121,000), The News-Gazette, The Morning Call, mexiconewsdaily, L.A. Business Journal, baltimore sun, Crain's Chicago Business, l'écho, Winston-Salem Journal, Eindhovens Dagblad, The Examiner, etc.
* remove the two screenshots & changelog.txt (obsolete)
* instructions for Opera/Vivaldi/Brave/Chromium browsers & link to Firefox
* Updates README.md
2020-01-01 20:27:05 +01:00
< div id = 'bypass_sites' > < / div >
2020-10-13 17:10:56 +02:00
< br >
2017-07-08 14:16:27 -07:00
< div id = "status" > < / div >
< div id = "error" > < / div >
2020-03-08 19:39:33 +01:00
< span style = 'float:left;padding-bottom:50px' >
2018-01-30 21:26:21 -08:00
< button id = "save" > Save< / button >
2017-07-08 14:16:27 -07:00
< button id = "select-all" > Select all< / button >
< button id = "select-none" > Select none< / button >
2020-03-15 08:28:50 +00:00
< button > < a href = "options_custom.html" style = "text-decoration:none;color:inherit" > Custom sites< / a > < / button >
2021-01-05 18:53:46 +01:00
< button > < a href = "options_excluded.html" style = "text-decoration:none;color:inherit" > Excluded sites< / a > < / button >
2020-11-10 18:14:47 +01:00
< button id = "button-close" > Close< / button >
2017-07-08 14:16:27 -07:00
< / span >
2021-03-27 08:30:39 +01:00
< script src = "../sites.js" > < / script >
2017-07-08 14:16:27 -07:00
< script src = "options.js" > < / script >
Move local newspapers to custom & add special characters in sites.json
* special characters in sites.json
*Move to sites_custom.js: Orlando Sentinel (151,000 daily prints), Sun-Sentinel (163,000) San Diego Union-Tribune (121,000), The News-Gazette, The Morning Call, mexiconewsdaily, L.A. Business Journal, baltimore sun, Crain's Chicago Business, l'écho, Winston-Salem Journal, Eindhovens Dagblad, The Examiner, etc.
* remove the two screenshots & changelog.txt (obsolete)
* instructions for Opera/Vivaldi/Brave/Chromium browsers & link to Firefox
* Updates README.md
2020-01-01 20:27:05 +01:00
< script src = "version.js" > < / script >
2017-07-08 14:16:27 -07:00
< / body >
< / html >