Skip to content

Instantly share code, notes, and snippets.

@pgebheim
Last active November 9, 2017 18:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgebheim/0bd38920135ab0c2c1c584b63a96408e to your computer and use it in GitHub Desktop.
Save pgebheim/0bd38920135ab0c2c1c584b63a96408e to your computer and use it in GitHub Desktop.
Paste this into your Discord dev console to get reaction hotkeys! ctrl+shift+\
(function(){
var el = document.createElement('script');
el.src = "https://cdn.rawgit.com/pgebheim/f77dd4a56fe2c18c4309492a081a6201/raw/fb9feb96a101e28b4e83bdf279fa62022eb982b9/discord-reaction-hotkey.js";
document.body.append(el);
el = document.createElement('script');
el.src = "https://cdn.rawgit.com/pgebheim/68f408aa76ad07e164a3dab4b75d5ac1/raw/556c2e185fee360e758f3e520b3b5f271c5c8ddc/discord-theme-fix-dark.js";
document.body.append(el);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment