Firefoxアプデしたら以下の文でエラー出るようになった・・・
if (!this.GM_getValue || (this.GM_getValue.toString && this.GM_getValue.toString().indexOf("not supported")>-1)) {

Error: Permission denied to access property 'toString'

this.GM_getValue.toStringがアクセス拒否されてるっぽい?

というかtampermonkeyだとGM関数使えるんだなw
最近はchromeとの互換考えなくてもよさげ?