2 posts, 2 voices
Is there a way to hide the tags box on Last.fm?
If you're talking about tags on user pages, then this should work: set the include to "http://*last.fm/users/*/" document.getElementById('tpanel').style.display = "none";
document.getElementById('tpanel').style.display = "none";
Search all posts