你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/401339-9anime-aniwave-bingewatcher/discussions/237293,源站連結 點此以跳轉。
Auto-fullscreen, skip intros, jump to next episode, 9anime on Vidstream and MyCloud videos (Auto-1080p in configuration panel)
< 脚本 (9anime) AniWave Bingewatcher+ 的反馈
did you look at it in Tampermonkey? if there's only a single statement after an 'if statement' it doesn't need curly brackets
there's a bug:
function myTimer2() {
var video = $("#player").get(0);
const player = $('#player')[0];
$('body').click()
player.requestFullscreen();
$(player).focus();
if (document.fullscreen === true) -------------------------BUG----------------- Missing opening bracket '{'
clearInterval(myInterval2);
}