Loading table without clicking the selector

jeanvd

New Member
Im delevoping a chrome extension that alerts users a new item has came out. The extension takes info from roblox.com/User.aspx using a \[code\]get\[/code\] request.When you go to that link and scroll down, you will see a table which is defaulted to the \[code\]Hats\[/code\] tab/selector. Getting the info from there is no problem, but I need help getting info from the \[code\]Gear\[/code\] tab/selector because the page doesnt default to that table and when you click the selector, it loads the \[code\]Gear\[/code\] in the same format as the \[code\]Hats\[/code\] tab.
 
Back
Top