A GreaseMonkey user script to add a skill recap to any passive skill tree permalink
" The JSON in itself is about 150kB of text which has to be parsed by Javascript. In the enhanced version it is only done once instead of every time the skill tree is clicked. |
|
I've added a build order link to the PHP version. Clicking on it will show/hide the supposed skill order from the permalink. While it may not make much sense for existing characters, it should retain the orders in which the skills were picked for builds made from scratch through the website.
As an example, these 2 builds are identical. However, the two branches were picked in a different order: Last edited by Blackclaw#7622 on Feb 9, 2013, 1:15:38 PM
|
|
This is amazing! Thanks a lot, we really needed one of these.
|
|
Added a 'Remove' button to the PHP page to remove single builds individually.
Last edited by Blackclaw#7622 on Feb 9, 2013, 3:42:35 PM
|
|
awesome
|
|
You know how I can make this work in Opera? http://my.opera.com/Contrid/blog/2007/02/11/how-to-greasemonkey-in-opera acording to that site javascripts should run directly in the browser without the need for greasemonkey in Opera, but nothing happens when I try it.
|
|
" I gave it a try and the guide works. The problem seems to come from the way Opera interprets the Javascript. In order to make the script work, you have to open it with a decent text editor (like notepad++), copy the whole section 'script data' at the end of the file (quite a big bloc of text ending with "Sword Mastery","sd":[]}}';) and paste it at the beginning (for instance above var arrURL = [], arrNodes = [];) and it should work. I'll update the script though. Last edited by Blackclaw#7622 on Feb 9, 2013, 6:48:08 PM
|
|
Cool, that worked. Thanks!
|
|
That thing is amazingly useful, send some money to show my gratitude my equal a can of Beer or two :-D
|
|
" I appreciate the gesture very much but due to PayPal retardedness I had to deny the donation :( You have to verify your account to do that and somehow the account I registered is in the US. I updated the link to my european account now. Hopefully it won't happen again. |
|