From 2e60afda96785f3e364712c17f5844f7c4576450 Mon Sep 17 00:00:00 2001 From: Aerya Date: Sun, 13 Jul 2025 11:23:00 +0000 Subject: [PATCH] Actualiser mode_affiches.js --- mode_affiches.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mode_affiches.js b/mode_affiches.js index d8eab19..8a717db 100644 --- a/mode_affiches.js +++ b/mode_affiches.js @@ -1,6 +1,6 @@ // ==UserScript== // @name UseNet Enhanced (Overseerr/Jellyseerr TV Fix + Nouvel Onglet) -// @version 8.4.4 +// @version 8.4.5 // @date 13.07.25 // @description Galerie d'affiches, Radarr/Sonarr/Overseerr/Jellyseerr, badges TMDB/IMDB, options menu stables // @author Aerya @@ -86,7 +86,7 @@ return 0; }); // Juste prévenir discrètement sans ouvrir d’onglet - toast(`Nouvelle version dispo : ${valid[0].version} ! Actualise pour mettre à jour.`, 'success', 8000); + //toast(`Nouvelle version dispo : ${valid[0].version} ! Actualise pour mettre à jour.`, 'success', 8000); }); })(); @@ -587,7 +587,7 @@ if (document.getElementById('affiche-mode-menu-container')) return; const box = Object.assign(document.createElement('div'), { id: 'affiche-mode-menu-container', - style: 'position:fixed;top:12px;right:12px;z-index:19999;background:#18181c;border:1px solid #444;border-radius:8px;padding:12px 18px 16px 18px;font-size:14px;box-shadow:0 2px 12px #000d;color:#fff;min-width:350px;' + style: 'position:fixed;top:60px;right:550px;z-index:19999;background:#18181c;border:1px solid #444;border-radius:8px;padding:12px 18px 16px 18px;font-size:14px;box-shadow:0 2px 12px #000d;color:#fff;min-width:350px;' }); const toggle = Object.assign(document.createElement('button'), { textContent: '🎬 Mode Affiches Alternatif',