You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all content scripts but content scripts that are defined in the manifest.
If you use content injection via browser.tabs.injectScript it works fine, but if you define content_script in your manifest the values are not updated until there is a reload. I feel we can catch this case, and if the user has this setup then we can easily make sure that it fully reloads on change of the content script.
@posobin pointed out to me in a Slack group ( BEP ) that it's because there is some heavy caching that Chrome does of these scripts.
The text was updated successfully, but these errors were encountered:
Not all content scripts but content scripts that are defined in the manifest.
If you use content injection via
browser.tabs.injectScript
it works fine, but if you definecontent_script
in your manifest the values are not updated until there is a reload. I feel we can catch this case, and if the user has this setup then we can easily make sure that it fully reloads on change of the content script.@posobin pointed out to me in a Slack group ( BEP ) that it's because there is some heavy caching that Chrome does of these scripts.
The text was updated successfully, but these errors were encountered: