From abe99363ad712d0c62b6a84fedb614fb3266398e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 21 Nov 2018 02:31:16 +0100 Subject: Add README --- README.md | 23 +++++++++++++++++++++++ Screencast.gif | Bin 0 -> 27250 bytes 2 files changed, 23 insertions(+) create mode 100644 README.md create mode 100644 Screencast.gif diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5f85f9 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +DuckDuckGo Region Filter Toggle Shortcut +======================================== + +Adds a keyboard shortcut to toggle the region filter on DuckDuckGo. + + +## Demo + +![Screencast](Screencast.gif) + + +## Install +Open the [raw script][1] and click “Install” in the resulting dialog. A [more +detailed explanation][2] is available on the Greasemonkey wiki. + + +## License +Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[1]: https://raw.githubusercontent.com/teddywing/duckduckgo-region-filter-toggle-shortcut/master/duckduckgo-region-filter-toggle-shortcut.user.js +[2]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts diff --git a/Screencast.gif b/Screencast.gif new file mode 100644 index 0000000..032ca2d Binary files /dev/null and b/Screencast.gif differ -- cgit v1.2.3