yes, I can
but I want to do it in one line.
GM_include("http://site.com/js.js";);
instead of

GM_xmlhttpRequest({
  method: "GET",
  url: "http://site.com/js.js";,
  onload: function(response) {...});

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to