User:DodoMan/confirmlogout.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.

2 April 2024

1 April 2024

17 March 2024

  • curprev 08:0408:04, 17 March 2024DodoMan~usurped talk contribs 164 bytes +164 Created page with "$( document ).ready( () => { "use strict"; const LOA = document.getElementById( "pt-logout" )?.firstElementChild; LOA?.replaceWith( LOA.cloneNode( true ) ); } );"