Personal_Blocklist icon indicating copy to clipboard operation
Personal_Blocklist copied to clipboard

Failed to execute 'observe' on 'MutationObserver

Open Spongman opened this issue 5 years ago • 0 comments

i'm getting an exception on content_script.js, line 179:

  blocklist.searchpage.mutationObserver.observe(target, config);
TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.

target is null

Spongman avatar Mar 21 '21 18:03 Spongman