All public logs
From Firrhna Project Wiki
Jump to navigationJump to search
Combined display of all available logs of Firrhna Project Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:57, 15 December 2023 Kawa-neechan talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function getDictionaryResult() { var word = document.getElementById('dictWord').value; var inEnglish = document.getElementById('dictEnglish').checked; var result = document.getElementById('dictResult'); var target = '/faas/dict/'; if (inEnglish) target += 'eng/'; target += encodeURIComponent(word); target += '?bare'; var xhr = new XMLHttpRequest(); xhr.open('GET', target); xhr.onload...")