I have a browser extension that a user is using to maintain context of
the 'piece' they're working on in Workfront. It relies on snagging the
ID (of the project, task or issue) from the active page's address. With
the new UX, the address follows a different format and so the extension
isn't working anymore. I'm no JS developer, but I think the following
code is what is grabbing the ID: f = function(t, e) { e || (e =
window.location.href), t = t.replace(/[\]]/g, "\\$&"); var n = new
RegExp("[?&]"...