mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12:10:48 +00:00
New share link
This commit is contained in:
@@ -7,17 +7,17 @@ path = path for the image starting from the root, for example /Dani/10225.jpg
|
|||||||
*/
|
*/
|
||||||
function changeUrlToFallback(aid,imgid,path) {
|
function changeUrlToFallback(aid,imgid,path) {
|
||||||
try {
|
try {
|
||||||
document.getElementById(imgid).src = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080&a=true";
|
document.getElementById(imgid).src = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/9AejGcwKf9F735n?file=" + path + "&x=1920&y=1080&a=true";
|
||||||
} catch {}
|
} catch {}
|
||||||
try {
|
try {
|
||||||
document.getElementById(aid).href = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080&a=true";
|
document.getElementById(aid).href = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/9AejGcwKf9F735n?file=" + path + "&x=1920&y=1080&a=true";
|
||||||
} catch {}
|
} catch {}
|
||||||
}
|
}
|
||||||
function changeUrlToFallbackNoTrue(aid,imgid,path) {
|
function changeUrlToFallbackNoTrue(aid,imgid,path) {
|
||||||
try {
|
try {
|
||||||
document.getElementById(imgid).src = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080";
|
document.getElementById(imgid).src = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/9AejGcwKf9F735n?file=" + path + "&x=1920&y=1080";
|
||||||
} catch {}
|
} catch {}
|
||||||
try {
|
try {
|
||||||
document.getElementById(aid).href = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080";
|
document.getElementById(aid).href = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/9AejGcwKf9F735n?file=" + path + "&x=1920&y=1080";
|
||||||
} catch {}
|
} catch {}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user