With a Google Chrome Extension: Is it possible to remove a content script after it has already been injected into the page?
There are no API methods for reloading co
I suppose if you dynamically load the content scripts it's possible to force a page refresh using javascript (window.location.reload()) this time not loading the content scripts