From 91f3ebed41eea68daca00c2ec2270981b6b0bafc Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 27 Jun 2021 18:50:52 -0400 Subject: Add option to not auto-hide info button --- public/_locales/en/messages.json | 3 +++ public/options/options.html | 21 ++++++++++++++++++++- src/config.ts | 2 ++ src/content.ts | 3 ++- src/options.ts | 3 ++- 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 1bbb96f7..e7275668 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -185,6 +185,9 @@ "whatInfoButton": { "message": "This is the button that opens up a popup in the YouTube page." }, + "autoHideInfoButton": { + "message": "Auto-hide Info Button" + }, "hideDeleteButton": { "message": "Hide Delete Button On YouTube Player" }, diff --git a/public/options/options.html b/public/options/options.html index eb154a01..c2575e1b 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -198,6 +198,7 @@


+
- +

+ +
+ + +
+
+
+ +
+