Main public logs
Combined display of all available logs of Electron: Chat App Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:29, 12 October 2025 Johnball589 talk contribs created page MediaWiki:Common.js (Created page with "$(function() { const today = new Date(); const month = today.getMonth(); // 0 = Jan, 3 = April const date = today.getDate(); // Check if it's April 1st if (month === 3 && date === 1 && !localStorage.getItem('noAF')) { const pageName = mw.config.get('wgPageName'); const afPage = 'AF:' + pageName; // Only redirect if we're not already on the AF page if (!pageName.startsWith('AF:')) { $.get(mw.util.getUrl(afPage), function(data) { i...")