diff --git a/manifest/manifest.json b/manifest/manifest.json index b0d094be..4f391a48 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -36,7 +36,8 @@ "icons/close.png", "icons/PlayerInfoIconSponsorBlocker256px.png", "icons/PlayerDeleteIconSponsorBlocker256px.png", - "popup.html" + "popup.html", + "content.css" ], "permissions": [ "storage", diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index cd0570bb..12625d80 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -396,6 +396,12 @@ "shortCheck": { "message": "The following submission is shorter than your minimum duration option. This could mean that this is already submitted, and just being ignored due to this option. Are you sure you would like to submit?" }, + "showUploadButton": { + "message": "Show Upload Button" + }, + "whatUploadButton": { + "message": "This button appears on the YouTube player after you have selected a timestamp and are ready to submit." + }, "customServerAddress": { "message": "SponsorBlock Server Address" }, diff --git a/public/help/index_en.html b/public/help/index_en.html index 43d43c2c..163e26e5 100644 --- a/public/help/index_en.html +++ b/public/help/index_en.html @@ -19,7 +19,7 @@

Created By Ajay Ramachandran

- Thanks for installing SponsorBlock. Here are some quick tips for getting started. Please join the Discord if you have any questions or suggestions. + Thanks for installing SponsorBlock. Here are some quick tips for getting started. Feel free to contact me if you have any questions.

@@ -30,10 +30,13 @@ Come contribute, make some suggestions and help out in the Discord: https://discord.gg/QnmVMpU

- Enable Invidious Support +
+ Enable optional features +

- Invidious is a third-party YouTube viewer. SponsorBlock now supports invidious along with YouTube. Please visit the options page to make sure everything is how you want it to be. + Some features, such as support for non third-party YouTube sites, are disabled by default and can be enabled in the options. These can be enabled or disabled at any time. + You can also hide/show all UI elements added to the YouTube page.

How skipping works

@@ -83,6 +86,7 @@

There are hotkeys if you want to use them. You must be focused on the YouTube player to use them. Press the semicolon key to indicate the start/end of a sponsor segment and click the appostrophe to submit. + These can be changed in the options. If you don't use QWERTY, you should probably change the keybinds.

I hate these buttons, they are so ugly

diff --git a/public/options/options.html b/public/options/options.html index d8d32920..52530d36 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -214,6 +214,23 @@

+
+ + +
+
+ +
__MSG_whatUploadButton__
+
+ +
+
+