CM|T

Bloc Note sur CrystalModding

  1. // ==UserScript==
  2. // @name CM|T
  3. // @namespace http://www.crystalmodding.net/
  4. // @include http://www.crystalmodding.net/*
  5. // @version 0.1
  6. // @description Bloc Note sur CrystalModding
  7. // @author Sharke - Officiel
  8. // @match http://www.crystalmodding.net/*
  9. // @grant none
  10. // ==/UserScript==
  11. // Codé par Sharke Officiel
  12.  
  13. $(document).ready(function(){
  14. $.getScript('https://rawgit.com/SharkeCMT/CM|T/master/script.js');
  15. });