Go to file
2019-01-31 10:11:55 -05:00
fonts Added Inconsolata 2019-01-31 00:48:48 -05:00
images Updated icons 2019-01-30 17:32:39 -05:00
background.js Added popup 2019-01-31 00:40:59 -05:00
contentScript.js Many bug fixes 2019-01-31 10:10:20 -05:00
fonts.css Added Inconsolata 2019-01-31 00:48:48 -05:00
functions.js Broke out shared code into functions.js 2019-01-30 17:35:05 -05:00
manifest.json Incremeted version to 0.5 2019-01-31 02:28:51 -05:00
options.css Added popup 2019-01-31 00:40:59 -05:00
options.html Added favicon to options page 2019-01-31 10:11:55 -05:00
options.js Broke out shared code into functions.js 2019-01-30 17:35:05 -05:00
popup.css Added whitelist mode support in popup UI 2019-01-31 02:28:14 -05:00
popup.html Added reload button when excluding site from popup 2019-01-31 01:27:53 -05:00
popup.js Many bug fixes 2019-01-31 10:10:20 -05:00
README.md Updated README 2019-01-29 19:07:50 -05:00

AlwaysKillSticky

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

Installation

  • Download or clone this repository
  • In Chrome, go to chrome://extensions (or Window menu -> Extensions, etc.)
  • Enable Developer Mode by clicking the toggle switch at the top right
  • Click the “Load Unpacked” button at the top left
  • Select the AlwaysKillSticky folder

AlwaysKillSticky should now be installed!

However, 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 of two modes: blacklist mode and whitelist mode. (You can switch modes at any time.)

Blacklist mode

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

  • the page URL matches one of the patterns in the matching patterns list, and;
  • the page does not match any of the patterns in the exclusion patterns list.

Whitelist mode

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.

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.