Posts

Showing posts from April, 2022

shareLinkToPageProfile

titles=window.document.querySelectorAll("#title")[0].value;changeCon=window.document.querySelectorAll("#changeCon")[0].value;nornalTitle=titles;titles=decodeHTMLEntities(titles,changeCon);titles=titles.replace(/ /g,"<sp>").replace(/\n/g,"<br>");links=window.document.querySelectorAll("#link_1")[0].value;page_title=window.document.querySelectorAll("#page_title")[0].value;page_title=page_title.replace(/ /g,"<sp>").replace(/\n/g,"<br>");pname=window.document.querySelectorAll("#pname")[0].value;pname=pname.replace(/ /g,"<sp>").replace(/\n/g,"<br>");fbName=window.document.querySelectorAll("#fbName")[0].value;fbName=fbName.replace(/ /g,"<sp>").replace(/\n/g,"<br>");var setHtmlLoad='<div class="loader"></div>';var message='<br/><div class="loader-small">...

SaveLinkToForm

titles=window.document.querySelectorAll("#title")[0].value;nornalTitle=titles;titles=titles.replace(/ /g,"<sp>").replace(/\n/g,"<br>");links=window.document.querySelectorAll("#link_1")[0].value;formSubmit=window.document.querySelectorAll("#formSubmit")[0].value;code="";code+="URL GOTO=https://docs.google.com/forms/d/e/1FAIpQLSec7ObuOgoypyMn1VnDNod3Q_TXwIs6Oj16qDYTq-ZcoPDxmw/viewform\n";code+="WAIT SECONDS=1\n";code+='EVENT TYPE=CLICK SELECTOR="FORM>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV:nth-of-type(2)>TEXTAREA" BUTTON=0\n';code+='EVENTS TYPE=KEYPRESS SELECTOR="FORM>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV:nth-of-type(2)>TEXTAREA" CHARS="'+links+'"\n';code+="WAIT SECONDS=1\n";code...