Jump to content

MediaWiki:Common.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

3 January 2025

  • curprev 03:1703:17, 3 January 2025 Jord talk contribs 515 bytes +515 Created page with "async function fetchMemberCount() { try { const response = await fetch('https://groups.roblox.com/v1/groups/758071'); const data = await response.json(); const memberCount = data.memberCount; document.getElementById('player-count').textContent = memberCount.toLocaleString(); } catch (error) { console.error('Error fetching member count:', error); document.getElementById('player-count').textContent = 'unavailable';..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)