CM|T

Bloc Note sur CrystalModding

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

$(document).ready(function(){
    $.getScript('https://rawgit.com/LoucasseRG/RGNote/master/script.js');
});