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
First of all, thank you for this great boilerplate! It has been very helpful.
I've run into an issue where my content script only executes on a full page load, but not when I navigate to the target page within a Single-Page Application (SPA). For the website I want to build the extension, the URL in the address bar is always changing. Right click on an entry in the menu bar is not possible.
What is the recommended way to handle this scenario with this boilerplate? Is there a built-in mechanism or a best practice for making content scripts work reliably with SPA navigation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thank you for this great boilerplate! It has been very helpful.
I've run into an issue where my content script only executes on a full page load, but not when I navigate to the target page within a Single-Page Application (SPA). For the website I want to build the extension, the URL in the address bar is always changing. Right click on an entry in the menu bar is not possible.
https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/blob/main/pages/content-ui/README.md
What is the recommended way to handle this scenario with this boilerplate? Is there a built-in mechanism or a best practice for making content scripts work reliably with SPA navigation?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions