bypass-paywalls-firefox-clean/options.html

42 lines
1.2 KiB
HTML
Raw Normal View History

2017-07-08 19:40:29 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2020-01-12 21:24:23 +01:00
<title>Bypass Paywalls Clean Options</title>
2017-07-08 19:40:29 +02:00
<style>
#bypass_sites label {
display: block;
}
body {
width:350px;
height:600px;
}
</style>
</head>
<body>
<h1>Options | <small><span id="version"></span><span id="version_new"></span></small></h1>
2017-07-08 19:40:29 +02:00
<div>
Selected sites will have their cookies cleared and referer set to Google. You should
2020-02-23 16:33:42 +01:00
uncheck sites you have an account with or else you will be logged out at every visit.
Add your <a href="options_custom.html">custom sites</a>.
2017-07-08 19:40:29 +02:00
</div>
<br/>
<div style='float:right'><a href="options.html#save">to save-button</a></div>
<div style="clear:both;"></div>
2020-02-23 16:33:42 +01:00
<div id='bypass_sites'></div>
<br/>
2017-07-08 19:40:29 +02:00
<div id="status"></div>
<div id="error"></div>
<span style='float:left;padding-bottom:50px'>
2018-01-31 06:08:11 +01:00
<button id="save">Save</button>
</span>
<span style='float:right;padding-bottom:50px'>
2017-07-08 19:40:29 +02:00
<button id="select-all">Select all</button>
<button id="select-none">Select none</button>
</span>
<script src="sites.js"></script>
2017-07-08 19:40:29 +02:00
<script src="options.js"></script>
2020-02-23 16:33:42 +01:00
<script src="version.js"></script>
2017-07-08 19:40:29 +02:00
</body>
</html>