Ping

This Script is Provided By xXGuiXx YT

  1. // ==UserScript==
  2. // @name Ping
  3. // @namespace -
  4. // @version 1
  5. // @license MIT
  6. // @description This Script is Provided By xXGuiXx YT
  7. // @author xXGuiXx YT
  8. // @match *://stratums.io/*
  9. // @grant none
  10. // ==/UserScript==
  11. let author = ["xXGuiXx YT"];
  12.  
  13. var ping = document.getElementById("pingDisplay");
  14. ping.replaceWith(document.createElement("a"));
  15. ping.style.fontSize = "30px";
  16. ping.style.display = "block";
  17. ping.style.zIndex = "1";
  18. document.body.appendChild(ping);