Files
OneForAll-mirror/data/rules/whatweb/tumblr.json
T
2020-07-29 00:02:06 +08:00

19 lines
748 B
JSON

{
"name": "Tumblr",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "A feature rich and free blog hosting platform offering professional and fully customizable templates, bookmarklets, photos, mobile apps, and social network",
"website": "http://www.tumblr.com/",
"matches": [
{
"regexp": "(?-mix:<link rel=\"(shortcut )?icon\" href=\"http:\\/\\/[\\d]{1,2}\\.media\\.tumblr\\.com\\/avatar_[a-f\\d]{12}_16\\.gif\"[\\s]?\\/>)"
},
{
"regexp": "(?-mix:<meta name=\"tumblr-theme\" content=\"[\\d]+\"[\\s]?\\/>)"
},
{
"text": "<!-- BEGIN TUMBLR CODE --><iframe src=\"http://assets.tumblr.com/iframe.html"
}
]
}