User:Cobaltcigs/DisableMinorEditHelpLink
Appearance
Source code:
span#minoredit_helplink a { pointer-events: none; cursor: default; color: inherit; text-decoration: none; }
- Causes the link in "This is a minor edit" to appear as plain text, and be non-clickable.
- Avoids accidentally navigating to the help page (and away from your edit) when clicking on the checkbox label.
- Not tested in Internet Explorer, where it may very well fail.