PepsyzModdingNote

Bloc Note sur PepsyzModdingTeam

// ==UserScript==
// @name         PepsyzModdingNote
// @namespace    http://pepsyzmodding.fr/
// @include      http://pepsyzmodding.fr/*
// @version      0.1
// @description  Bloc Note sur PepsyzModdingTeam
// @author       WellsDev & PepsyModding
// @match        http://pepsyzmodding.fr/*
// @grant        none
// ==/UserScript==
// Codé par WellsDev / PepsyzModdingTeam

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