I'm currently building a Google Chrome extension which tests for certain patterns and if found, redirects them to a new URL.
I've gotten the pattern checking done via a content script, and now I'm not sure how can I proceed with getting the redirect done. Any suggestions ?