diff options
author | sameerasw <[email protected]> | 2025-02-25 15:20:19 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-25 15:20:19 +0530 |
commit | 36cb8d72865b1ab5cbcb008f939d916dfd1d206d (patch) | |
tree | cbf9efffce76a34b2230826c50e4612aea482d7f /popup/popup.html | |
parent | e36e4ce96399db97f80c8833fa6ef2982a249e51 (diff) |
Added the website mapper and automatic loading and fetching of css styles with the ability to disable as well
Diffstat (limited to 'popup/popup.html')
-rw-r--r-- | popup/popup.html | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/popup/popup.html b/popup/popup.html index f27e98d..3b267e7 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -9,22 +9,16 @@ <body> <div class="container"> <div id="extension-header"> - <h1 class="headline">Transparent Zen</h1> + <h1 class="headline">ZenInternet by @sameerasw</h1> </div> <div id="extension-body"> - <form id="extension-settings"> - <label class="setting"> - <input type="checkbox" name="enable-transparency"> - Enable Transparency (no effect yet) - </label> - </form> - <button id="refetch-css">Refetch CSS</button> + <label class="setting"> + <input type="checkbox" id="enable-styling"> + Enable Styling + </label> + <button id="refetch-css">Refetch latest styles</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> - <a href="https://github.com/frostybiscuit/transparent-zen">GitHub Repository</a> - </div> + <a href="https://sameerasw.github.io/my-internet/">Styles repo</a> </div> </div> <script src="popup.js"></script> |