Last active
August 29, 2015 14:07
-
-
Save Kreijstal/dbc44e3123fac4f512d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.getElementsByTagName('textarea')[0].value.replace(/SHAPE=[^:]+:0/g,function(a){return a.substr(0,a.length-1)+(Math.floor(Math.random()*0xFFFFFF))}).replace(/\n/g,"\r\n") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var next=HTMLElement.prototype.click.bind(document.querySelector(".newchatbtnwrapper>img")); | |
function ayy(){if(document.getElementsByClassName('youmsg').length||document.getElementsByClassName('strangermsg').length){ | |
var a; | |
if(a=document.querySelector('.logsavelinks>span>a')){ | |
a.click() | |
} | |
} | |
next(); | |
} | |
setInterval(ayy,1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment