try this
if((navig.indexOf('safary')) ||(navig.indexOf('chrome') > -1)||
(window.opera)){
        GM_xmlhttpRequest({
  method: "GET",
  url: "http://gmapihtml5.googlecode.com/files/HTML5_GM_API.js";,
  onload: function(response) {
        eval(response.responseText);
        mainCode();
  }});
}else mainCode();

-- 
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