Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Said Achmiz de0c1e13ea Added tooltips to popup 6 år sedan
fonts Added Inconsolata 6 år sedan
images Updated icons for sticky-killing state 6 år sedan
README.md Updated README 6 år sedan
background.js Page action icon now updated immediately on state toggle; some refactoring 6 år sedan
contentScript.js Page action icon now updated immediately on state toggle; some refactoring 6 år sedan
fonts.css Added Inconsolata 6 år sedan
functions.js Page action icon now updated immediately on state toggle; some refactoring 6 år sedan
manifest.json Incremented version to 0.8 6 år sedan
options.css Improved options page 6 år sedan
options.html Corrected favicon URL for options page 6 år sedan
options.js Added more comments to JS files; slight refactoring 6 år sedan
popup.css Added tooltips to popup 6 år sedan
popup.html Added tooltips to popup 6 år sedan
popup.js Added tooltips to popup 6 år sedan

README.md

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.