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
Uncaught TypeError: Cannot read property 'nodeType' of null
at walk (content_script.js:10)
at content_script.js:1
content_script.js:4 Uncaught TypeError: Failed to execute 'createTreeWalker' on 'Document': parameter 1 is not of type 'Node'.
at walk (content_script.js:4)
at walkAndObserve (content_script.js:288)
at content_script.js:301
With devtools open, you can see the error https://upload.wikimedia.org/wikipedia/commons/0/02/SVG_logo.svg
if (!rootNode) { return; }
would probably get 'er done quick and dirty.The text was updated successfully, but these errors were encountered: