Hacker News new | ask | show | jobs
by yaur 3907 days ago
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.
1 comments

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