descriptionChrome extension to get rid of sticky elements on websites - permanently!
homepage URLhttps://wiki.obormot.net/Main/AlwaysKillSticky
ownersaid@saidachmiz.net
last changeSat, 27 Jun 2020 17:40:39 +0000 (27 13:40 -0400)
content tags
add:
README.md

AlwaysKillSticky

A browser extension that automatically gets rid of sticky elements on websites you visit.

Installation

Chrome/Vivaldi

Firefox

Opera

Building from source

You can build the extension from source, using the provided build.php script.

Post-installation

If you follow the above instructions, AlwaysKillSticky should now be installed!

Stickies will not be killed yet; you must now add some URLs to the matching patterns list (or, switch to whitelist mode); see Usage, below.

Usage

Open the AlwaysKillSticky options window (either by clicking on the AlwaysKillSticky icon in your toolbar, or by going to your Extensions page, clicking “Details”, then clicking “Extension options”).

AlwaysKillSticky can work in either two modes: blacklist mode and whitelist mode.

In blacklist mode (the default), stickies will only be killed if:

Conversely, in whitelist mode, the matching patterns list is ignored. Stickies are always killed, unless the page matches one of the patterns in the exclusion patterns list.

You can switch between blacklist mode and whitelist mode at any time.

License

This extension is released under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

shortlog
2020-06-27 achmizsAdded LICENSE filemaster
2020-05-05 achmizsIncremented version to 1.3.3
2020-04-27 Rohit PatnaikRemoved debug statements
2020-04-27 Rohit PatnaikAdded option to disable count of blocked elements
2020-04-27 Rohit PatnaikAdded toggle to enable and disable the count of blocked...
2020-01-18 achmizsIncremented version to 1.3.2
2020-01-18 saturnFixed a few minor UI glitches on mobile Firefox
2020-01-18 achmizsIncremented version to 1.3.1
2020-01-18 saturnAdded timeouts to requestIdleCallbacks to deal with...
2020-01-18 saturnAdded workaround for Firefox performance bug
2020-01-07 achmizsAdded support for killing stickies within shadow DOMs
2019-12-18 achmizsDisabled debugging code
2019-12-18 achmizsAdded support for sticky pseudo-elements; version to...
2019-12-16 achmizsFixed bug with observed changes to specified element...
2019-07-16 Said AchmizIncremented version to 1.2.7
2019-07-15 saturnDo sticky killing in an idle callback
...
heads
3 years ago master
5 years ago mob