Update TMDB_checker.user.js
This commit is contained in:
parent
5c379041c7
commit
08555b7d9d
@ -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+)/);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user