From 030d676ccf71b8dcb5590f6cb9a3449c4c2c869f Mon Sep 17 00:00:00 2001 From: lillypath869 <53107244+lillypath869@users.noreply.github.com> Date: Sat, 20 Jul 2019 01:18:04 -0400 Subject: [PATCH] Correct Type-o fix: incorrect spelling for Greasemonkey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfcffec..86adcb9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/Tea ### Loading via Greecemonkey or other script loader This method should automatically load the script on page load. Current it doesn't work if the page is reloaded (Open for suggestions?) -1. Install Greecemonkey Browser Addon (or alternative) +1. Install Greasemonkey Browser Addon (or alternative) 2. Click the icon and select 'New User Script' from the dropdown menu 3. Copy and pase from [Autoloader.js](Autoloader.js), editing the intended website 4. Save