From f7f2b9fa06fd2218179636c712e43f0c4d65bd9e Mon Sep 17 00:00:00 2001 From: zrose584 <57181548+zrose584@users.noreply.github.com> Date: Sat, 17 Oct 2020 19:51:41 +0200 Subject: add sponsorblock.js --- youtube/templates/watch.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'youtube/templates/watch.html') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 86644ea..d89cc05 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -494,6 +494,12 @@ Reload without invidious (for usage of new identity button).

Used Invidious as fallback.

{% endif %}

Allowed countries: {{ allowed_countries|join(', ') }}

+ + {% if settings.use_sponsorblock_js %} + + {% endif %} @@ -691,10 +697,7 @@ Reload without invidious (for usage of new identity button). - {% if settings.use_video_hotkeys %} - - {% endif %} - {% if settings.use_comments_js %} - - {% endif %} + {% if settings.use_video_hotkeys %} {% endif %} + {% if settings.use_comments_js %} {% endif %} + {% if settings.use_sponsorblock_js %} {% endif %} {% endblock main %} -- cgit v1.2.3