Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name lastfm-fix
// @description CSS fixes and tweaks for the Last.fm redesign
// @match http://www.last.fm/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==
var pageURLCheckTimer = setInterval(function(){
if(this.lastPathStr !== location.pathname ||