about summary refs log tree commit diff stats
path: root/src/pages/popup/popup.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r--src/pages/popup/popup.pug13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug
index ce155e1a..13eb66a5 100644
--- a/src/pages/popup/popup.pug
+++ b/src/pages/popup/popup.pug
@@ -124,25 +124,30 @@ html(lang="en")
             +services
         hr
         #change_instance_div.some-block
-            a#change_instance.title.button
+            a#change_instance.title.button.prevent
                 h4(data-localise="__MSG_switchInstance__") Change Instance
                 +change_instance
 
         #copy_raw_div.some-block(title="Copy the original redirected link")         
-            a#copy_raw.title.button
+            a#copy_raw.title.button.prevent
                 h4(data-localise="__MSG_copyRaw__") Copy Raw
                 +copy_raw
 
         #unify_div.some-block(title="Unify cookies across all selected instances")
-            a#unify.title.button
+            a#unify.title.button.prevent
                 h4(data-localise="__MSG_unifySettings__") Unify Settings
                 +unify
 
         .some-block
-            a#more-options.title.button
+            a#more-options.title.button.prevent
                 h4(data-localise="__MSG_settings__") Settings
                 +settings
 
+        .some-block
+            a#about.title.button(href="/pages/options/index.html#about")
+                h4(data-localise="__MSG_about__") About
+                +about
+
         .space
 
         script(type="module" src="../options/init.js")