Vanilla JS (ON) Carregar com a página

document.addEventListener("DOMContentLoaded", function() {
  document.getElementById("wifiName_24").style.color = "blue";
});
Matt Miller