bypass-paywalls-firefox-clean/popup.html

31 lines
1.3 KiB
HTML
Raw Normal View History

2017-07-08 19:40:29 +02:00
<!DOCTYPE html>
<html>
<head>
2020-11-05 22:21:41 +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%;
text-align: center;
2020-11-05 22:21:41 +01:00
}
div {
margin: 10px;
box-sizing: border-box;
}
</style>
</head>
2017-07-08 19:40:29 +02:00
<body>
2020-11-05 22:21:41 +01:00
<div style="width:275px"><strong>Bypass Paywalls Clean <span id="version"></span></strong><span id="site_switch_span">&nbsp;&nbsp;</span></div>
<div><a href="options.html" style="color:black" target="_blank">Options</a> |
2020-10-23 14:08:54 +02:00
<a href="options_custom.html" style="color:black" target="_blank">Custom</a> |
2020-12-01 17:53:32 +01: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 17:29:48 +01: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 22:21:41 +01: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 02:04:40 +01:00
<script src="version.js"></script>
<script src="popup.js"></script>
2017-07-08 19:40:29 +02:00
</body>
2020-03-15 10:17:24 +01:00
</html>