Correct Type-o

fix: incorrect spelling for Greasemonkey
This commit is contained in:
Lucas 2019-07-23 16:03:30 +01:00 committed by GitHub
commit a9add4fa7f
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