Main public logs

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

Logs
  • 03:28, 3 January 2025 Jord talk contribs created page MediaWiki:Vector.js (Created page with "async function fetchMemberCount() { try { const response = await fetch('https://groups.roblox.com/v1/groups/758071'); if (!response.ok) { throw new Error('Failed to fetch data'); } const data = await response.json(); console.log(data); // Log the entire data to check if it contains memberCount const memberCount = data.memberCount; document.getElementById('player-count').textContent = memberCount.toLo...")