Friday, 28 July 2023

Browser extension for getting data from the next layer page

let's say I have a page (twitch just for example), where I want to display the number of subscribers next to the streamer nickname:

enter image description here

This information is located on "the next" page after clicking the streamer tile:

enter image description here

There is no API, I can get this data only by accessing the tree:

enter image description here

Is there any way to access this data from the next page and display on the previous?

I want to use chrome and js, but any other solutions are accepted if they make it possible.



from Browser extension for getting data from the next layer page

No comments:

Post a Comment