+ Select which vote counts you don't want to see, "Comments" and + "Topics" will hide the votes on other people's comments/topics + while "Own Comments/Topics" will hide the votes on your own + comments/topics. +
+ +diff --git a/source/assets/manifest.json b/source/assets/manifest.json index 5321919..9469565 100644 --- a/source/assets/manifest.json +++ b/source/assets/manifest.json @@ -46,7 +46,8 @@ "../ts/scripts/jump-to-new-comment.ts", "../ts/scripts/back-to-top.ts", "../ts/scripts/user-labels.ts", - "../ts/scripts/markdown-toolbar.ts" + "../ts/scripts/markdown-toolbar.ts", + "../ts/scripts/hide-votes.ts" ] } ], diff --git a/source/html/options.html b/source/html/options.html index a86d0a1..9c3f5ce 100644 --- a/source/html/options.html +++ b/source/html/options.html @@ -26,6 +26,9 @@ Back To Top + + Hide Votes + Jump To New Comment @@ -53,6 +56,38 @@
++ Select which vote counts you don't want to see, "Comments" and + "Topics" will hide the votes on other people's comments/topics + while "Own Comments/Topics" will hide the votes on your own + comments/topics. +
+ +