mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<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;
|
|
}
|
|
div {
|
|
margin: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<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> |
|
|
<a href="options_custom.html" style="color:black" target="_blank">Custom</a> |
|
|
<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>
|
|
<div><a href="https://gitlab.com/magnolia1234/bypass-paywalls-firefox-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>
|
|
<script src="version.js"></script>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|