This extension creates a singleton query string object for quick and readable query string modification and creation. This plugin provides a simple way of taking a page's query string and creating a ...
Today I learned that javascript has a handy built-in function called URLSearchParams() that you can use to build a url query string from an object. You'll want to be careful with complex object list ...