Topic: [Bug] The bookmarklet code is outdated

Posted under Site Bug Reports & Feature Requests

Bug overview description.
The bookmarklet at https://e621.net/help/bookmarklet doesn't work with the new upload form, even if you update the url in the code (http://e621.net/uploads/new instead of http://e621.net/post/upload).

What part(s) of the site page(s) are affected?
http://e621.net/uploads/new

What is the expected behavior?
That the url field would be filled with the given url.

What actual behavior is given instead?
The url field is empty.

Time of incident (if applicable).
N/A

Can you reproduce the bug every time?
Yes

What steps did you take to replicate this bug?

Errors or other messages returned (if any).
N/A

I looked around a bit and the paremter was just renamed.

The new bookmarklet looks like this:
javascript:location.href='https://e621.net/uploads/new?upload_url='+encodeURIComponent(location.href)

Can't put it in the wiki page though, I don't have the appropriate permissions for that.

earlopain said:
I looked around a bit and the paremter was just renamed.

The new bookmarklet looks like this:
javascript:location.href='https://e621.net/uploads/new?upload_url='+encodeURIComponent(location.href)

Thanks a lot!

  • 1