Greasyfork script-set-edit button

Add / Remove script into / from script set directly in GF script info page

< Feedback on Greasyfork script-set-edit button

Question/comment

§
Posted: 2025-05-23

[BUG] Error in Console when handling lists of scripts.

This line:

this.#sid = location.pathname.match(/scripts\/(\d+)/)[1]

Fails on this URL:

https://gf.zukizuki.org/en/scripts/

Error:

Uncaught (in promise) TypeError: Cannot read properties of null (reading '1')
    at new FavoritePanel (userscript.html?name=Greasyfork-script-set-edit-button.user.js&id=0b0836c9-c261-44d3-aaad-0e33a74b876a:2060:74)
    at Object.func (userscript.html?name=Greasyfork-script-set-edit-button.user.js&id=0b0836c9-c261-44d3-aaad-0e33a74b876a:2561:27)
    at #load (userscript.html?name=Greasyfork-script-set-edit-button.user.js&id=0b0836c9-c261-44d3-aaad-0e33a74b876a:932:48)
PYUDNGAuthor
§
Posted: 2025-05-26
Edited: 2025-05-26

Thanks for reporting, this should be fixed in the update.

§
Posted: 2025-05-28

v0.3.1:
It is fixed now ?

PYUDNGAuthor
§
Posted: 2025-05-29

v0.3.1:It is fixed now ?

I've tested v0.3.1 on my device and shows no error. Is there still anything wrong?

§
Posted: 2025-05-29
Edited: 2025-05-29

Updated to v.0.3.2 ... and seems not working.

Firefox / Tampermonkey
Same after a quick test with another profile

Post reply

Sign in to post a reply.