From 31faaa583c668a67b268b099bcaee695f6232496 Mon Sep 17 00:00:00 2001 From: Shrey Gupta Date: Thu, 26 Sep 2024 17:06:30 +0530 Subject: [PATCH] feat(hubspot): Update name selector for contact type pages --- src/content/hubspot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/hubspot.js b/src/content/hubspot.js index d2593708c..9574969bf 100644 --- a/src/content/hubspot.js +++ b/src/content/hubspot.js @@ -11,7 +11,7 @@ togglbutton.render( $container => { try { function descriptionSelector() { - const $description = $('div[data-selenium-test$="-highlight-details"] h3') ?? $('div[data-selenium-test$="highlightTitle"]'); + const $description = $('div[data-selenium-test$="-highlight-details"] h3') ?? $('[data-selenium-test="highlightTitle"]'); return $description.textContent.trim(); }