Fix Bug Notice MC

Good Fuck

  1. // ==UserScript==
  2. // @name Fix Bug Notice MC
  3. // @namespace https://www.modzcatz.fr/index.php
  4. // @version 1.1
  5. // @description Good Fuck
  6. // @author Sharke
  7. // @match https://www.modzcatz.fr/index.php
  8. // @match https://www.modzcatz.fr/index.php
  9. // @grant none
  10. // ==/UserScript==
  11. function myFunction() {
  12. $('.importantMessage').remove();
  13. }
  14. setInterval(myFunction, 250);