diff --git a/src/libs/translator.js b/src/libs/translator.js index a568d12..08898ea 100644 --- a/src/libs/translator.js +++ b/src/libs/translator.js @@ -1298,7 +1298,7 @@ export class Translator { (this.#rule.hasRichText === "true" && Translator.TAGS.REPLACE.has(node.tagName)) || node.matches(this.#rule.keepSelector) || - node.matches(this.#ignoreSelector) || + // node.matches(this.#ignoreSelector) || !node.textContent.trim() ) { if (node.tagName === "IMG" || node.tagName === "SVG") {