AutoPagerize質問・要 ..
191:名無しさん@お腹いっぱい。
08/12/15 22:13:22 4UHS42np0
>>184
そっちの前スレからコピペ
215 名前:名無しさん@お腹いっぱい。[sage] 投稿日:2008/06/30(月) 18:48:08 ID: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
4712日前に更新/122 KB
担当:undef