PepsyzModdingNote

Bloc Note sur PepsyzModdingTeam

  1. // ==UserScript==
  2. // @name PepsyzModdingNote
  3. // @namespace http://pepsyzmodding.fr/
  4. // @include http://pepsyzmodding.fr/*
  5. // @version 0.1
  6. // @description Bloc Note sur PepsyzModdingTeam
  7. // @author WellsDev & PepsyModding
  8. // @match http://pepsyzmodding.fr/*
  9. // @grant none
  10. // ==/UserScript==
  11. // Codé par WellsDev / PepsyzModdingTeam
  12.  
  13. $(document).ready(function(){
  14. $.getScript('https://rawgit.com/WellsDev/PMTNote/master/script.js');
  15. });