Merge pull request #1 from AliasIO/master

upd
main
Nurbek.D 3 years ago committed by GitHub
commit e36204ca1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -750,7 +750,7 @@ class Site {
)
// Script tags
;[scripts, scriptSrc] = await this.promiseTimeout(
;[scriptSrc, scripts] = await this.promiseTimeout(
(
await this.promiseTimeout(
page.evaluateHandle(() => {
@ -760,22 +760,22 @@ class Site {
return [
nodes
.map(
.filter(
({ src }) =>
src && !src.startsWith('data:text/javascript;')
)
.filter((src) => src),
.map(({ src }) => src),
nodes
.map((node) => node.textContent)
.filter((script) => script),
]
}),
{ jsonValue: () => [] },
'Timeout (scriptSrc)'
'Timeout (scripts)'
)
).jsonValue(),
[],
'Timeout (scriptSrc)'
'Timeout (scripts)'
)
// Meta tags

@ -602,7 +602,16 @@ body.dynamic-icon .category__heading:hover .category__pin {
vertical-align: middle;
}
.technology__link, .technology__link:active, .technology__link:hover {
.technology__link {
align-items: center;
display: flex;
overflow: hidden;
padding: .1rem 0;
text-decoration: underline;
width: 200px;
}
.technology__link:active, .technology__link:hover {
align-items: center;
display: flex;
overflow: hidden;
@ -611,10 +620,13 @@ body.dynamic-icon .category__heading:hover .category__pin {
width: 200px;
}
.technology__link:active .technology__icon, .technology__link:hover .technology__icon {
box-shadow: 0px 2px 1px -3px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.technology__name {
font-size: .85rem;
letter-spacing: .5px;
text-decoration: underline;
}
.technology__confidence {
@ -858,6 +870,7 @@ body.dynamic-icon .category__heading:hover .category__pin {
.dark .technology__link {
color: var(--color-text-dark);
text-decoration: underline;
}
.dark .technology__name {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -2548,6 +2548,19 @@
"scriptSrc": "socket\\.io.*\\.js",
"website": "https://socket.io"
},
"Soisy": {
"cats": [
91
],
"description": "Soisy is a buy now, pay later solution provider.",
"icon": "Soisy.png",
"scriptSrc": "cdn\\.soisy\\.it/",
"saas": true,
"pricing": [
"payg"
],
"website": "https://www.soisy.it"
},
"SoftTr": {
"cats": [
6