您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Said Achmiz 30476e0589 Update page action icon based on state 6 年前
fonts Added Inconsolata 6 年前
images Update page action icon based on state 6 年前
README.md Updated README 6 年前
background.js Update page action icon based on state 6 年前
contentScript.js Update page action icon based on state 6 年前
fonts.css Added Inconsolata 6 年前
functions.js Added support for comments in pattern lists 6 年前
manifest.json Update page action icon based on state 6 年前
options.css Made options page full-width 6 年前
options.html Links to regexr.com open in new window 6 年前
options.js Added support for comments in pattern lists 6 年前
popup.css Slight tweak to popup layout 6 年前
popup.html Added info header to popup 6 年前
popup.js Added support for comments in patterns lists, and completed auto enable/disable pattern code 6 年前

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.