Relaunch browser automatically

main
Elbert Alias 4 years ago
parent 9ffb1df03a
commit c89dec1e22

@ -262,9 +262,13 @@ class Site {
status: 0,
}
if (!this.browser) {
await this.init()
if (!this.browser) {
throw new Error('Browser closed')
}
}
const page = await this.browser.newPage()

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.3.6",
"version": "6.3.7",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.3.6",
"version": "6.3.7",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -266,15 +266,15 @@
"priority": 9
},
"69": {
"name": "Social login",
"name": "Social logins",
"priority": 6
},
"70": {
"name": "SSL/TLS certificate authority",
"name": "SSL/TLS certificate authorities",
"priority": 6
},
"71": {
"name": "Affiliate program",
"name": "Affiliate programs",
"priority": 6
}
},
@ -3284,7 +3284,14 @@
],
"description": "CrownPeak is a cloud-based Digital Experience Management (DEM) platform that is designed to in the management of digital experiences across multiple touch-points, especially for marketing and a freer IT architecture.",
"icon": "Crownpeak.png",
"scripts": "c\\.evidon\\.com",
"js": {
"CrownPeakAutocomplete": "",
"CrownPeakSearch": ""
},
"scripts": [
"c\\.evidon\\.com",
"js/crownpeak\\."
],
"website": "http://www.crownpeak.com"
},
"Crypto-Loot": {

Loading…
Cancel
Save