Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
document.addEventListener("DOMContentLoaded", function() {
// Zoek het element met de JSON-output
const jsonElement = document.querySelector(".wpgetapi_response");
if (!jsonElement) return;
// Parse de JSON-data
const jsonData = JSON.parse(jsonElement.textContent);
// Haal de dominantiepercentages op
const dominance = jsonData.data.market_cap_percentage;
// Maak een nette weergave
jsonElement.innerHTML = `
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.