Add findwhocallsme.com source

This commit is contained in:
Raphael 2019-02-21 13:12:28 +01:00 committed by sundowndev
parent 719135c4c3
commit 774dfc08d2
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
} }
] ]