MediaWiki:Gadget-EditShortcut.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 July 2024

2 June 2024

1 June 2024

  • curprev 23:3823:38, 1 June 2024Vish talk contribs 817 bytes +143 No edit summary
  • curprev 23:3723:37, 1 June 2024Vish talk contribs 674 bytes +139 No edit summary
  • curprev 23:3423:34, 1 June 2024Vish talk contribs 535 bytes +535 Created page with "(function() { document.addEventListener('keydown', function(event) { // Check if the pressed key is 'e' and no modifier keys are pressed if (event.key === 'e' && !event.altKey && !event.ctrlKey && !event.shiftKey && !event.metaKey) { // Prevent the default action to avoid any unwanted behavior event.preventDefault(); // Redirect to the "edit source" URL window.location.href = mw.util.getUrl(mw.config.get..."