Add findwhocallsme.com source
This commit is contained in:
parent
e02b4edaeb
commit
be44f64d58
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue