diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 20e8c04..d205ee0 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -1062,6 +1062,13 @@ } } + if (type=="report" && customType=="report-regex") { + if ((new RegExp(customHighlight.value).exec(txt))) { + element.classList.add("reportTitle") + style = customHighlight.style + } + } + if (type=="person" && customType=="person") { if (customHighlight.value==txt) { element = createHighlightBubble(element)