mirror of
https://github.com/spikecodes/libreddit.git
synced 2025-12-11 08:12:04 +01:00
LibreJS compliance
This commit is contained in:
5
static/hls.light.min.js
vendored
Normal file
5
static/hls.light.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
|
|||||||
|
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
|
||||||
(function () {
|
(function () {
|
||||||
if (Hls.isSupported()) {
|
if (Hls.isSupported()) {
|
||||||
var videoSources = document.querySelectorAll("video source[type='application/vnd.apple.mpegurl']");
|
var videoSources = document.querySelectorAll("video source[type='application/vnd.apple.mpegurl']");
|
||||||
@@ -73,3 +74,4 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
// @license-end
|
||||||
Reference in New Issue
Block a user