Advertisement
339r

Untitled

Nov 14th, 2020
885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const regex_ = /window\._sharedData\ =\s(.*?);\<\/script>/;
  2. require('axios').get('https://instagram.com/mmti/').then(response => {console.log(JSON.parse(regex_.exec(response.data)[1]).entry_data.ProfilePage[0].graphql.user.id)})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement