Update TMDB_checker.user.js

This commit is contained in:
redcoat 2025-04-26 11:15:02 +00:00
parent 5c379041c7
commit 08555b7d9d

View File

@ -16,7 +16,7 @@
const ICON_URL = 'https://unfr.pw/favicon/apple-icon-72x72.png'; // <-- Utilise l'@icon défini ci-dessus 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) { function attendreTitre(callback) {
const intervalle = setInterval(() => { const intervalle = setInterval(() => {
const correspondance = window.location.pathname.match(/\/(movie|tv)\/(\d+)/); const correspondance = window.location.pathname.match(/\/(movie|tv)\/(\d+)/);