(9anime) AniWave Bingewatcher+

Auto-fullscreen, skip intros, jump to next episode, 9anime on Vidstream and MyCloud videos (Auto-1080p in configuration panel)

< 脚本(9anime) AniWave Bingewatcher+的反馈

评价:一般 - 脚本能用,但还有一些问题

发表于:2024-03-29

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);
}

drhouse作者
发表于:2024-06-15

did you look at it in Tampermonkey? if there's only a single statement after an 'if statement' it doesn't need curly brackets

发表回复

登录以发表回复。