33 lines
1.3 KiB
HTML
Raw Normal View History

2017-07-08 14:16:27 -07:00
<!DOCTYPE html>
<html>
<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%;
text-align: center;
2020-11-05 22:19:22 +01:00
}
div {
margin: 10px;
box-sizing: border-box;
}
</style>
</head>
2017-07-08 14:16:27 -07:00
<body>
<div style="width:290px"><strong>Bypass Paywalls Clean <span id="version"></span></strong><span id="site_switch_span">&nbsp;&nbsp;</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> |
2022-06-26 14:00:39 +02:00
<a href="https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean" style="color:black" target="_blank">GitLab</a> |
2020-12-01 17:53:14 +01:00
<a href="https://twitter.com/Magnolia1234B" style="color:black" target="_blank">Twitter</a></div>
2020-11-25 17:27:58 +01:00
<div><a href="https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/raw/master/changelog.txt" style="color:black" target="_blank">Changelog</a> |
2021-02-17 19:11:07 +01:00
<button id="clear_cookies" title="clear cookies (and local storage) for current site">clear cookies</button> |
<button id="button-close" title="close popup">close</button></div>
2020-11-05 22:19:22 +01:00
<div><span id="version_new"></span></div>
2022-07-15 18:15:22 +02:00
<div><span id="archive"></span></div>
2022-01-30 18:23:10 +01:00
<script id="popup" src="version.js"></script>
<script src="popup.js"></script>
2017-07-08 14:16:27 -07:00
</body>
</html>