mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
c759485868
Plus update UI (custom)options.
44 lines
1.4 KiB
HTML
44 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Bypass Paywalls Clean Options</title>
|
|
<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>
|
|
<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.
|
|
</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="options.html#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/>
|
|
<div id="status"></div>
|
|
<div id="error"></div>
|
|
<span style='float:left;padding-bottom:50px'>
|
|
<button id="save">Save</button>
|
|
<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>
|
|
</span>
|
|
<script src="sites.js"></script>
|
|
<script src="options.js"></script>
|
|
<script src="version.js"></script>
|
|
</body>
|
|
</html>
|