Is there any method to specify when to run content scripts?
I have a content script widget with max z-index, but still it is not at the top all the time. For some websites, it gets covered by widgets present on that site, despite having z-index of 2147483647. I was hoping the way to fix it would be to specify
run_at
as document_end
. That way it would be at the top of other widget icons. Is there any way to do this?0 Replies