You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
I'm developing extension for my personal use, trying to scrape a page but in background tab. Problem is that the page won't load fully unless I make it active. Since `visibilitychange` is read-only and most of the solutions on stack overflow are also outdated. I wonder if there is any API access or method to mimic the page active event on that tab?