Merge pull request #3697 from honjes/add-choices-improve-list

Add Choices Detection + add List.js version detection
main
Elbert Alias 4 years ago committed by GitHub
commit d82ec64d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

@ -3504,6 +3504,17 @@
"scripts": "scripts\\.chitika\\.net/",
"website": "http://chitika.com"
},
"Choices": {
"description": "Choices.js is a lightweight, configurable select box/text input plugin.",
"cats": [
19
],
"icon": "Choices.png",
"scripts": [
"choices\\.js/|@([\\d.]+)(?:/assets)?(?:/scripts)?(?:/styles)?(?:/dist)?/choices(?:\\.min)?\\.js|css\\;version:\\1"
],
"website": "https://joshuajohnson.co.uk/Choices/"
},
"Chorus": {
"cats": [
1
@ -9255,9 +9266,12 @@
],
"icon": "List.js.png",
"js": {
"List": ""
"List": "\\;confidence:50"
},
"scripts": "^list\\.(?:min\\.)?js$",
"scripts": [
"list\\.js/\\;confidence:50",
"@([\\d.]+)/(?:/dist)?list\\.(?:min\\.)?js\\;version:\\1",
],
"website": "http://listjs.com"
},
"Listrak": {