User:BZPN/Markblocked-test.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.

11 April 2025

  • curprev 14:0214:02, 11 April 2025 BZPN talk contribs 8,290 bytes +8,290 Created page with "( () => { function execute() { if ( [ 'edit', 'submit' ].indexOf( mw.config.get( 'wgAction' ) ) !== -1 ) { return; } const maybeAutostart = $.Deferred(); if ( window.mbNoAutoStart ) { const portletLink = mw.util.addPortletLink( 'p-cactions', '', 'XX', 'ca-showblocks' ); $( portletLink ).on( 'click', ( e ) => { e.preventDefault(); maybeAutostart.resolve(); } ); } else { maybeAutostart.resolve(); } $.when( $.ready, // keep mw.l..."