Add findwhocallsme.com source

This commit is contained in:
Raphael 2019-02-21 13:12:28 +01:00 committed by GitHub
parent e02b4edaeb
commit be44f64d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,12 +1,17 @@
[ [
{ {
"title": "reputation report on whosenumber.info", "title": "reputation report on whosenumber.info",
"request": "site:\"whosenumber.info\" intext:\"$n\" intitle:\"who called\"", "request": "site:whosenumber.info intext:\"$n\" intitle:\"who called\"",
"stop": 1 "stop": 1
}, },
{ {
"title": "phone fraud footprints", "title": "phone fraud footprints",
"request": "intitle:\"Phone Fraud\" intext:\"$n\" | intext:\"$i\"", "request": "intitle:\"Phone Fraud\" intext:\"$n\" | intext:\"$i\"",
"stop": 5 "stop": 5
},
{
"title": "reputation report on findwhocallsme.com",
"request": "site:findwhocallsme.com intext:\"$n\" | intext:\"$i\"",
"stop": 1
} }
] ]