diff --git a/src/technologies.json b/src/technologies.json index 78ea07738..f4aa5a099 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4983,13 +4983,10 @@ "description": "ColorMag theme is for creating news, magazine, newspaper and other kinds of publishing sites. Compatible with Elementor.", "icon": "themegrill.png", "dom": [ - "link[rel='stylesheet'][id*='colormag-style-css']", + "link[id*='colormag-style']", "body[class*='colormag-theme']" ], - "html": [ - "]* href=[\\'\"][^']+colormag/.*\\.css\\?ver=([0-9.]+)\\;version:\\1", - "]* src=[\\'\"][^']+themes/colormag.*\\.js\\?ver=([0-9.]+)\\;version:\\1" - ], + "scripts": "themes/colormag.*\\.js\\?ver=([0-9.]+)\\;version:\\1", "requires": "WordPress", "website": "https://themegrill.com/themes/colormag/" },