frantzkamus e54c7b422a Move local newspapers to custom & add special characters in sites.json
* special characters in sites.json
*Move to sites_custom.js: Orlando Sentinel (151,000 daily prints), Sun-Sentinel (163,000) San Diego Union-Tribune (121,000), The News-Gazette, The Morning Call, mexiconewsdaily, L.A. Business Journal, baltimore sun, Crain's Chicago Business, l'écho,  Winston-Salem Journal, Eindhovens Dagblad, The Examiner, etc.
* remove the two screenshots & changelog.txt (obsolete)
* instructions for Opera/Vivaldi/Brave/Chromium browsers & link to Firefox
* Updates README.md
2020-01-01 20:27:05 +01:00

37 lines
916 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Bypass Paywalls Options</title>
<style>
#bypass_sites label {
display: block;
}
body {
width:350px;
height:600px;
}
</style>
</head>
<body>
<h1>Options | <small><span id="version"></span></small></h1>
<div>
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 id='bypass_sites'></div>
<br/>
<div id="status"></div>
<div id="error"></div>
<span style='float:left;padding-bottom:5px'>
<button id="save">Save</button>
</span>
<span style='float:right;padding-bottom:5px'>
<button id="select-all">Select all</button>
<button id="select-none">Select none</button>
</span>
<script src="options.js"></script>
<script src="version.js"></script>
</body>
</html>