diff --git a/TabSpeech/contentScript.js b/TabSpeech/contentScript.js index 9dd0ad5..85fd310 100644 --- a/TabSpeech/contentScript.js +++ b/TabSpeech/contentScript.js @@ -153,6 +153,7 @@ function isNotSpeechElement(element){ if(element instanceof HTMLElement){ switch(element.tagName){ case "SCRIPT": + case "NOSCRIPT": case "STYLE": return true; case "BLOCKQUOTE":