Main public logs

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

Logs
  • 04:36, 15 November 2025 C talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: mw.loader.using( 'mediawiki.util', function () { $( function () { // Find all red links (class="new") $( 'a.new' ).each( function () { try { var url = new URL(this.href); // Only touch links that go to ?action=edit&redlink=1 if (url.searchParams.get('action') === 'edit') { url.searchParams.delete('action'); url.searchParams.delete('redl...")