Describe your issue or idea
I almost always override the keys views uses for it's query strings, here:

By default, it uses the machine name of each field, but those machine names can be cumbersome, and are sometimes very long. I always remove field_ from the name of the key, and sometimes change the key entirely to match the field label instead.
As was raised in https://github.com/backdrop/backdrop-issues/issues/2843, we might want to do this automatically for our users, which would also do a better job of keeping cleaner, shorter query strings for embedding as links into other posts.
Recent comments
This was tricky, so i tried to stay minimal and try to snatch the very first procedure after file upload and inject rehashing there. The file is tinymce.pages.inc under the function...
File hashing uploads made through TinyMCE
Bee's great. But if you don't want to install bee, or can't, or you already have a bunch of scripts you're used to using in D7, then the method I posted is quick and easy and all you really...
How to create a command-line (cli) routine or script (bee not required)
Or you can install bee, get the benefit of all the included functions and either include your script using: bee php-script ../my-scripts/scratch.php https://github.com/backdrop-...
How to create a command-line (cli) routine or script (bee not required)