Merge pull request #1 from AliasIO/master

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

@ -602,7 +602,16 @@ body.dynamic-icon .category__heading:hover .category__pin {
vertical-align: middle; 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; align-items: center;
display: flex; display: flex;
overflow: hidden; overflow: hidden;
@ -611,10 +620,13 @@ body.dynamic-icon .category__heading:hover .category__pin {
width: 200px; 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 { .technology__name {
font-size: .85rem; font-size: .85rem;
letter-spacing: .5px; letter-spacing: .5px;
text-decoration: underline;
} }
.technology__confidence { .technology__confidence {
@ -858,6 +870,7 @@ body.dynamic-icon .category__heading:hover .category__pin {
.dark .technology__link { .dark .technology__link {
color: var(--color-text-dark); color: var(--color-text-dark);
text-decoration: underline;
} }
.dark .technology__name { .dark .technology__name {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -2548,6 +2548,19 @@
"scriptSrc": "socket\\.io.*\\.js", "scriptSrc": "socket\\.io.*\\.js",
"website": "https://socket.io" "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": { "SoftTr": {
"cats": [ "cats": [
6 6