Created
February 13, 2011 14:34
-
-
Save mix3/824720 to your computer and use it in GitHub Desktop.
pixiv用autopagerize設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var SITEINFO = [ | |
{ | |
url: 'http://www.pixiv.net/member_illust.php\\?mode=medium&illust_id=', | |
nextLink: '//div[@class="centeredNavi"]/ul/li/a[contains(text(),"≫")]', | |
pageElement: '//div[@class="two_column_body"]', | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment