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+)/);