diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-30 23:38:11 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-30 23:38:11 +0800 |
commit | ed6c3ae0366fd5ab4581baed8138a27d5cc0f16d (patch) | |
tree | e57e66a52daa25ca374a366166db6070b10f3449 /youtube/templates/watch.html | |
parent | 1fbc0cdd466eff4b79d2fe1959b407b791f040ae (diff) | |
download | yt-local-ed6c3ae0366fd5ab4581baed8138a27d5cc0f16d.tar.lz yt-local-ed6c3ae0366fd5ab4581baed8138a27d5cc0f16d.tar.xz yt-local-ed6c3ae0366fd5ab4581baed8138a27d5cc0f16d.zip |
Fevert update plyr
because iceweasel not support engine v8+
More info: https://repo.palemoon.org/MoonchildProductions/UXP/issues/1675
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index eac70ee..383d7cb 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -249,7 +249,7 @@ {% if settings.use_video_player == 2 %} <!-- plyr --> <script src="/youtube.com/static/modules/plyr/plyr.min.js" - integrity="sha512-LxQ9i36iGcbP3sgBvQQgt1nDE72qX7Vtj5+dRDKDTQ+cQVxaMRabWY2dEs8ccL4Zp5JoDd66FAPhzk8n2Wkfdw==" + integrity="sha512-l6ZzdXpfMHRfifqaR79wbYCEWjLDMI9DnROvb+oLkKq6d7MGroGpMbI7HFpicvmAH/2aQO+vJhewq8rhysrImw==" crossorigin="anonymous"></script> <script src="/youtube.com/static/js/plyr-start.js"></script> <!-- /plyr --> |