Currently when we want to record the (numerical) id of a Twitter user (since screen name, or handle, can be changed), we use
https://twitter.com/intent/user?user_id=1000698509471854593
this kinda works, but everytime you click it, not only it would jump to the current screen name as we want (in format of https://twitter.com/intent/user?screen_name=marebosi ) , Twitter will also make a popup to ask you to follow them, which is kinda annoying.
There is actually another format of link for numerical id, which is
https://twitter.com/i/user/1000698509471854593
This will also jump to the current user screen name (in format of https://twitter.com/marebosi ), but without the side effect of asking you to follow.
What do you guys think?