Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active May 5, 2019 14:33
Embed
What would you like to do?
simple read json
{
"sites" : [{
"name": "freebuf",
"url": "https://www.freebuf.com/*/*.html",
"title" : "[[{$('.title:eq(0)>h2').text()}]]",
"desc" : "",
"include" : "<div class='article-wrap panel panel-default'>",
"exclude" : [
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment