@ -5636,6 +5636,14 @@
"script": "(?:api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)",
"website": "https://www.intercom.com"
},
"Intercom Articles": {
"cats": [
4
],
"html": "<a href=\"https://www.intercom.com/intercom-link[^\"]+solution=customer-support[^>]+>We run on Intercom",
"icon": "Intercom.svg",
"website": "https://www.intercom.com/articles"
"Intershop": {
6
@ -15032,7 +15040,7 @@
"priority": 2
"4": {
"name": "Documentation tools",
"name": "Documentation",
"5": {
@ -15284,4 +15292,4 @@
"priority": 9
}
@ -217,6 +217,8 @@ class Site {
await page.setRequestInterception(true)
page.on('dialog', (dialog) => dialog.dismiss())
page.on('error', (error) => this.error(error))
let responseReceived = false
@ -561,7 +561,7 @@ const Driver = {
const count = Object.keys(hostnames).length
if (count && (count >= 50 || Driver.lastPing < Date.now() - expiry)) {
await Driver.post('https://api.wappalyzer.com/ping/v1/', hostnames)
await Driver.post('https://api.wappalyzer.com/ping/v2/', hostnames)
await setOption('hostnames', (Driver.cache.hostnames = {}))