mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:27:48 +01:00
9e1e2fd135
Maintenance contentScript (sanitize html-input)
64 lines
2.7 KiB
HTML
64 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Bypass Paywalls Clean (setCookie, custom sites & check update opt-in)</title>
|
|
<link rel="stylesheet" href="../options_all.css"/>
|
|
<link rel="stylesheet" href="opt-in.css"/>
|
|
<script src="opt-in.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<p><strong>Bypass Paywalls Clean<br> - setCookie, custom sites & check update opt-in</strong></p>
|
|
</div>
|
|
</div>
|
|
<div id="opt-in-prompt">
|
|
<p><strong>setCookie opt-in</strong></p>
|
|
<p>For some sites a necessary cookie has to be set (this cookie doesn't contain any personal information about the user or device):<br><br>
|
|
Crusoé</p>
|
|
<p>setCookie opt-in enabled: <span id="opt-in-enabled"></span></p>
|
|
<div id="optin-container">
|
|
<button id="optin-enable">Enable</button>
|
|
<button id="optin-disable">Disable</button>
|
|
</div>
|
|
<div id="custom-prompt">
|
|
<p><strong>custom sites opt-in</strong></p>
|
|
<p>If you want to enable custom sites and also have the option to remove cookies/block general paywall-scripts of 'unlisted' sites:</br>
|
|
<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>
|
|
<p>You can also just request permissions for the <a href="../options_custom.html">custom sites</a> you added yourself.</p>
|
|
</div>
|
|
<div id="update-prompt">
|
|
<p><strong>check update opt-in</strong></p>
|
|
<p>Check for update of version (on startup and when opening options):</br>
|
|
<p>check update enabled: <span id="update-enabled"></span></p>
|
|
<div id="update-container">
|
|
<button id="update-enable">Enable</button>
|
|
<button id="update-disable">Disable</button>
|
|
</div>
|
|
</div>
|
|
<div id="counter-prompt">
|
|
<p><strong>daily users counter opt-in</strong></p>
|
|
<p>Very basic daily users counter (by counting the download of an empty json-file (no personal information is shared)):</br>
|
|
<p>daily users counter enabled: <span id="counter-enabled"></span></p>
|
|
<div id="custom-container">
|
|
<button id="counter-enable">Enable</button>
|
|
<button id="counter-disable">Disable</button>
|
|
</div>
|
|
</div>
|
|
<p>
|
|
<div style='float:left;padding-bottom:50px'>
|
|
<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>
|
|
<small><button id="button-close">Close</button></small>
|
|
</div>
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|