@rjd324 Your wish is my command. Please download and test the new script for github. It adds a download link above the branch button. It works only inside branches. Tags list has already a download link.
@Raziel "Creating a new Pull Request" includes a lot of javascript, that cannot be recreated in the same way I fix some CSS and the download link. It needs to rewrite everything to be compatible with the browser, and even if you do that, the website will not allow the execution of this code, for security reasons.
Can you take a look at a local Plex server? Right now we don't get the login page at all. We've talked about supporting it with other tools but if we can get it in browser, which will be great.
@Raziel I am away from my Amigas for a couple of weeks. I get back to my home in a few days. I will check this out and let you know if it is possible for me to do anything with it.
@raziel Unfortunately, the problem with hvsc.c64.org website is the unsupported javascript, and I cannot do anything with that. This needs a newer version of WebKit to work.
@Raziel The problem is that github does not provide anywhere in the source the download link, but it comes with Javascript at a later stage. So I had to find a way to make it from the data I have on the page.
Now, the page you tried to use is from a commit one. If you go to the master branch, it should work, right? I will have a look to if I can make it work for commit pages as well.
If you could achieve that, it would be a really nice thing to have, especially for bisecting the code. sgit can't do bisect (yet?), so i always have to manually download commits, compile, check if the bug is there, rinse, repeat, until i find the bad commit.
Having the possibility to do that without a PC sitting in the background to download the commits would be a big time saver.