Update Options - new release check

This commit is contained in:
magnolia1234 2020-02-23 16:33:42 +01:00 committed by GitHub
parent 662a7347ce
commit 827e139e82
2 changed files with 9 additions and 11 deletions

View file

@ -5,7 +5,7 @@
* [Sites with limited number of free articles](#sites-with-limited-number-of-free-articles)
* [New site requests](#new-site-requests)
* [Troubleshooting](#troubleshooting)
* [Changelog](#changelog)
* [Changelog-releases](#changelog-releases)
* [Pull Requests](#pull-requests)
* [Show your support](#show-your-support)
* [License](#license)
@ -251,7 +251,7 @@ You can submit a request for a new website [here](https://github.com/magnolia123
* If you live in the EU, also consider installing the extension [I don't care about cookies](https://addons.mozilla.org/en-US/firefox/addon/i-dont-care-about-cookies) in order to remove cookie warnings.
* Make sure the (new) site is checked under Options.
### Changelog
### Changelog-releases
* Visit the [releases page](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases).
### Pull Requests

View file

@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bypass Paywalls Clean Options</title>
<style>
#bypass_sites label {
@ -14,25 +13,24 @@
</style>
</head>
<body>
<h1>Options | <small><span id="version"></span> | <span id="version_new"></span></small></h1>
<div>
Selected sites will have their cookies cleared and referer set to Google. You should
uncheck sites you are logged in to otherwise you will be logged out on every visit.
</div>
<br/>
<div id='bypass_sites'>
uncheck sites you have an account with or else you will be logged out at every visit.
</div>
<br/>
<div id='bypass_sites'></div>
<br/>
<div id="status"></div>
<div id="error"></div>
<br/>
<span style='float:left;'>
<span style='float:left;padding-bottom:20px'>
<button id="save">Save</button>
</span>
<span style='float:right;'>
<span style='float:right;padding-bottom:20px'>
<button id="select-all">Select all</button>
<button id="select-none">Select none</button>
</span>
<br/><br/>
<script src="options.js"></script>
<script src="version.js"></script>
</body>
</html>