Skip to content

Instantly share code, notes, and snippets.

@OR13
Last active February 2, 2017 16:28
Show Gist options
  • Save OR13/152ccb67b396fca2a8f3df3a63f52a87 to your computer and use it in GitHub Desktop.
Save OR13/152ccb67b396fca2a8f3df3a63f52a87 to your computer and use it in GitHub Desktop.
Slack Hacks
// 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()
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