Add Conekta/Payment proc, Fix ClusterMap,OpenStreetMap err

main
nurbek 4 years ago
parent c15450533e
commit 392207974d

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.3544 16.0092C15.3579 18.2936 15.5924 20.5719 16.0544 22.8092C13.9704 24.7671 11.3477 26.0559 8.52437 26.5092C7.54823 26.6589 6.56095 26.3185 5.88437 25.5992C0.705209 19.9576 0.705209 11.2908 5.88437 5.64918C6.5631 4.92664 7.55494 4.58604 8.53437 4.73918C11.424 5.19702 14.1022 6.5344 16.2044 8.56918C15.6409 11.0091 15.3557 13.505 15.3544 16.0092Z" fill="#00ABC9"/>
<path d="M29.3944 21.0701C29.3938 22.9474 29.1655 24.8177 28.7144 26.6401C28.2761 28.394 26.8075 29.6999 25.0144 29.9301C23.2097 30.1551 21.393 30.2686 19.5744 30.2701C16.9446 30.2691 14.3204 30.0281 11.7344 29.5501C17.5846 27.4997 22.659 23.693 26.2644 18.6501C26.6848 18.0628 27.4303 17.8052 28.1235 18.0078C28.8168 18.2104 29.3064 18.8288 29.3444 19.5501C29.3744 20.0201 29.3944 20.5501 29.3944 21.0701Z" fill="#0A1837"/>
<path d="M29.3944 10.24C29.3944 10.77 29.3944 11.29 29.3444 11.81C29.3103 12.533 28.8221 13.1551 28.128 13.3602C27.4338 13.5653 26.6859 13.3084 26.2644 12.72C22.6765 7.63768 17.5996 3.79421 11.7344 1.72C14.3204 1.24198 16.9446 1.00098 19.5744 1C21.393 1.00146 23.2097 1.11501 25.0144 1.34C26.8075 1.57022 28.2761 2.87611 28.7144 4.63C29.1687 6.46532 29.3971 8.34928 29.3944 10.24Z" fill="#CD007B"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -3324,7 +3324,7 @@
"description": "ClustrMaps widget is a visitor tracker, designed for general web and blog use.",
"icon": "ClustrMaps.svg",
"dom": {
"img[src*=clustrmaps.com]": {
"img[src*='clustrmaps.com']": {
"attributes": {
"src": ""
}
@ -3516,6 +3516,20 @@
"icon": "HP.svg",
"website": "http://www.hp.com"
},
"Conekta": {
"cats": [
41
],
"description": "Conekta is a Mexican payment platform.",
"icon": "Conekta.svg",
"scripts": [
"conektaapi/v([\\d.]+)\\;version:\\1",
"cdn\\.conekta\\.\\w+/js/(?:v([\\d.]+)|)\\;version:\\1"
],
"saas": true,
"pricing": ["payg"],
"website": "https://conekta.com"
},
"Concrete5": {
"cats": [
1
@ -10575,8 +10589,10 @@
"description": "OpenStreetMap is a free, editable map of the whole world that is being built by volunteers largely from scratch and released with an open-content license.",
"icon": "OpenStreetMap.svg",
"dom": {
"iframe[src=*openstreetmap.org],iframe[data-lazy-src=*openstreetmap.org]": {
"text": ""
"iframe[src*='openstreetmap.org'],iframe[data-lazy-src*='openstreetmap.org']": {
"attributes": {
"src": ""
}
}
},
"oss": true,