`;
-
-document.body.appendChild(ytpSet);
-ytpSet.appendChild(ytpSetI);
-
-}
-
-function searchUrl(x,e){
-console.log(e);
-if(e.keyCode === 13 || e === "Enter"){
-window.location.href=x.value;
-}
-}
-
-function sttCnf(x,z,y){
-if(typeof y == "string"){
-if(localStorage.getItem(y) == "false"){
-if(z == 1){
-return 'background:rgba(255,255,255,.7);left:-6px;'
-}else{
-return 'background:rgba(255,255,255,.1)';
-}
-}else{
-if(z == 1){
-return 'background:rgba(255,0,0,7);left:auto;right:-6px;'
-}else{
-return 'background:rgba(255,0,0,.5)';
-}
-}
-}
-
-if(localStorage.getItem(z) == "true"){
-localStorage.setItem(z,"false");
-x.style.background="rgba(255,255,255,.1)";
-x.children[0].style.left="-6px";
-x.children[0].style.background="rgba(255,255,255,.7)";
-}
-else{
-localStorage.setItem(z,"true");
-x.style.background="rgba(255,0,0,.5)";
-x.children[0].style.left="auto";
-x.children[0].style.right="-6px";
-x.children[0].style.background="rgba(255,0,0,7)";
-}
-
-if(localStorage.getItem("fzoom") == "false"){
-document.getElementsByName("viewport")[0].setAttribute("content","width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no,");
-}else{
-document.getElementsByName("viewport")[0].setAttribute("content","");
-}
-
-}
-
-
-
-async function ytproDownVid(){
-var ytproDown=document.createElement("div");
-var ytproDownDiv=document.createElement("div");
-ytproDownDiv.setAttribute("id","downytprodiv");
-ytproDown.setAttribute("id","outerdownytprodiv");
-ytproDown.setAttribute("style",`
-height:100%;width:100%;position:fixed;top:0;left:0;
-display:flex;justify-content:center;
-background:rgba(0,0,0,0.7);
-z-index:99999999999999;
-`);
-ytproDown.addEventListener("click",
-function(ev){
-if(ev.target != ytproDownDiv ){
-history.back();
-}
-});
-
-ytproDownDiv.setAttribute("style",`
-height:50%;width:85%;overflow:auto;background:#212121;
-position:absolute;bottom:20px;
-z-index:99999999999999;padding:20px;text-align:center;border-radius:25px;color:white;text-align:center;
-`);
-
-ytproDownDiv.innerHTML="";
-ytproDownDiv.innerHTML+="Select Avilaible Formats