Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Remove Sticky bookmarklet to get rid of the CSS overlays protruding into the beautiful content area.

    javascript:(function(){   let i, elements = document.querySelectorAll('body *');   for (i = 0; i < elements.length; i++) {     if(getComputedStyle(elements[i]).position === 'fixed'        || getComputedStyle(elements[i]).position === 'sticky'){       elements[i].parentNode.removeChild(elements[i]);     }   } window.history.replaceState( {} , document.title, location.href+'#cleaned')})()


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: