diff --git a/Autopage.user.js b/Autopage.user.js index 6c8696c..c72aedc 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -430,7 +430,7 @@ function: { if (!indexOF('/post/') && !getCSS('#comments, .comments-area, #disqus_thread')) { curSite = DBSite.wp_article; curSite.pager.nextL = nextL; // 自适应瀑布流样式 - setTimeout(function(){if (getCSS(curSite.pager.pageE).style.cssText.indexOf('position: absolute') != -1){insStyle(curSite.pager.pageE + '{position: static !important; float: left !important; height: '+ parseInt(getCSS(curSite.pager.pageE).offsetHeight * 1.1) + 'px !important;}');}}, 1000); + setTimeout(function(){if (getCSS(curSite.pager.pageE).style.cssText.indexOf('position: absolute') != -1){insStyle(curSite.pager.pageE + '{position: static !important; float: left !important; height: '+ parseInt(getCSS(curSite.pager.pageE).offsetHeight * 1.1) + 'px !important;}');}}, 1500); } }, blank: 3, diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 76f8b70..8f49315 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -1877,17 +1877,6 @@ "replaceE": ".ajax-pager" } }, - "flysheep": { - "host": "www.flysheep6.com", - "url": "return (!fun.indexOF(/^\\/archives\\/\\d/))", - "style": "#content>.post {position: static !important; float: left !important; height: 500px !important;}", - "blank": 3, - "pager": { - "nextL": "a.next", - "pageE": "#content>.post", - "replaceE": ".pagination" - } - }, "cs.rin.ru - 帖子列表": { "host": "cs.rin.ru", "url": "return (fun.lp() == '/forum/viewforum.php')",