2017-07-08 17:40:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2018-10-07 05:18:34 +00:00
|
|
|
<meta charset="utf-8">
|
2020-01-12 20:24:23 +00:00
|
|
|
<title>Bypass Paywalls Clean Options</title>
|
2017-07-08 17:40:29 +00:00
|
|
|
<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
|
2018-06-03 18:23:04 +00:00
|
|
|
uncheck sites you are logged in to otherwise you will be logged out on every visit.
|
2017-07-08 17:40:29 +00:00
|
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
<div id='bypass_sites'>
|
|
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
<div id="status"></div>
|
|
|
|
<div id="error"></div>
|
|
|
|
<br/>
|
2018-01-31 05:08:11 +00:00
|
|
|
<span style='float:left;'>
|
|
|
|
<button id="save">Save</button>
|
|
|
|
</span>
|
2017-07-08 17:40:29 +00:00
|
|
|
<span style='float:right;'>
|
|
|
|
<button id="select-all">Select all</button>
|
|
|
|
<button id="select-none">Select none</button>
|
|
|
|
</span>
|
2018-10-07 05:18:34 +00:00
|
|
|
<br/><br/>
|
2017-07-08 17:40:29 +00:00
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|