Skip to content

Instantly share code, notes, and snippets.

View Madbrad200's full-sized avatar

Madbrad200

  • UK
View GitHub Profile
@Madbrad200
Madbrad200 / discordpythonlibraries.markdown
Created January 6, 2022 10:42
list of discord.py forks / discord.py alternatives
@Madbrad200
Madbrad200 / iclfm.js
Last active February 11, 2018 17:38 — forked from blha303/iclfm.js
IRCCloud last.fm now-playing bookmarklet - Change the 'e' variable to your own last.fm username.
javascript: (function () { var jB = document.createElement('script'); jB.setAttribute('type', 'text/javascript'); jB.setAttribute('src', 'https://gist.githubusercontent.com/Madbrad200/75d0bdb867fe648fdcf97231731b3eb4/raw/3a2d19fdf673e07c04cc93efe97a457e307ee99b/irccloudlastfm.js'); document.body.appendChild(jB); document.body.appendChild(jB); }());