Comment on Pandora Acquires TicketFly for $450MparentComments−yaur10yI use a bookmarklet to put that stuff in the title (and click the are you still listening button) you could do the same to fix the layout how you like it.−samstave10ylink to said bookmarklet?−yaur10yjust something I wrote in a few minutes...javascript:setInterval(function (){document.title = $('.songTitle').text() + ' -- ' + $('.artistSummary').first().text();if($('#still_listening_ignore').length == 1){var t = 1000 + (Math.random()*500); setTimeout(function(){if($('#still_listening_ignore').length == 1)$('#still_listening_ignore').click();},t)}},1000);
Comments
I use a bookmarklet to put that stuff in the title (and click the are you still listening button) you could do the same to fix the layout how you like it.
link to said bookmarklet?
just something I wrote in a few minutes...
javascript:setInterval(function (){document.title = $('.songTitle').text() + ' -- ' + $('.artistSummary').first().text();if($('#still_listening_ignore').length == 1){var t = 1000 + (Math.random()*500); setTimeout(function(){if($('#still_listening_ignore').length == 1)$('#still_listening_ignore').click();},t)}},1000);