This commit is contained in:
Guest workers 2023-12-15 01:39:27 +00:00
parent a8aaff89c2
commit 2247cec9da
3 changed files with 9 additions and 9 deletions

View File

@ -26,10 +26,10 @@ function scanme() {
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
l.setAttribute('xcf', 'q');
let fqdn = u.hostname;
if (fqdns[fqdn] == undefined) {
fqdns[fqdn] = [];
}
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
if (fqdns[fqdn] == undefined) {
fqdns[fqdn] = [];
}
fqdns[fqdn].push(l);
}
}

View File

@ -26,10 +26,10 @@ function scanme() {
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
l.setAttribute('xcf', 'q');
let fqdn = u.hostname;
if (fqdns[fqdn] == undefined) {
fqdns[fqdn] = [];
}
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
if (fqdns[fqdn] == undefined) {
fqdns[fqdn] = [];
}
fqdns[fqdn].push(l);
}
}

View File

@ -26,10 +26,10 @@ function scanme() {
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
l.setAttribute('xcf', 'q');
let fqdn = u.hostname;
if (fqdns[fqdn] == undefined) {
fqdns[fqdn] = [];
}
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
if (fqdns[fqdn] == undefined) {
fqdns[fqdn] = [];
}
fqdns[fqdn].push(l);
}
}