diff --git a/options.html b/options.html index 65f321d0..3a599808 100644 --- a/options.html +++ b/options.html @@ -156,11 +156,8 @@ - + @@ -188,11 +185,8 @@ - + @@ -243,11 +237,8 @@ - + @@ -258,12 +249,8 @@ - + diff --git a/options/options.js b/options/options.js index 4d0a1062..180558c5 100644 --- a/options/options.js +++ b/options/options.js @@ -238,6 +238,7 @@ function setupRadioButtons() { function splitLongTooltips() { for (const el of $$('[title]')) { el.dataset.title = el.title; + el.title = el.title.replace(/<\/?\w+>/g, ''); // strip html tags if (el.title.length < 50) { continue; }