You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess one way to deal with this in a more "definite" manner, would be by looking for that <audio> element through the entirenode subtree of #page_content.
Though I'm certain that would be slower than the current solution, and I'm not sure if it would introduce delay in muting.
Anyway, let me know if you still want to work on this - I'm open to different suggestions too.
The text was updated successfully, but these errors were encountered:
Originally posted by @guihkx in #33 (comment)
I guess one way to deal with this in a more "definite" manner, would be by looking for that
<audio>
element through the entire node subtree of#page_content
.Though I'm certain that would be slower than the current solution, and I'm not sure if it would introduce delay in muting.
Anyway, let me know if you still want to work on this - I'm open to different suggestions too.
The text was updated successfully, but these errors were encountered: