All public logs

Jump to navigation Jump to search

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:00, 13 April 2024 DodoMan talk contribs created page MediaWiki:Gadget-ConfirmLogout.js (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...")