firefox userChrome. ..
[2ch|▼Menu]
215:名無しさん@お腹いっぱい。
08/06/30 18:48:08 z2Rssjft0
>>214
userContent.jsでAutoPagerizeを動かす場合は, だいぶ前にも書いたけど,
AutoPagerizeの
if (typeof(window.AutoPagerize) == 'undefined') {
window.AutoPagerize = {}
window.AutoPagerize.addFilter = function(f) {
AutoPager.filters.push(f)
}
window.AutoPagerize.addDocumentFilter = function(f) {
AutoPager.documentFilters.push(f)
}
}

//if (typeof(window.AutoPagerize) == 'undefined') {
window.AutoPagerize = {}
window.AutoPagerize.addFilter = function(f) {
AutoPager.filters.push(f)
}
window.AutoPagerize.addDocumentFilter = function(f) {
AutoPager.documentFilters.push(f)
}
//}
に変更しなければ, filterはタブに初回ロード時にしか効かないの。


次ページ
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

4800日前に更新/292 KB
担当:undef