This version of The Wagon Site has been discontinued, as a new HTML version is being worked on.
javascript:(function () {var url = prompt("Type the link you want embeded into an about:blank page.", "https://www.thewagonsite.com/home"); var urlObj = new window.URL(window.location.href); win = window.open(); win.document.body.style.margin = "0"; win.document.body.style.height = "100vh"; var iframe = win.document.createElement("iframe"); iframe.style.border = "none"; iframe.style.width = "100%"; iframe.style.height = "100%"; iframe.style.margin = "0"; iframe.referrerpolicy = "no-referrer"; iframe.allow = "fullscreen"; iframe.src = url.toString(); win.document.body.appendChild(iframe); var script = win.document.createElement("script"); script.src = console.warn( "%cNote!", "color: purple; font-weight: 600; background: yellow; padding: 0 5px; border-radius: 5px", "code fr" ); document.addEventListener("DOMContentLoaded", function() { const ad = document.createElement("script"); ad.setAttribute("async", ""); ad.setAttribute("src", "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3723218062742398"); ad.setAttribute("crossorigin", "anonymous"); document.head.append(ad); const stats = document.createElement("script"); stats.setAttribute("defer", ""); stats.setAttribute("data-domain", "3kh0.github.io"); stats.setAttribute("src", "https://stats.senty.com.au/js/script.js"); document.head.append(stats); });; win.document.body.appendChild(script); })();