change url git

This commit is contained in:
UNFR 2025-07-21 09:39:49 +00:00
parent 4664969450
commit dbf3284b7e

View File

@ -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) {