Posts

Showing posts from May, 2022

upload_video_to_page

var title=window.document.querySelectorAll("#title")[0].value;code="";code+="URL GOTO=https://web.facebook.com/"+page_share_id+"/videos/\n";code+="WAIT SECONDS=10\n";code+="TAG POS=2 TYPE=INPUT:FILE ATTR=* CONTENT="+fileupload+"\n";code+="WAIT SECONDS=2\n";code+='EVENT TYPE=CLICK SELECTOR="#facebook>BODY>DIV>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV" BUTTON=0\n';code+='EVENT TYPE=KEYPRESS SELECTOR="#facebook>BODY>DIV>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-ty...

PlayAccount_mobile_group_comment

group_id=window.document.querySelectorAll("#group_id")[0].value;var emoj=window.document.querySelectorAll("#emoj")[0].value;var articles=[];function comment(){code="code:";code+='SET !USERAGENT "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0.2) Gecko/20100101 Firefox/40.0.2"\n';code+="URL GOTO=https://mobile.facebook.com/groups/"+group_id+"\n";code+="WAIT SECONDS=1\n";retcode=iimPlay(code);const article=window.document.querySelectorAll('#m_group_stories_container>section>article');article.forEach(bo=>{articles.push(bo);});gScroll();};var gcounter=0;function gScroll(){gcounter++;if(articles[gcounter]){code="code:";code+="WAIT SECONDS="+getRndInteger(2,4)+"\n";retcode=iimPlay(code);articles[gcounter].scrollIntoView({behavior:'smooth'});code="code:";code+="WAIT SECONDS="+getRndInteger(0,2)+"\n";retcode=iimPlay(code);const clike=ar...

PlayAccount_mobile_page_comment

emoj=window.document.querySelectorAll("#emoj")[0].value;var articles=[];function comment(){code="code:";code+='SET !USERAGENT "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0.2) Gecko/20100101 Firefox/40.0.2"\n';code+="URL GOTO=https://mobile.facebook.com/"+page_share_id+"\n";code+="WAIT SECONDS=3\n";retcode=iimPlay(code);const article=window.document.querySelectorAll('#pages_msite_body_contents article');article.forEach(bo=>{articles.push(bo);});gScroll();};var gcounter=-1;function gScroll(){gcounter++;if(articles[gcounter]){code="code:";code+="WAIT SECONDS="+getRndInteger(2,4)+"\n";retcode=iimPlay(code);articles[gcounter].scrollIntoView({behavior:'smooth'});code="code:";code+="WAIT SECONDS="+getRndInteger(0,2)+"\n";retcode=iimPlay(code);const clike=articles[gcounter].querySelectorAll('a');clike.forEach(clicknow=>{if(clicknow.innerT...