Diskussionen » Greasy Fork Rückmeldungen

Need to find someway to alert the users that, developer mode is required for TM MV3

§
Veröffentlicht: 07.01.2025
Bearbeitet: 07.01.2025

People are complaining in my script that it does not work.

Indeed this is userscript manager issue (Tampermonkey latest version requires developer mode)

Can Greasy Fork do something to guide the users that the userscript not working is because of this?


window.external.Tampermonkey.getVersion((r)=>console.log(r))

This can show TM's version. I think base on the version, there can be warning messages to be shown during installation in Greasy Fork.

§
Veröffentlicht: 07.01.2025
Bearbeitet: 07.01.2025

Based on changelog and issue644, the version to MV3 should be >=5.2.6195

For example, for TM VM3 >=5.2.6195, show a warning message first. users can select do not show again.


Info for "Tampermonkey latest version requires developer mode"

https://www.tampermonkey.net/faq.php?locale=en#Q209

§
Veröffentlicht: 07.01.2025

It seems to me this is more of Tampermonkey's responsibility...

I can maybe include a link to TM's docs in the general user script install instructions.

Antwort schreiben

Anmelden um eine Antwort zu senden.