2020-09-08 14:38:18 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
2020-11-05 21:21:41 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-10-13 15:11:35 +00:00
< title > Bypass Paywalls Clean (setCookie/custom sites opt-in)< / title >
2020-09-08 14:38:18 +00:00
< link rel = "stylesheet" href = "opt-in.css" / >
< script src = "opt-in.js" > < / script >
< / head >
< body >
< div id = "opt-in-prompt" >
2020-10-13 15:11:35 +00:00
< p > < strong > Bypass Paywalls Clean< br > - setCookie/custom sites opt-in< / strong > < / p >
< p > < strong > setCookie opt-in< / strong > < / p >
< p > For some sites (check list in options) a necessary cookie has to be set (this cookie doesn't contain any personal information about the user or device):< br > < br >
2020-11-04 07:19:51 +00:00
Australian Provincial Newspapers< br / >
2020-10-13 15:11:35 +00:00
Boston Globe< br >
Irish Independent< br >
2020-09-08 14:38:18 +00:00
The Belfast Telegraph< / p >
2020-10-13 15:11:35 +00:00
< p > setCookie opt-in enabled: < span id = "opt-in-enabled" > < / span > < / p >
< div id = "optin-container" >
2020-10-15 06:35:41 +00:00
< button id = "optin-enable" > Enable< / button >
< button id = "optin-disable" > Disable< / button >
2020-09-08 14:38:18 +00:00
< / div >
< / div >
2020-10-13 15:11:35 +00:00
< div id = "custom-prompt" >
< p > < strong > custom sites opt-in< / strong > < / p >
2020-10-21 14:48:59 +00:00
< p > If you want to enable custom sites and also have the option to remove cookies/block general paywall-scripts of 'non-listed' sites:< / br >
2020-10-13 15:11:35 +00:00
< p > custom sites enabled: < span id = "custom-enabled" > < / span > < / p >
< div id = "custom-container" >
< button id = "custom-enable" > Enable< / button >
< button id = "custom-disable" > Disable< / button >
< / div >
2020-09-08 14:38:18 +00:00
< / div >
2020-10-13 15:11:35 +00:00
< p >
2020-11-10 17:15:18 +00:00
< div style = 'float:left;padding-bottom:50px' >
2020-10-13 15:11:35 +00:00
< small > < button > < a href = "../options.html" style = "text-decoration:none;color:inherit" > Options< / a > < / button > < / small >
< small > < button > < a href = "../options_custom.html" style = "text-decoration:none;color:inherit" > Custom sites< / a > < / button > < / small >
2020-10-14 15:58:07 +00:00
< small > < button id = "button-close" > Close< / button > < / small >
2020-10-13 15:11:35 +00:00
< / div >
< / p >
2020-09-08 14:38:18 +00:00
< / body >
< / html >