Merge pull request #1777 from q--/Add_CoinHive

Add CoinHive and CoinHive Captcha
main
Elbert Alias 7 years ago committed by GitHub
commit 527256e05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1571,6 +1571,25 @@
"icon": "CodeMirror.png", "icon": "CodeMirror.png",
"website": "http://codemirror.net" "website": "http://codemirror.net"
}, },
"CoinHive": {
"cats": [
"19"
],
"env": "^CoinHive$",
"script": "\\/(?:coinhive|(authedmine))(?:\\.min)?\\.js\\;version:\\1?opt-in:",
"url": "https?://cnhv.co/",
"icon": "CoinHive.svg",
"website": "https://coinhive.com"
},
"CoinHive Captcha": {
"cats": [
"16"
],
"html": "(?:<div[^>]+class=\"coinhive-captcha[^>]+data-key|<div[^>]+data-key[^>]+class=\"coinhive-captcha)",
"script": "https?://authedmine.com/(?:lib/captcha|captcha)",
"icon": "CoinHive.svg",
"website": "https://coinhive.com"
},
"Comandia": { "Comandia": {
"cats": [ "cats": [
"6" "6"

@ -0,0 +1,10 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="512px" height="512px" viewBox="0 0 5120 5120" preserveAspectRatio="xMidYMid meet">
<g id="layer1" fill="#ffffff" stroke="none">
<path d="M1752 3990 c-436 -252 -804 -465 -817 -474 l-25 -16 0 -945 0 -945 37 -24 c21 -13 390 -227 820 -475 l783 -451 812 469 c447 257 814 473 815 478 2 5 -361 220 -807 477 l-810 468 0 943 c0 519 -3 946 -7 948 -5 3 -365 -201 -801 -453z"/>
</g>
<g id="layer2" fill="#ff9600" stroke="none">
<path d="M1585 4221 l-950 -549 0 -1117 0 -1117 950 -549 c523 -302 957 -548 965 -548 8 0 443 246 965 548 l950 549 0 1117 0 1117 -950 549 c-522 301 -957 548 -965 548 -8 0 -442 -246 -965 -548z m955 -739 l0 -939 805 -464 c443 -255 804 -467 802 -471 -1 -4 -361 -215 -799 -468 l-798 -460 -810 467 -810 468 0 940 0 940 798 462 c438 253 800 462 805 462 4 1 7 -421 7 -937z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 972 B

Loading…
Cancel
Save