From 9fd9e44174fa1064391b84742a7f69dfb6d169b0 Mon Sep 17 00:00:00 2001 From: bradenfallon <32021712+bradenfallon@users.noreply.github.com> Date: Sat, 15 Aug 2020 20:36:26 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b696e6..166c3f4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Please **Always** think about the **developers** of such websites and try to **s 3. Paste the following ``` -var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/amerrigan/Herosaver-v2/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); +var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/bradenfallon/Herosaver-v2/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~~