Main public logs

From Tuyin Archives

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

Logs
  • 20:37, 23 July 2025 Morrisj18 talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function setupAudioPlayer(id, filename) { const audio = new Audio('https://tuvin.online/images/' + filename); let isPlaying = false; const playBtn = document.getElementById('playBtn' + id); const progress = document.getElementById('progress' + id); playBtn.addEventListener('click', function () { if (isPlaying) { audio.pause(); playBtn.textConte...")