CM|T

Bloc Note sur CrystalModding

// ==UserScript==
// @name         CM|T
// @namespace    http://www.crystalmodding.net/
// @include      http://www.crystalmodding.net/*
// @version      0.1
// @description  Bloc Note sur CrystalModding
// @author       Sharke - Officiel 
// @match        http://www.crystalmodding.net/*
// @grant        none
// ==/UserScript==
// Codé par Sharke Officiel

$(document).ready(function(){
    $.getScript('https://rawgit.com/SharkeCMT/CM|T/master/script.js');
});