Asks you for a website and embeds it in a cloaked page!
Highlight the code below (Including the javascript: part) and drag it to your bookmark bar!
javascript:(function(){var url = prompt("Enter website url for cloaked page \nMade by Universal Unblocking"); var win = window.open(); var iframe = win.document.createElement(%27iframe%27); iframe.style="position:fixed;width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483647;background-color:white;border:none;"; if(url.includes('https://') || url.includes("http://")) {iframe.src = url;}else{iframe.src = "https://" + url;} win.document.body.appendChild(iframe);})();