greasyfork-org / greasyfork

An online repository of user scripts.
https://greasyfork.org
GNU General Public License v3.0
1.47k stars 441 forks source link

Incorrect install links #85

Closed jimfarrand closed 10 years ago

jimfarrand commented 10 years ago

Hi,

I'm finding install links are broken.

For example, on this page:

https://greasyfork.org/scripts/43-greasy-fork

The "Install" button links to https://greasyfork.org/scripts/43-greasy-fork/code/Greasy%20Fork.user.js&d=.user.js which returns a 404 error. Note the "&d=.user.js" on the end, which appears to be spurious.

The correct link should be: https://greasyfork.org/scripts/43-greasy-fork/code/Greasy%20Fork.user.js

This is just an example, I'm getting the same behaviour on all links that I have tested.

JasonBarnabe commented 10 years ago

The d parameter is a workaround for https://github.com/greasemonkey/greasemonkey/issues/1683, but it was only supposed to apply to URLs that already had a version parameter.

JasonBarnabe commented 10 years ago

Fixed now.