Jump to content

User:Cobaltcigs/DisableMinorEditHelpLink

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.