This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 || |