Greasy Fork is available in English.

(9anime) AniWave Bingewatcher+

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

< Commentaires sur (9anime) AniWave Bingewatcher+

Avis: OK - le script fonctionne, mais souffre de quelques problèmes

§
Posté le: 29/03/2024

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

drhouseAuteur
§
Posté le: 15/06/2024

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

Poster une réponse

Connectez-vous pour poster une réponse.