💭
I wonder
Highlights
Pinned Loading
-
safari-userscripts
safari-userscripts PublicForked from quoid/userscripts
A fork of the open-source Safari userscript manager
Swift
-
Run as a bookmarklet to remove annoy...
Run as a bookmarklet to remove annoying sticky elements on webpages, such as cookie notifications and floating widgets. 1const killStickyElements = () => {
2document.querySelectorAll("body *").forEach(function (node) {
3if (["fixed", "sticky"].includes(getComputedStyle(node).position)) {
4node.parentNode.removeChild(node);
5}
-
-
applescript-scripts
applescript-scripts PublicA random collection of my AppleScript snippets over the years
AppleScript 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.