Skip to content

Commit

Permalink
修改Discuz论坛列表为 useiframe:true,以防止下一页头像不正确
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Jul 11, 2013
1 parent cdcb3ab commit b18f6ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions uSuper_preloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ uSuper_preloader.uc.js

uSuper_preloader.db.js 文件

Pbutton:[0,0,0] ,//需要按住的键.....0: 不按住任何键;1: shift鍵;2: ctrl鍵; 3: alt鍵;(同时按3个键.就填 1 2 3)(一个都不按.就填 0 0 0)
mouseA:false ,//按住鼠标左键..否则.双击;
Pbutton:[0,0,0] ,//需要按住的键.....0: 不按住任何键;1: shift鍵;2: ctrl鍵; 3: alt鍵;(同时按3个键.就填 1 2 3)(一个都不按.就填 0 0 0)
mouseA:false ,//按住鼠标左键..否则.双击;

### 修改按钮或菜单显示方式

Expand Down
4 changes: 2 additions & 2 deletions uSuper_preloader/uSuper_preloader.db.js
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,8 @@ var SITEINFO_TP=[
preLink:'//div[@class="pages" or @class="pg"]/descendant::a[@class="prev"][@href]',
nextLink:'//div[@class="pages" or @class="pg"]/descendant::a[@class="next" or @class="nxt"][@href] | //div[@class="p_bar"]/a[@class="p_curpage"]/following-sibling::a[@class="p_num"]',
autopager:{
// useiframe:true,
// iloaded:false,
useiframe:true,
iloaded:false,
pageElement:'//form[@method="post"][@name] | //div[@id="postlist"]',
}
},
Expand Down

0 comments on commit b18f6ca

Please sign in to comment.