From edcc473e9a9dd4f329e98f5d0e98646bc24d3256 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 17 Oct 2019 10:31:27 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f36061..a1b673f 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Please **Always** think about the **developers** of such websites and try to **s var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/TeaWithLucas/Herosaver/master/dist/saver.min.js",true);xhr.onreadystatechange=function(){if(xhr.readyState==4){var script=document.createElement("script");script.type="text/javascript";script.text=xhr.responseText;document.body.appendChild(script)}};xhr.send(null); ``` -### ~~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?)~~ +### 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 Greasemonkey Browser Addon (or alternative) 2. Click the icon and select 'New User Script' from the dropdown menu