Breadcrumz of Zion avatar

JS Document selector to click on HIVE Profile button

breadcrumzofzion

Published: 16 Apr 2022 › Updated: 16 Apr 2022JS Document selector to click on HIVE Profile button

JS Document selector to click on HIVE Profile button

image.png

document.querySelector(".VerticalMenu ul li:first-child a").click();

When there no class to hook onto psudeo classes :first-child :last-child :n(th) help hook onto the html tag you looking for then can take out its innerHTML, most of the time with a scrap its the innerHTML we want or a link

Can also use XPathing
Same as we can inject into the DOM. Document Object Model, The whole web page document

We can also remove or strip from the DOM and delete tags off the screen
might want to delete everything before you scrap
Almost everything we look at is a web page or a form.
This input whatapp field I'm sending this message to you is no different from a input field in a form making a POST to the web server
forms and input hasn't really changed since we've had machines.
another input could be a mic or a camera or heart rate monitor.

We looking to make more breadcrumbs for everyone, little bits of valuable information.

Are there any other form or input devices or sensor that capture data or push it into the internet other than a form and POST?

#js #javascript #clickonprofile

Leave JS Document selector to click on HIVE Profile button to:

Written by

Lets bake, lets break, lets make some crumzzzz

Read more #javascript posts


Best Posts From Breadcrumz of Zion

We have not curated any of breadcrumzofzion's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Breadcrumz of Zion