kymokleo
Follow
💭
I wonder
Highlights
Pinned Loading
-
addy-browser-extension
addy-browser-extension PublicForked from anonaddy/browser-extension
The source code for the browser extension
Vue
-
-
raycast-extensions
raycast-extensions PublicForked from raycast/extensions
Fork of Raycast extensions.
TypeScript
-
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}
-
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.