Update README.md
This commit is contained in:
parent
0ddc7c9124
commit
9c0215532f
|
@ -1,4 +1,4 @@
|
|||
# Herosaver
|
||||
# SaverSTL
|
||||
|
||||
Methodology to Save Configuration and STLs from websites using the THREE.JS framework for academic and educational purposes.
|
||||
|
||||
|
@ -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/OkoCinco/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);
|
||||
var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/SaiDAV/SaverSTL/master/herosaver.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
|
||||
|
|
Loading…
Reference in New Issue