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

39 lines
831 B
HTML

7 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
5 years ago
<title>Bypass Paywalls Clean Options</title>
7 years ago
<style>
#bypass_sites label {
display: block;
}
body {
width:350px;
height:600px;
}
</style>
</head>
<body>
<div>
Selected sites will have their cookies cleared and referer set to Google. You should
6 years ago
uncheck sites you are logged in to otherwise you will be logged out on every visit.
7 years ago
</div>
<br/>
<div id='bypass_sites'>
</div>
<br/>
<div id="status"></div>
<div id="error"></div>
<br/>
6 years ago
<span style='float:left;'>
<button id="save">Save</button>
</span>
7 years ago
<span style='float:right;'>
<button id="select-all">Select all</button>
<button id="select-none">Select none</button>
</span>
<br/><br/>
7 years ago
<script src="options.js"></script>
</body>
</html>