What I am trying to do is to create a small Chrome extension that will automatically trim the &bar= parameter from a list of links
So a link such as:
http://www.website.com/page&foo=2&bar=3
Becomes:
http://www.website.com/page&foo=2
Alternatively a solution where just copying the links will remove the &bar= parameters will do.
?, not&