mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
d54f7aa6d1
Plus minor update opt-in UI
31 lines
981 B
HTML
31 lines
981 B
HTML
<!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>
|
|
<p>SetCookie opt-in enabled: <span id="opt-in-enabled"></span></p>
|
|
<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>
|