firefox userChrome.js greasemonkeyスクリプトスレ 2
レス数が900を超えています。1000を超えると表示できなくなるよ。
0936前スレ 80
2007/11/01(木) 17:40:25ID:07WXfCEE0エラーの出た行を以下の様に修正.
if(SESSION_STORE && userContent.isDisable(gBrowser.mTabs[gBrowser.getBrowserIndexForDocument(win.top.document)])) return;
↓
try{ if(SESSION_STORE && userContent.isDisable(gBrowser.mTabs[gBrowser.getBrowserIndexForDocument(win.top.document)])) return; }catch(e){}
レス数が900を超えています。1000を超えると表示できなくなるよ。