Thanks for the feedback. Redirecting back to the current page is an intentional decision, see https://ww.wp.xz.cn/support/topic/plugin-user-switching-redirect-to-previous-page-after-switching-back/. Redirecting elsewhere such as the Users screen or the admin area gets annoying after you’ve used it a few times 😀
If you really want to change this, you can append a redirect_to parameter to the switching URL. There are several filters in the plugin to change its behaviour.
If you want a more prominent method of switching, there’s an add-on plugin called Admin Bar User Switching that you should find useful: https://ww.wp.xz.cn/plugins/admin-bar-user-switching/
How do I append a redirect_to parameter to the switching URL?
Do I need to add a custom function to my theme, and hook into switch_back_user?
What would that look like?