The website steem.rocks contains a feed activity search for usernames on its home page:
https://steem.rocks/
Steem usernames are lowercase and do not contain spaces.
The search field on steem.rocks should strip the entered username of all spaces and convert all letters to lowercase, so no errors are thrown
This can be done easily with Pythons build-in strip() function and string.lowercase() for string operations.
When on mobile phone, writing/starting to write a username, the autocorrect puts the first letter to uppercase.
This leads to annoying correction attempts or errors, when searching for usernames on steem.rocks.
This could be avoided be this simple addon for the application.