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

13 lines
500 B
JSON

{
"name": "Google-Talk-Chatback",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Google 'chatback badge' allows your site's visitors to chat with you, provided you're logged in to Google Talk at the time.",
"website": "http://www.google.com/talk/service/badge/New",
"matches": [
{
"regexp": "(?-mix:<iframe[^>]+src[\\s]*=[\\s]*('|\")http:\\/\\/www.google.com\\/talk\\/service\\/badge\\/Show\\?tk=[^>]+>)"
}
]
}