Skip to content

Instantly share code, notes, and snippets.

@oumu
Created October 25, 2016 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oumu/0361ae18f3e7b67c6a215e8a85b026f9 to your computer and use it in GitHub Desktop.
Save oumu/0361ae18f3e7b67c6a215e8a85b026f9 to your computer and use it in GitHub Desktop.
小说阅读器 自定义规则
// @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