From c8ea04ec71adf439d5928ce17ab9a712bfc9ae93 Mon Sep 17 00:00:00 2001 From: achmizs Date: Sun, 3 Feb 2019 16:02:04 -0500 Subject: [PATCH] Improved help readability --- src/options.css | 8 ++++++++ src/options.html | 15 +++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/options.css b/src/options.css index ed4341a..4bb73b8 100644 --- a/src/options.css +++ b/src/options.css @@ -378,6 +378,14 @@ input#whitelist-mode, font-size: 1rem; } +.help-overlay hr { + border-color: #ddd; + border-style: dotted; + border-width: 1px 0 0 0; + height: 0; + max-width: 200px; +} + /********/ /* MISC */ /********/ diff --git a/src/options.html b/src/options.html index 540fb9a..e043d04 100644 --- a/src/options.html +++ b/src/options.html @@ -55,8 +55,19 @@

AlwaysKillSticky Help

On sites/pages where it’s enabled, AlwaysKillSticky finds all elements whose position CSS property has a computed value of either sticky or fixed, and removes those elements.

Basic usage

-

To enable AlwaysKillSticky on a site, click the AlwaysKillSticky icon in your browser toolbar, then click the big button (shaped like a thumbtack: ). Stickies will immediately be killed, and will always be killed whenever you visit that page, or any page on the same site, in the future.

-

To stop killing stickies on a site, just click the big button again. Stickies will no longer be killed when you visit pages on that site. (After disabling sticky-killing for a page, you can click the Reload () button to refresh the page if you want to restore killed sticky elements on that page.)

+

To enable AlwaysKillSticky on a site:

+
    +
  1. Click the AlwaysKillSticky icon () in your browser toolbar;
  2. +
  3. Click the big button ().
  4. +
+

Stickies will immediately be killed, and will always be killed whenever you visit that page, or any page on the same site, in the future.

+
+

To stop killing stickies on a site: +

    +
  1. Click the big button () again.
  2. +
+

Stickies will no longer be killed when you visit pages on that site.

+

(After disabling sticky-killing for a page, you can click the Reload () button to refresh the page if you want to restore killed sticky elements on that page.)

Modes

AlwaysKillSticky can work in either of two modes: blacklist mode (the default) and whitelist mode. (You can switch modes at any time, via the Options page.)

Blacklist mode