diff options
author | sameerasw <[email protected]> | 2025-02-25 13:58:42 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-25 13:58:42 +0530 |
commit | e36e4ce96399db97f80c8833fa6ef2982a249e51 (patch) | |
tree | aad6d10a8adb6a06b8ef6766735942e8c1a15d6c /popup/popup.html | |
parent | 82f7640e9908c0503a879244d2c178b0dd2e6b62 (diff) |
initial zeninternet commit - remote css loading from repository - for github.com only
Diffstat (limited to 'popup/popup.html')
-rw-r--r-- | popup/popup.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html index 7fdf257..f27e98d 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -1,9 +1,11 @@ <!DOCTYPE html> <html> + <head> <meta charset="UTF-8"> <link rel="stylesheet" href="popup.css"> </head> + <body> <div class="container"> <div id="extension-header"> @@ -16,6 +18,8 @@ Enable Transparency (no effect yet) </label> </form> + <button id="refetch-css">Refetch CSS</button> + <button id="restart-background">Restart Background Script (optional)</button> <div id="extension-description"> <p>Transparent Zen is a Zen Browser extension that makes supported websites transparent.</p> <p>Transparent Zen is open source and everyone can contribute their custom styles to support more websites.</p> @@ -25,4 +29,5 @@ </div> <script src="popup.js"></script> </body> + </html>
\ No newline at end of file |