Created
September 17, 2021 08:12
-
-
Save cfxd/98d899d65079b68d60c0f635ee59b324 to your computer and use it in GitHub Desktop.
For Tomas
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
find | |
var t=window.location.protocol+"//"+window.location.host+window.location.pathname+"?variant="+e.id; | |
replace with | |
var newUrlRegex=/variant=\d*/g;var newUrlExt='?variant='+e.id;if(window.location.search!=''){if(window.location.search.includes('variant=')){newUrlExt=window.location.search.replace(newUrlRegex,'variant='+e.id);}else{newUrlExt=window.location.search+'&variant='+e.id;}}var t=window.location.protocol+"//"+window.location.host+window.location.pathname+newUrlExt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment