JS Document selector to click on HIVE Profile button

in #js3 years ago (edited)

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

Sort:  

Congratulations @breadcrumzofzion! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

You distributed more than 1000 upvotes.
Your next target is to reach 1250 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out the last post from @hivebuzz:

Hive Power Up Month - Feedback from April day 21
Support the HiveBuzz project. Vote for our proposal!