Moving the insertion point long distances in the Safari address bar is one of the most tedious interactions in iOS.
@siracusa What if I added an Edit URL button to StopTheMadness? I'm thinking it would open a page in Safari with a big textarea containing the URL, along with several commands: Copy, Open, Remove Parameters.
@lapcatsoftware A custom URL keyboard might also work, with buttons to jump through components or to the start/end of the parts of the URL (scheme, host, path, query string, fragment, etc.)
@siracusa @lapcatsoftware that would be handy, but do keyboard extensions even have that sort of access to the entire string, and the ability to move the cursor? i was under the impression the api was basically just a single method that takes a string and enters it