XMLHttpRequest

FirefoxGreasemonkeyで使おうと頑張った。3日頑張った。使えなかった・・・orz
 
代わりのモノが見つかった!

GM_xmlhttpRequest({
  method:"GET", 
  url:"http://www.google.com/calendar/feeds/gordon.timothy.nathanson%40gmail.com/public/full?alt=json",
  onload:function(x){alert(x.responseText)}
});

これだよ!ママン!!