From 626f304cb7c9d8eb36e7e4fd1d61856433d9b88f Mon Sep 17 00:00:00 2001 From: axelerometer <54915681+axelerometer@users.noreply.github.com> Date: Wed, 15 Apr 2020 23:59:28 +0300 Subject: [PATCH] Fix install link in README The old link no longer works. Also updated Tampermonkey link. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53317cd..d65680e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This script allows you to export a .OBJ file from a Sketchfab model by clicking Installation: You must install the userscript to see the 'Download .OBJ' button on the model viewer page. To do this, you must have a userscript manager installed. - If you have one installed, clicking on [this link](https://github.com/reinitialized/sketchfab-dl-script/raw/master/sketchfab-dl-script.user.js) should bring up a prompt to install the script. - I have tested the script so far on [Tampermonkey](http://tampermonkey.net/) (Chrome) and [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) (Firefox). + If you have one installed, clicking on [this link](https://github.com/Annovae/sketchfab-dl-script/raw/master/sketchfab-dl-script.user.js) should bring up a prompt to install the script. + I have tested the script so far on [Tampermonkey](https://www.tampermonkey.net/) (Chrome) and [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) (Firefox). Todo: Add UV support