-
GREASEMONKEY > inclure du jquery
il faut importer le fichier js de jQuery :
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.jsDonc, dans un script :
// ==UserScript== // @name test // @namespace tests // @include http://wiki.greasespot.net/ // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // ==/UserScript== $( 'h1' ).css( 'color', '#f00' );