>>577
security的にも無理.というかあぶない.

どうしてもやりたかったら,
// some script
window.some.getValue = function(key){
  return GM_getValue(key);
}

を外部から呼べばいいと思うよ.