An open API service indexing awesome lists of open source software.

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

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).