You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bypass-paywalls-firefox-clean/options.html

51 lines
1.9 KiB
HTML

7 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
5 years ago
<title>Bypass Paywalls Clean Options</title>
7 years ago
<style>
#bypass_sites label {
display: block;
}
body {
font-size: 100%;
7 years ago
}
* {
box-sizing: border-box;
}
7 years ago
</style>
</head>
<body>
<h1>Options | <small><span id="version"></span><br><span id="version_new"></span></small></h1>
4 years ago
<br><a href="https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/blob/master/changelog.txt" style="color:black" target="_blank">Changelog</a>
<div style="width:90%;">
Selected sites will have their cookies cleared and referer set to Google.
You should uncheck sites you have an account with or else you will be logged out at every visit.<br>
For some sites (check list) a necessary cookie has to be set; enable in opt-in.
7 years ago
</div>
<br>
<div style='float:left'>
<small><button><a href="options_custom.html" style="text-decoration:none;color:inherit">Custom sites</a></button></small>
<small><button><a href="optin/opt-in.html" style="text-decoration:none;color:inherit">Opt-in</a></button></small>
<small><button><a href="#save" style="text-decoration:none;color:inherit">Go to save</a></button></small>
</div>
<div style="clear:both;"></div>
<br>
<div id='bypass_sites'></div>
<br>
7 years ago
<div id="status"></div>
<div id="error"></div>
<span style='float:left;padding-bottom:50px'>
6 years ago
<button id="save">Save</button>
7 years ago
<button id="select-all">Select all</button>
<button id="select-none">Select none</button>
<button><a href="options_custom.html" style="text-decoration:none;color:inherit">Custom sites</a></button>
<button id="button-close">Close</button>
7 years ago
</span>
<script src="sites.js"></script>
7 years ago
<script src="options.js"></script>
<script src="version.js"></script>
7 years ago
</body>
</html>