Merge pull request #3300 from DriesCruyskens/snipcart-detection

Snipcart detection
main
Elbert Alias 4 years ago committed by GitHub
commit e5ef7b16a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11111,6 +11111,19 @@
"script": "snap\\.svg(?:-min)?\\.js",
"website": "http://snapsvg.io"
},
"Snipcart": {
"cats": [6],
"website": "https://snipcart.com/",
"icon": "Snipcart.png",
"cookies": {
"snipcart-cart": ""
},
"html": [
"<link [^>]*href=\".*snipcart\\.css\"",
"<div [^>]*id=\".*snipcart.*\""
],
"script": "https://cdn\\.snipcart\\.com/themes/v([\\w.]+)/default/snipcart\\.js\\;version:\\1"
},
"Snoobi": {
"cats": [
10

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Loading…
Cancel
Save