From f01140cf1c486d141f80f0423ab72d577ae9f8ff Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Thu, 14 Feb 2019 19:03:28 -0500 Subject: [PATCH] Updated README --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9c5ff00..8ddf124 100644 --- a/README.md +++ b/README.md @@ -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.