MediaWiki:Gadget-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.

13 April 2024

  • curprev 12:0012:00, 13 April 2024DodoMan talk contribs 2,974 bytes +2,974 Created page with "// <nowiki> $(() => { var logout = $("#pt-logout a")[0]; if(!logout) return; // Create new logout link. var new_logout = document.createElement("a"); new_logout.innerText = logout.innerText; // Insert new logout link and remove old. logout.insertAdjacentElement("afterend", new_logout); logout.remove(); // Get user-defined styling. var fw = window.us_conlog_font_weight ? window.us_conlog_font_weight : "bold"; var fs = wind..."