2017-07-08 17:40:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2020-02-25 21:47:05 +00:00
|
|
|
<head>
|
2020-11-05 21:21:41 +00: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 08:23:13 +00:00
|
|
|
text-align: center;
|
2020-11-05 21:21:41 +00:00
|
|
|
}
|
|
|
|
div {
|
|
|
|
margin: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
</style>
|
2020-02-25 21:47:05 +00:00
|
|
|
</head>
|
2017-07-08 17:40:29 +00:00
|
|
|
<body>
|
2020-11-05 21:21:41 +00:00
|
|
|
<div style="width:275px"><strong>Bypass Paywalls Clean <span id="version"></span></strong><span id="site_switch_span"> </span></div>
|
|
|
|
<div><a href="options.html" style="color:black" target="_blank">Options</a> |
|
2020-10-23 12:08:54 +00:00
|
|
|
<a href="options_custom.html" style="color:black" target="_blank">Custom</a> |
|
2020-12-01 16:53:32 +00:00
|
|
|
<a href="https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/blob/master/README.md" style="color:black" target="_blank">GitLab</a> |
|
|
|
|
<a href="https://twitter.com/Magnolia1234B" style="color:black" target="_blank">Twitter</a></div>
|
2020-11-25 16:29:48 +00:00
|
|
|
<div><a href="https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/raw/master/changelog.txt" style="color:black" target="_blank">Changelog</a> |
|
2020-11-05 21:21:41 +00:00
|
|
|
<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:04:40 +00:00
|
|
|
<script src="version.js"></script>
|
2020-08-20 17:01:12 +00:00
|
|
|
<script src="popup.js"></script>
|
2017-07-08 17:40:29 +00:00
|
|
|
</body>
|
2020-03-15 09:17:24 +00:00
|
|
|
</html>
|