From 1b1123ac3ae4396d484f2a1a8bf68efe2ca572cb Mon Sep 17 00:00:00 2001 From: Curry141 <135717077+Daniongithub@users.noreply.github.com> Date: Wed, 14 May 2025 17:07:12 +0200 Subject: [PATCH] New share link --- scripts/ertpl.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ertpl.js b/scripts/ertpl.js index c0bef93..b52e4cb 100644 --- a/scripts/ertpl.js +++ b/scripts/ertpl.js @@ -7,17 +7,17 @@ path = path for the image starting from the root, for example /Dani/10225.jpg */ function changeUrlToFallback(aid,imgid,path) { 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 {} 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 {} } function changeUrlToFallbackNoTrue(aid,imgid,path) { 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 {} 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 {} }