From b66575f8dc88e55f7e4a458637f72edd26e98ee2 Mon Sep 17 00:00:00 2001 From: Sangeeth Sudheer Date: Mon, 24 Jun 2024 04:29:31 +0530 Subject: [PATCH] Add moar README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6a6710 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Userscripts + +## General Instructions + +1. Install [Tampermonkey](https://www.tampermonkey.net/) +2. Go to one of the script folders +3. Read the README of that folder (if it exists) +3. Open the `*.user.js` file inside it +4. Click on `Raw` on top right +5. This will trigger Tampermonkey installation prompt, install +6. Go back to the README of the extension (if it exists) to know how to use it + +## Development + +Read the Tampermonkey docs. + +There are no build tools, so you can pretty much copy paste the source/edit it directly in TM dashboard and see how things work. Maybe there's a better way to develop stuff locally but ¯\\\_(ツ)_/¯