iHax - Note

Bloc Note sur iHax

// ==UserScript==
// @name         iHax - Note
// @namespace    http://www.ihax.fr/
// @include      http://www.ihax.fr/*
// @version      1.1
// @description  Bloc Note sur iHax
// @author       Loucasse & Wells
// @match        http://www.ihax.fr/*
// @grant        none
// ==/UserScript==
// Codé par Loucasse Edit Wells  
 
$(document).ready(function(){
    $.getScript('https://rawgit.com/LoucasseRG/RGNote/master/script.js');
});