kill-sticky icon indicating copy to clipboard operation
kill-sticky copied to clipboard

Bookmarklet to remove sticky elements and restore scrolling to web pages!

Results 8 kill-sticky issues
Sort by recently updated
recently updated
newest added

Some websites use a CSS rule such as `overflow: hidden !important;` which has higher priority than our CSS property. Add the "!important" flag to our property, so it will override...

The implementation changed in commit 6a4473d (Set hidden overflow stylings to visible, not auto, 2018-04-26). Also fix a typo.

Merge after #7. ENTRYPOINT and CMD are similar but CMD is more appropriate because it allows overriding on the command line, e.g. `docker run ... kill-sticky sh` can now be...

The package 'get-stdin' switched to an ES module in version 9.0.0 \[1], which broke the build (full error message below). The error could be fixed by switching to a dynamic...

Here's the script I made cuz nothing worked. It finally worked when I edited body position. The class things is probably overkill. The site in question: https://www.infoworld.com/article/3663129/deno-deploy-moves-toward-ga-adds-paid-plan.html ```js (() =>...

Tested on FF 66 and Chrome 72. Scrolling broken in both browsers. drpsychmom.com

Would be perfect if there was a link to an example page that this should "fix". I've added the bookmarklet but have no obvious way to test it except for...

Selecting only direct descendants of body seems to work better for me. The previous selector seems more prone to ruin other UI elements on the page