Fix Bug Notice RG

Good

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