I am trying to use Greasemonkey and jQuery 1.4.2. When I install the Greasemonkey script, jQuery definitely loads and appears in the scripts directory. However, the code below does not add anything to the elements of the class PAPAGETITLE. What am I doing wrong?
$(".PAPAGETITLE").append(" more text.");
source
share