(no title)
seanlinehan | 7 months ago
javascript: (function () {document.querySelectorAll("body *").forEach(function(node){["fixed","sticky"].includes(getComputedStyle(node).position)&&node.parentNode.removeChild(node)});var htmlNode=document.querySelector("html");htmlNode.style.overflow="visible",htmlNode.style["overflow-x"]="visible",htmlNode.style["overflow-y"]="visible";var bodyNode=document.querySelector("body");bodyNode.style.overflow="visible",bodyNode.style["overflow-x"]="visible",bodyNode.style["overflow-y"]="visible";var nodes=document.querySelectorAll('.tp-modal-open');for(i in nodes) {nodes[i].classList.remove('tp-modal-open');}}())
JimDabell|7 months ago
> Kill-sticky, a bookmarklet to remove sticky elements and restore scrolling (174 comments)
— https://news.ycombinator.com/item?id=32998091
[0] https://daringfireball.net/linked/2017/06/27/mcdiarmid-stick...
zoom6628|7 months ago
unknown|7 months ago
[deleted]