From 08555b7d9de40e71083ef9a18b4b6271a9532a5a Mon Sep 17 00:00:00 2001 From: redcoat Date: Sat, 26 Apr 2025 11:15:02 +0000 Subject: [PATCH] Update TMDB_checker.user.js --- TMDB_checker.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TMDB_checker.user.js b/TMDB_checker.user.js index 51f37f3..7c7cd32 100644 --- a/TMDB_checker.user.js +++ b/TMDB_checker.user.js @@ -16,7 +16,7 @@ const ICON_URL = 'https://unfr.pw/favicon/apple-icon-72x72.png'; // <-- Utilise l'@icon défini ci-dessus - // Attendre que l’élément du titre soit chargé dans le DOM + // Attendre que le titre soit chargé dans le DOM function attendreTitre(callback) { const intervalle = setInterval(() => { const correspondance = window.location.pathname.match(/\/(movie|tv)\/(\d+)/);