Skip to content

Commit

Permalink
Super_preloaderPlus_one 6.2.3 修正百度搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Jun 30, 2014
1 parent 7e0cd82 commit 8da59b2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Super_preloaderPlus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Firefox(Greasemonkey/Scriptish),Chrome(原生/Tampermonkey),Maxthon

注:暴力猴采用 "正在开发的扩展" 安装方式。

| | 暴力猴 | TM | 测试页面 | 说明 |
|------|--------|--------------------------|------------------------------------------------------------|----------------------------------------------------------|
| 32M | 44M | 71M | http://bbs.kafan.cn/forum-215-1.html | |
| 32M | 43M | 66M | https://www.google.com.hk/search?q=firefox | |
| 93M | 135M | 303M(未成功运行时195M) | http://news.sina.com.cn/c/sd/2013-11-08/165728658916.shtml | 该页面有 9 个 iframe,TM下在该页面需要再次刷新才能运行? |
| 164M | 266M | 可能会600M | http://money.163.com/14/0526/07/9T5F25JE00253B0H.html | 该页面有 30 个 iframe |
无 | 暴力猴 | TM | 测试页面 | 说明
-----|--------|--------------------------|------------------------------------------------------------|---------------------------------------------------------
32M | 44M | 71M | http://bbs.kafan.cn/forum-215-1.html |
32M | 43M | 66M | https://www.google.com.hk/search?q=firefox |
93M | 135M | 303M(未成功运行时195M) | http://news.sina.com.cn/c/sd/2013-11-08/165728658916.shtml | 该页面有 9 个 iframe,TM下在该页面需要再次刷新才能运行?
164M | 266M | 可能会600M | http://money.163.com/14/0526/07/9T5F25JE00253B0H.html | 该页面有 30 个 iframe


### 具体修改说明
Expand Down
2 changes: 1 addition & 1 deletion Super_preloaderPlus/src/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @namespace https://github.com/ywzhaiqi
// @description 预读+翻页..全加速你的浏览体验...
// @author ywzhaiqi && NLF(原作者)
// @version 6.2.2
// @version 6.2.3
// @homepageURL https://greasyfork.org/scripts/178900/
// @updateURL https://greasyfork.org/scripts/293-super-preloaderplus-one/code/Super_preloaderPlus_one.meta.js
// @downloadURL https://greasyfork.org/scripts/293-super-preloaderplus-one/code/Super_preloaderPlus_one.user.js
Expand Down
5 changes: 3 additions & 2 deletions Super_preloaderPlus/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,14 @@ var SITEINFO=[
nextLink:'//p[@id="page"]/a[contains(text(),"下一页")][@href]',
preLink:'//p[@id="page"]/a[contains(text(),"上一页")][@href]',
autopager: {
pageElement: 'css;div#content_left > *',
pageElement: 'css;div#content_left',
replaceE: 'css;#page',
stylish: '.autopagerize_page_info { margin-bottom: 10px; }',
startFilter: function(win) {
// 设置百度搜索类型为 s?wd=
try {
win.document.cookie = "ISSW=1";
} catch (e) {}
} catch (ex) {}
}
}
},
Expand Down
7 changes: 4 additions & 3 deletions Super_preloaderPlus/super_preloaderplus_one.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @namespace https://github.com/ywzhaiqi
// @description 预读+翻页..全加速你的浏览体验...
// @author ywzhaiqi && NLF(原作者)
// @version 6.2.2
// @version 6.2.3
// @homepageURL https://greasyfork.org/scripts/178900/
// @updateURL https://greasyfork.org/scripts/293-super-preloaderplus-one/code/Super_preloaderPlus_one.meta.js
// @downloadURL https://greasyfork.org/scripts/293-super-preloaderplus-one/code/Super_preloaderPlus_one.user.js
Expand Down Expand Up @@ -237,13 +237,14 @@ var SITEINFO=[
nextLink:'//p[@id="page"]/a[contains(text(),"下一页")][@href]',
preLink:'//p[@id="page"]/a[contains(text(),"上一页")][@href]',
autopager: {
pageElement: 'css;div#content_left > *',
pageElement: 'css;div#content_left',
replaceE: 'css;#page',
stylish: '.autopagerize_page_info { margin-bottom: 10px; }',
startFilter: function(win) {
// 设置百度搜索类型为 s?wd=
try {
win.document.cookie = "ISSW=1";
} catch (e) {}
} catch (ex) {}
}
}
},
Expand Down

0 comments on commit 8da59b2

Please sign in to comment.