https://github.com/eemeli/kill-sticky
Browser extension to remove all elements with fixed or sticky positions
https://github.com/eemeli/kill-sticky
Last synced: 8 months ago
JSON representation
Browser extension to remove all elements with fixed or sticky positions
- Host: GitHub
- URL: https://github.com/eemeli/kill-sticky
- Owner: eemeli
- License: mit
- Created: 2018-06-03T11:34:19.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T17:55:14.000Z (about 3 years ago)
- Last Synced: 2025-05-05T23:12:32.954Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-GB/firefox/addon/kill-sticky-shortcut/
- Size: 12.7 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kill-Sticky-Shortcut
A browser extension which removes all elements styled with `position: fixed` or `position: sticky` from the DOM
using a keyboard shortcut (**Alt+Period** on Windows & Linux, **Cmd+Period** on macOS).
Use the shortcut multiple times to descend into shadow DOMs.
To change the keyboard shortcut,
visit the page [`chrome://extensions/shortcuts`](chrome://extensions/shortcuts) in Chrome or
select "Manage Extension Shortcuts" option at `about:addons` in Firefox.
Based on the [Kill sticky headers](https://alisdair.mcdiarmid.org/kill-sticky-headers/) bookmarklet by Alisdair McDiarmid.
Released as open source under the [MIT license](LICENSE).