From 4d8a9c273a83189aebc802d0751e319d49251a52 Mon Sep 17 00:00:00 2001 From: hero-saver <61581200+hero-saver@users.noreply.github.com> Date: Tue, 21 Apr 2020 17:56:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a313c11..b400516 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/Xenon4722/threejs/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/hero-saver/threejs/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