diff --git a/improved_poster.js b/improved_poster.js index 0a728d3..254b60e 100644 --- a/improved_poster.js +++ b/improved_poster.js @@ -21,7 +21,7 @@ if (!scriptText) { const scripts = document.querySelectorAll('script'); for (let s of scripts) { - if (s.textContent.includes('@name UseNet Enhanced')) { + if (s.textContent.includes('@name improved poster')) { scriptText = s.textContent; break; } @@ -40,7 +40,7 @@ const LOCAL_VERSION = getLocalVersion() || '0.0.0'; const UPDATE_URLS = [ - `${location.protocol}//tig.${location.hostname}/erya/Mode-Affiches/raw/branch/main/mode_affiches.js` + `${location.protocol}//tig.${location.hostname}/UNFR/improved-poster/raw/branch/main/improved_poster.js` ]; function parseVersion(txt) {