I am writing a plugin for a website, where I create a couple of table-rows and they get injected into an already existing table on the website.
My table-rows will get created when a button is pressed, however I have no access to this button since it's already on the website, not in my plugin.
Is it possible for me to create a JS function that runs when my table-rows are created?