problem description
write an extension to customize the appearance of a website by moving a div
this div itself does not respond, it is a response function added by the js file of the website
so simply setting "run_at": "document_end"document_idle" cannot respond after moving div
how to wait for the js execution of the site itself to finish before executing my js?