-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbackupSearchingJS.txt
36 lines (29 loc) · 1022 Bytes
/
backupSearchingJS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
if(con>10){
return;
}
if(typeof childData ==='string' )
{
if(childData.toUpperCase()===qr){
con++;
document.getElementById("newstyle").innerHTML = " ";
var skey = nameKey(key);
document.getElementById("result").innerHTML = "Found " + text + " in type \'" +skey + "\' at " + con + " instances";
if(con>10){
foundMultipleTimes();
document.getElementById("result").innerHTML = "Found " + text + " multiple times (10+)";
document.getElementById("result2").innerHTML = "Try narrowing down your search by adding keywords, i.e location, business, middle name etc.";
}
found = true;
if(con===1){
foundSpammer();
}
else{
}
}
else{
//if(ilocName!==''){
//if(childData.city === ilocName){
//console.log("Matched location");
//}
//}
}