Correct Type-o

fix: incorrect spelling for Greasemonkey
This commit is contained in:
lillypath869 2019-07-20 01:18:04 -04:00 committed by GitHub
parent f2de48a7c1
commit 030d676ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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