Skip to content

Instantly share code, notes, and snippets.

document.querySelector(".hls-player_message").remove();
var subtitleCanvasElem = document.querySelector(".hls-player_in-subtitle");
subtitleCanvasElem.style.height = "70%";
subtitleCanvasElem.style.width = "70%";
subtitleCanvasElem.style.top = "unset";
// To use on mobile:
// javascript:(function () { document.querySelector(".hls-player_message").remove(); var subtitleCanvasElem = document.querySelector(".hls-player_in-subtitle"); subtitleCanvasElem.style.height = "70%"; subtitleCanvasElem.style.width = "70%"; subtitleCanvasElem.style.top = "unset"; })();