Last active
April 4, 2016 04:25
-
-
Save gdoteof/439b4b3a58610f8a5763a709e971433b to your computer and use it in GitHub Desktop.
robin auto grow .. does nothing
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
$("#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); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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