Jump to content

User:Cobaltcigs/DisableMinorEditHelpLink

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Qwerfjkl (bot) (talk | contribs) at 20:26, 8 June 2022 (Replaced deprecated <source> tags with <syntaxhighlight> (via WP:JWB)). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.