diff options
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> |