Description
Makes some requests more cache-friendly by allowing junk query string parameters to be dropped from URLs.
Syntax
clear discards all previous configurations, -qs:[string] drop all query strings where the name matches [string] exactly, or -qs:utm* drop all query strings where the name part starts with [string]. Input one rule per line.
Example
-qs:utm* drops all query strings where the name part starts with "utm".
-qs:gclid drops all query strings where the name matches "gclid" exactly.