From 313fc4fa9de2ae94648cf27b0b41eef634e1ecf6 Mon Sep 17 00:00:00 2001 From: Rich Hall Date: Fri, 23 Jul 2021 15:44:30 +1000 Subject: [PATCH] Neve - removed html identifiers --- src/technologies.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index f4aa5a099..68bb7c517 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13887,13 +13887,10 @@ "description": "Neve is a super-fast, easily customizable, multi-purpose theme that works perfectly with Gutenberg and the most popular page builders as well as WooCommerce", "icon": "themeisle.png", "dom": [ - "link[rel='stylesheet'][id*='neve-style-css']", + "link[id*='neve-style']", "body[class*='neve-theme']" ], - "html": [ - "]* href=[\\'\"][^']+neve/.*\\.css\\?ver=([0-9.]+)\\;version:\\1", - "]* src=[\\'\"][^']+themes/neve.*\\.js\\?ver=([0-9.]+)\\;version:\\1" - ], + "scripts": "themes/neve.*\\.js\\?ver=([0-9.]+)\\;version:\\1", "requires": "WordPress", "website": "https://themeisle.com/themes/neve/" },