bypass-paywalls-firefox-clean/popup.html

19 lines
932 B
HTML
Raw Normal View History

2017-07-08 17:40:29 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
2017-07-08 17:40:29 +00:00
<body>
<div style="width:100%"><strong>Bypass Paywalls Clean <span id="version"></span></strong>
2020-10-23 12:08:54 +00:00
<br><a href="options.html" style="color:black" target="_blank">Options</a> |
<a href="options_custom.html" style="color:black" target="_blank">Custom</a> |
2020-09-28 18:43:29 +00:00
<a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/README.md" style="color:black" target="_blank">BitBucket</a> |
<button id="site_switch" title="en/disable current site in BPC">on/off</button> |
<button id="clear_cookies" title="clear cookies (and local storage) for current site">clear cookies</button>
2020-10-01 14:11:57 +00:00
<br><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/raw/master/changelog.txt" style="color:black" target="_blank">Changelog</a>
2020-09-27 19:55:58 +00:00
<span id="version_new"></span></div>
2019-01-06 01:04:40 +00:00
<script src="version.js"></script>
<script src="popup.js"></script>
2017-07-08 17:40:29 +00:00
</body>
2020-03-15 09:17:24 +00:00
</html>