Kill Stickies
This user tool removes overlays, fixed menu bars and footers, chat boxes, anything with a fixed position, from a web page.
javascript:(function(){(function(){var i,elements=document.querySelectorAll('body *');for(i=0;i<elements.length;i++){if(getComputedStyle(elements[i]).position==='fixed'){elements[i].parentNode.removeChild(elements[i]);}}})()})()
More information on how to set this up can be found here.
Based on this bookmarklet by Alisdair McDiarmid.
|