Last active
February 2, 2017 16:28
-
-
Save OR13/152ccb67b396fca2a8f3df3a63f52a87 to your computer and use it in GitHub Desktop.
Slack Hacks
This file contains hidden or 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
// not working yet... | |
$('ts-message:last > div.action_hover_container.stretch_btn_heights.narrow_buttons > a.ts_icon.ts_icon_small_ellipsis.ts_tip.ts_tip_top.ts_tip_float.ts_tip_delay_60').click() |
This file contains hidden or 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
window.setInterval(function(){ | |
document.getElementById('msg_input').value = '/giphy virus ' + Math.random(); | |
window.TS.view.submit(); | |
}, 1 * 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment