您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Said Achmiz 683c6fc702 Added uBlock exception 6 年前
media Added web store icons 6 年前
src Added uBlock exception 6 年前
util Updated packaging script to remove .DS_Store files 6 年前
.gitignore Updated .gitignore 6 年前
README.md Corrected README 6 年前
build.sh Fixed bug in build script 6 年前

README.md

AlwaysKillSticky

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

Installation

Chrome/Vivaldi/Opera

  • Download the latest release, or build from source (see below).
  • Unzip the package.
  • Go to chrome://extensions (Chrome), vivaldi://extensions (Vivaldi), or about://extensions (Opera) in the URL bar.
  • Enable Developer Mode by clicking the toggle switch (Chrome) / checkbox (Vivaldi) / button (Opera).
  • Click the “Load Unpacked” (or “Load Unpacked Extension”) button.
  • Select the AlwaysKillSticky-chrome folder.

Firefox

Building from source

You can build the extension from source, using the provided build.sh script, passing the argument chrome (for Chrome, Opera, Vivaldi, etc.) or firefox (for Firefox & other Gecko-based browsers).

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:

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

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.