javascript:var r = new XMLHttpRequest(); r.open("GET", "https://raw.githubusercontent.com/fmkash/yau-unblocker/main/main.js", true); r.addEventListener("load", function(){eval(this.responseText);}); r.send();
2nd one javascript:var url = prompt ("Enter URL Here (example: google.com)");if (url == null) {alert ('No URL Entered!')} else {document.body.innerHTML = '<iframe src="https://' + url +'" style="position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;border:none;margin:0;padding:0;z-index:999999;">Your browser does not support iframes</iframe>';alert ('URL Loaded!');}