Hi I want to develop an extension for chrome where the extension auto fills any form on the tab.
I used .getElementsByTagName('form')
and used MutationObserver
and getting Uncaught TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
How do i fix this?