Fix DOM selector

Remove trailing comma.

Signed-off-by: thc202 <thc202@gmail.com>
main
thc202 1 year ago
parent 4b81894d52
commit d9eab6c3fd
No known key found for this signature in database
GPG Key ID: F29DBD3500548AA2

@ -1933,7 +1933,7 @@
],
"description": "THRON is a digital asset management platform that provides a centralised hub for storing, organising, and distributing digital assets like images, videos, and documents.",
"icon": "THRON.png",
"dom": "link[href*='.thron.com/'], img[src*='.thron.com/'],",
"dom": "link[href*='.thron.com/'], img[src*='.thron.com/']",
"js": {
"thronHlsJs": "",
"THRONPlayer": ""

Loading…
Cancel
Save