javascript:(function(){ย var base = "https://proxubaum.netlify.app/proxy/";ย var target = encodeURIComponent(window.location.href);ย var iframe = document.createElement("iframe");ย iframe.src = base + target;ย iframe.style.position = "fixed";ย iframe.style.top = "0";ย iframe.style.left = "0";ย iframe.style.width = "100%";ย iframe.style.height = "100%";ย iframe.style.border = "none";ย iframe.style.zIndex = "999999";ย document.documentElement.innerHTML = "";ย document.documentElement.appendChild(iframe);})();