This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
if (typeof URL != 'function') { | |
rewriteURL(); | |
} else if (!('searchParams' in new URL(window.location))) { | |
rewriteURL(); | |
} | |
function rewriteURL() { | |
// Overwrite URL if no searchParams property exists. |