Skip to content

Instantly share code, notes, and snippets.

javascript:(function() {
var bookmarklet = {
init: function() {
this.parse();
},
parse: function() {
page = "";
$(".Track:visible")
.children(".info")
.each(function() {