change url git
This commit is contained in:
parent
4664969450
commit
dbf3284b7e
@ -21,7 +21,7 @@
|
|||||||
if (!scriptText) {
|
if (!scriptText) {
|
||||||
const scripts = document.querySelectorAll('script');
|
const scripts = document.querySelectorAll('script');
|
||||||
for (let s of scripts) {
|
for (let s of scripts) {
|
||||||
if (s.textContent.includes('@name UseNet Enhanced')) {
|
if (s.textContent.includes('@name improved poster')) {
|
||||||
scriptText = s.textContent;
|
scriptText = s.textContent;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -40,7 +40,7 @@
|
|||||||
const LOCAL_VERSION = getLocalVersion() || '0.0.0';
|
const LOCAL_VERSION = getLocalVersion() || '0.0.0';
|
||||||
|
|
||||||
const UPDATE_URLS = [
|
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) {
|
function parseVersion(txt) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user