andy-portmen / open-in

Send URLs from one browser to another one
http://add0n.com/open-in.html
172 stars 113 forks source link

sharepoint querystring with & and OR #28

Closed josy1024 closed 3 years ago

josy1024 commented 5 years ago

this link does not work with "openin" on sharepoint office 365 the extension should strip out everything after ?

sharepoint online.

from https://tenant.sharepoint.com/sites/sc/docs/filename.pdf?CT=1559559014624&OR=ItemsView

to: https://tenant.sharepoint.com/sites/sc/docs/filename.pdf

andy-portmen commented 3 years ago

Since it is hard to support query modifications per hostname, create a middle-man batch file that receives the URL from this extension and alters it the way you need.