From a93ca8270cea5864a0b3fd5604ce5c449ccc19f7 Mon Sep 17 00:00:00 2001 From: Cory Zibell Date: Sun, 6 Sep 2020 18:11:23 -0400 Subject: [PATCH] Add module to hide help button --- README.md | 8 ++++++++ mods/hide-help/mod.js | 0 mods/hide-help/styles.css | 0 3 files changed, 8 insertions(+) create mode 100644 mods/hide-help/mod.js create mode 100644 mods/hide-help/styles.css diff --git a/README.md b/README.md index dc54d00..dd5b909 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,14 @@ these include: ![](https://user-images.githubusercontent.com/16874139/90522144-b6768080-e1ae-11ea-8150-527c1f70f0e7.png) +### hide help button + +**tags:** #extension + +**description:** hide the help button if you don't need it + +**author**: [coryzibell](https://github.com/coryzibell/) + ### neutral **tags:** #theme #dark diff --git a/mods/hide-help/mod.js b/mods/hide-help/mod.js new file mode 100644 index 0000000..e69de29 diff --git a/mods/hide-help/styles.css b/mods/hide-help/styles.css new file mode 100644 index 0000000..e69de29