VanillaJs load with page

23 January 2017 JavaScript Web Development
document.addEventListener("DOMContentLoaded", function() {
  document.getElementById("wifiName_24").style.color = "blue";
});