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
From a8916b9308a4e2b7c1441a4d8d3c6d0b19c38fd2 Mon Sep 17 00:00:00 2001
From: zrose584 <57181548+zrose584@users.noreply.github.com>
Date: Sun, 18 Oct 2020 17:58:16 +0200
Subject: proxy 'sponsor.ajay.app'
---
youtube/templates/watch.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'youtube/templates/watch.html')
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index d89cc05..319c314 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -695,6 +695,7 @@ Reload without invidious (for usage of new identity button).
{% endif %}
{% endif %}
+
{% if settings.use_video_hotkeys %} {% endif %}
--
cgit v1.2.3