Autocompletes edit reason on w.org Forum change
This is a userscript, used with TamperMonkey or GreaseMonkey, in order to help moderators on wordpress.org/support/forums
This adds Moved from X to Y
in the edit reason field, when the forum is changed.
To install, click this link or open forum-change-reason.user.js
and hit the Raw button. TamperMonkey or GreaseMonkey will take over from there.
You can customize the message, just make sure the placeholders stay in place (%1$s
- old forum, %2$s
- new forum).
Just edit this line as you wish const reasonText = 'Moved from %1$s to %2$s.';
Contributions are welcome, bugreports, suggestions and even pull requests! No limitations, shoot for the stars!