Skip to content

Commit

Permalink
NOSCRIPTも対象外のタグとして入れます。
Browse files Browse the repository at this point in the history
  • Loading branch information
limura committed Oct 14, 2024
1 parent 419249a commit 09f6cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TabSpeech/contentScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ function isNotSpeechElement(element){
if(element instanceof HTMLElement){
switch(element.tagName){
case "SCRIPT":
case "NOSCRIPT":
case "STYLE":
return true;
case "BLOCKQUOTE":
Expand Down

0 comments on commit 09f6cdc

Please sign in to comment.