Skip to content

Instantly share code, notes, and snippets.

@gdoteof
Last active April 4, 2016 04:25
Show Gist options
  • Save gdoteof/439b4b3a58610f8a5763a709e971433b to your computer and use it in GitHub Desktop.
Save gdoteof/439b4b3a58610f8a5763a709e971433b to your computer and use it in GitHub Desktop.
robin auto grow .. does nothing
$("#robinSendMessage").append('<div onclick={$(".text-counter-input").submit();} class="robin-chat--vote" style="font-weight: bold; padding: 5px;cursor: pointer; margin-left:0;" id="sendBtn">Send Message</div>'); // Send
setInterval(function () {
document.getElementsByClassName("robin--vote-class--increase")[0].click();
console.log("you auto clicked grow!");
//DELETE THESE TWO LINES TO TURN OFF SPAM
document.getElementsByClassName("c-form-control text-counter-input")[0].value = "Go here to autogrow: https://gist.github.com/gdoteof/439b4b3a58610f8a5763a709e971433b";
$(".text-counter-input").submit();
//
}, 300000);
@gdoteof
Copy link
Author

gdoteof commented Apr 4, 2016

Paste the code above into your console. After you paste it, you must hit enter.

Windows:
On chrome: Ctrl-shift-j

on firefox: ctrl-shift-k

Mac
Chrome: CMD+OPT+J

screenshot 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment