2020-09-08 16:38:18 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
2020-11-05 22:21:41 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-10-13 17:11:35 +02:00
< title > Bypass Paywalls Clean (setCookie/custom sites opt-in)< / title >
2020-09-08 16:38:18 +02:00
< link rel = "stylesheet" href = "opt-in.css" / >
< script src = "opt-in.js" > < / script >
< / head >
< body >
< div id = "opt-in-prompt" >
2020-10-13 17:11:35 +02: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 08:19:51 +01:00
Australian Provincial Newspapers< br / >
2020-10-13 17:11:35 +02:00
Irish Independent< br >
2020-09-08 16:38:18 +02:00
The Belfast Telegraph< / p >
2020-10-13 17:11:35 +02:00
< p > setCookie opt-in enabled: < span id = "opt-in-enabled" > < / span > < / p >
< div id = "optin-container" >
2020-10-15 08:35:41 +02:00
< button id = "optin-enable" > Enable< / button >
< button id = "optin-disable" > Disable< / button >
2020-09-08 16:38:18 +02:00
< / div >
< / div >
2020-10-13 17:11:35 +02:00
< div id = "custom-prompt" >
< p > < strong > custom sites opt-in< / strong > < / p >
2020-10-21 16:48:59 +02: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 17:11:35 +02: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 >
2021-04-29 19:35:59 +02:00
< p > You can also just request permissions for the < a href = "../options_custom.html" > custom sites< / a > you added yourself.< / p >
2020-09-08 16:38:18 +02:00
< / div >
2020-10-13 17:11:35 +02:00
< p >
2020-11-10 18:15:18 +01:00
< div style = 'float:left;padding-bottom:50px' >
2020-10-13 17:11:35 +02: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 17:58:07 +02:00
< small > < button id = "button-close" > Close< / button > < / small >
2020-10-13 17:11:35 +02:00
< / div >
< / p >
2020-09-08 16:38:18 +02:00
< / body >
< / html >