Skip to content

Commit

Permalink
6.2.2 增加规则:Mobile01.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Jun 28, 2014
1 parent cf9aa8d commit d0f7806
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Super_preloaderPlus/Super_preloaderPlus.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": ["node_modules"]
}
]
}
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.1
// @version 6.2.2
// @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
8 changes: 8 additions & 0 deletions Super_preloaderPlus/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,14 @@ var SITEINFO=[
pageElement: 'id("threadlist")/div[@class="bm_c"]',
exampleUrl: 'http://www.znds.com/bbs-172-3.html',
},
{name: 'Mobile01',
url: /^http:\/\/www\.mobile01\.com\/topicdetail\.php.*$/i,
exampleUrl: 'http://www.mobile01.com/topicdetail.php?f=254&t=3966939',
nextLink: '//a[contains(text(), "下一頁")]',
autopager: {
pageElement: 'id("section")/div[@class="main"]/div[@class="forum-content"]',
}
},

// ========================= picture ================================================
{name: 'Flickr搜索',
Expand Down
10 changes: 9 additions & 1 deletion 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.1
// @version 6.2.2
// @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 @@ -1531,6 +1531,14 @@ var SITEINFO=[
pageElement: 'id("threadlist")/div[@class="bm_c"]',
exampleUrl: 'http://www.znds.com/bbs-172-3.html',
},
{name: 'Mobile01',
url: /^http:\/\/www\.mobile01\.com\/topicdetail\.php.*$/i,
exampleUrl: 'http://www.mobile01.com/topicdetail.php?f=254&t=3966939',
nextLink: '//a[contains(text(), "下一頁")]',
autopager: {
pageElement: 'id("section")/div[@class="main"]/div[@class="forum-content"]',
}
},

// ========================= picture ================================================
{name: 'Flickr搜索',
Expand Down

0 comments on commit d0f7806

Please sign in to comment.