Last.fm Hide Tags Box

Subscribe to Last.fm Hide Tags Box 2 posts, 2 voices

 
parry101 Scriptwright

Is there a way to hide the tags box on Last.fm?

 
JeremyT Scriptwright

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";