2017-07-08 14:16:27 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2020-02-25 22:35:21 +01:00
|
|
|
<head>
|
2020-11-05 22:19:22 +01:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="popup_switch.css"/>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-size: 100%;
|
2020-11-12 09:22:58 +01:00
|
|
|
text-align: center;
|
2020-11-05 22:19:22 +01:00
|
|
|
}
|
|
|
|
div {
|
|
|
|
margin: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
</style>
|
2020-02-25 22:35:21 +01:00
|
|
|
</head>
|
2017-07-08 14:16:27 -07:00
|
|
|
<body>
|
2020-11-08 19:55:39 +01:00
|
|
|
<div style="width:280px"><strong>Bypass Paywalls Clean <span id="version"></span></strong><span id="site_switch_span"> </span></div>
|
2020-11-05 22:19:22 +01:00
|
|
|
<div><a href="options.html" style="color:black" target="_blank">Options</a> |
|
2020-10-23 14:08:42 +02:00
|
|
|
<a href="options_custom.html" style="color:black" target="_blank">Custom</a> |
|
2020-11-05 22:19:22 +01:00
|
|
|
<a href="https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/src/master/README.md" style="color:black" target="_blank">BitBucket</a></div>
|
|
|
|
<div><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/raw/master/changelog.txt" style="color:black" target="_blank">Changelog</a> |
|
|
|
|
<button id="clear_cookies" title="clear cookies (and local storage) for current site">clear cookies</button></div>
|
|
|
|
<div><span id="version_new"></span></div>
|
2019-01-06 01:41:08 +01:00
|
|
|
<script src="version.js"></script>
|
2020-08-20 19:00:57 +02:00
|
|
|
<script src="popup.js"></script>
|
2017-07-08 14:16:27 -07:00
|
|
|
</body>
|
2020-01-26 20:34:19 +01:00
|
|
|
</html>
|