Skip to content

Instantly share code, notes, and snippets.

View dragonfax's full-sized avatar

Jason Stillwell dragonfax

View GitHub Profile
javascript:(function() {
var bookmarklet = {
init: function() {
this.parse();
},
parse: function() {
page = "";
$(".PlaylistPage:visible")
.find(".Track")
.children(".info")