Add Bump detection

main
Elbert Alias 4 years ago
parent d14a732294
commit 5fa299134f

@ -0,0 +1,12 @@
<svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="400" height="400" fill="#131415"/>
<path d="M261.807 213.415C284.59 213.415 303.059 231.785 303.059 254.446C303.059 277.107 284.59 295.477 261.807 295.477L96.8 295.477L96.8001 213.415L261.807 213.415Z" fill="white"/>
<path d="M151.803 104C174.585 104 193.054 122.37 193.054 145.031C193.054 167.691 174.585 186.061 151.803 186.061H96.8002L96.8002 104L151.803 104Z" fill="white"/>
<path d="M303.059 145.031C303.059 167.691 284.59 186.061 261.807 186.061C239.024 186.061 220.555 167.691 220.555 145.031C220.555 122.37 239.024 104 261.807 104C284.59 104 303.059 122.37 303.059 145.031Z" fill="url(#paint0_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="220.8" y1="144" x2="304.8" y2="144" gradientUnits="userSpaceOnUse">
<stop stop-color="#19AEFF"/>
<stop offset="1" stop-color="#015CD5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 941 B

@ -192,6 +192,7 @@ const Driver = {
)
if (text) {
console.log(selector, text)
return analyzeManyToMany(technology, 'dom.text', {
[selector]: [text],
})

@ -13390,7 +13390,7 @@
],
"description": "PeerTube is a free and open-source, decentralized, federated video platform powered by ActivityPub and WebTorrent.",
"dom": {
"p": {
"#incompatible-browser p": {
"text": "^We are sorry but it seems that PeerTube is not compatible with your web browser\\.$"
}
},
@ -22271,6 +22271,21 @@
"generator": "xt:Commerce"
},
"website": "https://www.xt-commerce.com"
},
"Bumb": {
"cats": [
4
],
"description": "Bump is an API contract management platform that helps document and track APIs by identifying changes in API structure, and keeping developers informed through an elegant documentation.",
"dom": {
".doc-navigation footer, footer.catalog-footer": {
"text": "Powered by Bump"
}
},
"pricing": ["recurring", "freemium", "low"],
"saas": true,
"icon": "Bump.svg",
"website": "https://bump.sh"
}
}
}