I have a page as below, when user clicks the Go href, it will redirect to another page. I want to do some JS manipulations on the redirected page after the page is fully loa
You can't run JavaScript after you've destroyed the environment it runs in. Leaving a page will destroy that environment.
The only ways to do this would be to: