

I have the following, which I didn’t make myself
DontF-withPaste
javascript:forceBrowserDefault=(e=>{e.stopImmediatePropagation();return true;});['copy','cut','paste'].forEach(e=>document.addEventListener(e,forceBrowserDefault,true));
Purpose: Restore the ability to paste stuff anywhere, some websites will do this in their password field
kill-sticky
(avascript:(function(){document.querySelectorAll("body *").forEach(function(node){if(["fixed","sticky"].includes(getComputedStyle(node).position)){node.parentNode.removeChild(node)}});document.querySelectorAll("html *").forEach(function(node){var s=getComputedStyle(node);if("hidden"===s["overflow"]){node.style["overflow"]="visible"}if("hidden"===s["overflow-x"]){node.style["overflow-x"]="visible"}if("hidden"===s["overflow-y"]){node.style["overflow-y"]="visible"}});var htmlNode=document.querySelector("html");htmlNode.style["overflow"]="visible";htmlNode.style["overflow-x"]="visible";htmlNode.style["overflow-y"]="visible"})();
Purpose: Un-stick anything that remain static when you scroll, ex: website header
Wait, so the dude honked after her because she was speeding 20 above the limit (imo justified), and she’s pretending of taking the high road by slowing down 30 under the limit just to spite him for her being wrong? 🤔
Or maybe it’s oddly phrased and he was going 30 over and the petty lane is justified. (Personally I’d go 40-45, just to be not too slow as to be dangerous).