Help:How to get a Twitter user numeric ID

A quick video tutorial

This page is instruction of how to get of X user numeric ID (P6552)

When you logged into Twitter
  1. Go to target Twitter user page
  2. Click
    button around the
    Follow
    button
  3. Move mouse cursor to "Report @USERNAME" and click on it
  4. Copy URL and close "Report an issue" window by clicking
    button in order not to report the username by mistake
  5. X user numeric ID (P6552) is the number after https://twitter.com/i/report/user/
Bookmarklet
javascript:alert(document.querySelector('div[data-testid="placementTracking"] div[data-testid]').dataset.testid.split('-')[0])