2020-09-08 16:38:18 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< title > Bypass Paywalls Clean (setCookie opt-in)< / title >
< link rel = "stylesheet" href = "opt-in.css" / >
< script src = "opt-in.js" > < / script >
< / head >
< body >
< div id = "opt-in-prompt" >
< p > < strong > Bypass Paywalls Clean (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 >
Australian Provincial Newspapers< / br >
Boston Globe< / br >
Irish Independent< / br >
The Belfast Telegraph< / p >
2020-09-22 21:06:28 +02:00
< p > SetCookie opt-in enabled: < span id = "opt-in-enabled" > < / span > < / p >
2020-09-08 16:38:18 +02:00
< div id = "button-container" >
< button id = "button-enable" > Enable< / button >
< button id = "button-cancel" autofocus = "true" > Disable< / button >
< / div >
< / div >
< div id = "after-opt-in" hidden = "true" >
< p > Do something else.< / p >
< / div >
< / body >
< / html >