Update samy.ps1

This commit is contained in:
2025-12-01 03:26:12 -05:00
parent 33b749c533
commit 79a1474f81

View File

@@ -1019,8 +1019,8 @@ function Get-UIHtml {
# #
# 3) Pull CSS/JS from Gitea and inline them # 3) Pull CSS/JS from Gitea and inline them
# #
$cssContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/main/samy.css?raw=1" $cssContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/beta/samy.css?raw=1"
$jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/main/samy.js?raw=1" $jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/beta/samy.js?raw=1"
# #
# 4) HTML template - **no external link/script src** anymore, all inlined # 4) HTML template - **no external link/script src** anymore, all inlined