追追記:前にやつも直した。拡張機能向けだと、XHR — Gistがおすすめ。 追記:コメントで変数がグローバルになっていると指摘されたので直した。 function GM_xmlhttpRequestModoki(method,url,headers,data,onload,onerror,onreadystatechange){ if (typeof method=="object") ({method,url,headers,data,onload,onerror,onreadystatechange})=method; var xhr=new XMLHttpRequest(); xhr.open(method||(method=data?"post":"get"),url); onload&&(xhr.onload=function(){onload(this)}); onerror