From 141758e0cd7645b55a08d034112c67e939ee2b0b Mon Sep 17 00:00:00 2001 From: Rich Hall Date: Fri, 9 Jul 2021 18:06:03 +1000 Subject: [PATCH] Added DOM & html to detect theme & version --- src/technologies.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index e596ff0cc..ac34ce924 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13843,11 +13843,9 @@ "low", "recurring" ], + "dom": "link[rel='stylesheet'][id*='oceanwp-style-css']", "html": [ - "]* href=[\\'\"][^']+wp-content/themes/oceanwp/.*\\.css\\?ver=([0-9.]+)\\;version:\\1" - ], - "dom": [ - "style[id*='oceanwp.*']" + "]* href=[\\'\"][^']+oceanwp/.*\\.css\\?ver=([0-9.]+)\\;version:\\1" ], "requires": "WordPress", "website": "https://oceanwp.org"