2017-07-08 19:40:29 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-02-25 22:47:05 +01:00
|
|
|
<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 {
|
2020-11-04 17:41:48 +01:00
|
|
|
font-size: 100%;
|
2017-07-08 19:40:29 +02:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-03-08 19:45:19 +01:00
|
|
|
<h1>Options | <small><span id="version"></span><span id="version_new"></span></small></h1>
|
2020-10-01 16:11:57 +02:00
|
|
|
<br><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/raw/master/changelog.txt" style="color:black" target="_blank">Changelog</a>
|
2020-03-17 12:16:32 +01:00
|
|
|
<div style="width:90%;">
|
|
|
|
Selected sites will have their cookies cleared and referer set to Google.
|
2020-10-13 17:11:35 +02:00
|
|
|
You should uncheck sites you have an account with or else you will be logged out at every visit.<br>
|
2020-09-08 16:38:18 +02:00
|
|
|
For some sites (check list) a necessary cookie has to be set; enable in opt-in.
|
2017-07-08 19:40:29 +02:00
|
|
|
</div>
|
2020-10-13 17:11:35 +02:00
|
|
|
<br>
|
2020-03-15 10:17:24 +01:00
|
|
|
<div style='float:left'>
|
|
|
|
<small><button><a href="options_custom.html" style="text-decoration:none;color:inherit">Custom sites</a></button></small>
|
2020-09-08 16:38:18 +02:00
|
|
|
<small><button><a href="optin/opt-in.html" style="text-decoration:none;color:inherit">Opt-in</a></button></small>
|
2020-10-13 17:11:35 +02:00
|
|
|
<small><button><a href="#save" style="text-decoration:none;color:inherit">Go to save</a></button></small>
|
2020-03-15 10:17:24 +01:00
|
|
|
</div>
|
2020-03-06 15:40:23 +01:00
|
|
|
<div style="clear:both;"></div>
|
2020-03-15 10:17:24 +01:00
|
|
|
<br>
|
2020-02-23 16:33:42 +01:00
|
|
|
<div id='bypass_sites'></div>
|
2020-10-13 17:11:35 +02:00
|
|
|
<br>
|
2017-07-08 19:40:29 +02:00
|
|
|
<div id="status"></div>
|
|
|
|
<div id="error"></div>
|
2020-03-08 19:45:19 +01:00
|
|
|
<span style='float:left;padding-bottom:50px'>
|
2018-01-31 06:08:11 +01:00
|
|
|
<button id="save">Save</button>
|
2017-07-08 19:40:29 +02:00
|
|
|
<button id="select-all">Select all</button>
|
|
|
|
<button id="select-none">Select none</button>
|
2020-03-15 10:17:24 +01:00
|
|
|
<button><a href="options_custom.html" style="text-decoration:none;color:inherit">Custom sites</a></button>
|
2017-07-08 19:40:29 +02:00
|
|
|
</span>
|
2020-02-25 22:47:05 +01:00
|
|
|
<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>
|