Skip to content

Instantly share code, notes, and snippets.

View Seklfreak's full-sized avatar
💕
Spread love!

Sebastian Winkler Seklfreak

💕
Spread love!
View GitHub Profile
@Seklfreak
Seklfreak / iclfm.js
Created January 30, 2016 19:33 — 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.github.com/Seklfreak/f3deb0f9a5fab3894fe1/raw/e59607b52f4f963b75a140426885a24c074658d0/irccloudlastfm.js'); document.body.appendChild(jB); document.body.appendChild(jB); }());