Sync theme/ with master

This commit is contained in:
carlospolop
2025-11-25 10:15:56 +01:00
parent 6b7a00d11e
commit fa602caf4f
4 changed files with 216 additions and 77 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
var mobilesponsorCTA = mobilesponsorSide.querySelector(".mobilesponsor-cta")
async function getSponsor() {
const url = "https://cloud.hacktricks.wiki/sponsor"
const currentUrl = encodeURIComponent(window.location.href);
const url = `https://cloud.hacktricks.wiki/sponsor?current_url=${currentUrl}`;
try {
const response = await fetch(url, { method: "GET" })
if (!response.ok) {