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