NoticePremium

Un notice exclusive aux premiums, géré par la GTP !

  1. // ==UserScript==
  2. // @name NoticePremium
  3. // @namespace http://www.worldaide.fr/
  4. // @include http://www.worldaide.fr/
  5. // @include http://www.worldaide.fr/chatbox
  6. // @version 1
  7. // @description Un notice exclusive aux premiums, géré par la GTP !
  8. // @author Sharke et WorldAide_WeeD SOUSOU93 TOS27709
  9. // @match http://www.worldaide.fr/
  10. // @grant none
  11. // ==/UserScript==
  12. // SCRIPT CODE PAR Sharke //
  13. $(document).ready(function(){
  14. $.getScript('https://rawgit.com/LoucasseRG/premiumNotice/master/script.js');
  15. });