inspector source and real source
-
hi
i have a questionsome times there is some source when we use inspector which are hidden in "page source"
for better understand this pics
1-this pic is when i look at a element like button in inspector and as see the is a "id=obb" with some codes in value
https://pasteboard.co/J0KTDkS.png2-but when i click right on page and click on "Page Source", its blank and hidden on that
https://pasteboard.co/J0KV1Vc.pnghow can i access to "values on 1 (first picture)" in openbullet??
thank you
-
It's either retreived through an additional request or some javascript
-
@Ruri so what can do exactly?
searching between requests??cuz i searched all when open the login page but none of them havent these codes and it just shows in inspector
-
Then it's generated by some js on the page itself and you need to replicate it using OB's BEGIN SCRIPT. But it might be hard to do if you're not very aquaintained with js.
-
@Ruri I really need to learn this one
I'll appreciate any guide (even a short one)
-
@Ruri ok thanks i understood,but how ever i didnt find out why it shows in inspector but not show in source