Possible Duplicate:
jQuery in Greasemonkey 1.0 conflicts with websites using jQuery
It appears that if any of my greasemonkey scripts have the line like the below i get errors on sites that include jquery. I'm not sure why but i do notice some javascript events outright not firing. (For example on SO i cant add a comment).
I could exclude SO in the script but is there a nicer solution? Maybe i should dynamically add jquery after testing if jquery exist. How do I solve this problem and how do I add the jquery script tags to a body without using jquery?
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js