

They believe that by attacking perceived woes (immigration, social safety nets, women’s rights, and the education system) that all will magivally become better for the average citizen.
They’re addicted to the fallacy of the American Dream™ to the point that they don’t see the larger picture, and again the oligarchy strengten its grip on a divided population, consequences be damned.
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