| @@ -4,19 +4,23 @@ A browser extension that automatically gets rid of sticky elements on websites y | |||
| ## Installation | |||
| ### Chrome/Vivaldi/Opera | |||
| ### Chrome/Vivaldi | |||
| * [Download the latest release](https://wiki.obormot.net/Main/AlwaysKillSticky), 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. | |||
| * Install via the [Chrome web store](https://chrome.google.com/webstore/detail/alwayskillsticky/oolchklbojaobiipbmcnlgacfgficiig). | |||
| ### Firefox | |||
| * Install via [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/alwayskillsticky/). | |||
| ### Opera | |||
| * [Download the latest release](https://wiki.obormot.net/Main/AlwaysKillSticky), or build from source (see below). | |||
| * Unzip the package. | |||
| * Go to `about://extensions` in the URL bar. | |||
| * Enable Developer Mode by clicking the button (Opera). | |||
| * Click the “Load Unpacked Extension” button. | |||
| * Select the AlwaysKillSticky-chrome folder. | |||
| ### Building from source | |||
| You can build the extension from source, using the provided `build.php` script. | |||