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');
});