| 1316 | } |
| 1317 | // [Discuz! 论坛] 判断手机版帖子内 |
| 1318 | function discuzThreadM() { |
| 1319 | if (getCSS('[id^="pid"]')) { |
| 1320 | curSite = DBSite.discuz_m; curSite.pager.pageE = '[id^="pid"], [id^="pid"]+div:not([id="post_new"])' |
| 1321 | } else if (getCSS('[id^="post_"]')) { |
| 1322 | curSite = DBSite.discuz_m; curSite.pager.pageE = '[id^="post_"]'; |
| 1323 | } |
| 1324 | if (curSite.SiteTypeID !== 0 && location.hostname === 'keylol.com') {curSite.history = false; urlC = true;} |
| 1325 | } |
| 1326 | function discuz_() { |
| 1327 | if (getCSS('body[id="nv_forum"][class^="pg_"][onkeydown*="27"]')) { |
| 1328 | switch (getCSS('body[id="nv_forum"][class^="pg_"][onkeydown*="27"]').className) { |