Created
October 25, 2016 01:18
-
-
Save oumu/0361ae18f3e7b67c6a215e8a85b026f9 to your computer and use it in GitHub Desktop.
小说阅读器 自定义规则
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
// @include http://www.danmeila.com/book/*/*.html | |
{siteName: "耽美啦", | |
url: "http://www\\.danmeila\\.com/book/\\d+/\\d+.html", | |
titleReg: /(.*?)-免费在线阅读小说-耽美啦小说下载网/, | |
contentSelector: "#J_article_con", | |
nextSelector: "a#next", | |
prevSelector: "a#prev", | |
indexSelector: "a#book" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment