webseiten...@googlemail.com
unread,Oct 6, 2016, 11:47:09 AM10/6/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I wrote a web extension that uses content scripts exclusively. Unlike Chrome, the scripts are injected into existing tabs when enabling the extension. This leads to CSS and HTML fragments to be added twice by my script if someone enables-disables-enables the extension. Since I (presumably) can't tidy up when the extension gets disabled, is there a way of disabling this behavior?
Regards