Fix Bug Notice W&A

Good

  1. // ==UserScript==
  2. // @name Fix Bug Notice W&A
  3. // @namespace https://worldaide.fr/
  4. // @version 1.
  5. // @description Good
  6. // @author Marentdu93
  7. // @match https://worldaide.fr/
  8. // @match https://worldaide.fr/chatbox/
  9. // @grant none
  10. // ==/UserScript==
  11. function myFunction() {
  12. $('.importantMessage').remove();
  13. }
  14. setInterval(myFunction, 250);