Commands js how to get data

does not work:(

why these codes don’t work …

document.getElementById(“myImg”).src;
document.getElementById(“myLink”).href;
document.getElementsByTagName(“LI”);
document.getElementsByName(“fname”)[0].tagName;

send the website url or send in pm

I Am Not Able to read what its written , what does that mean

This is a service for boosting free likes and views on Instagram.

very good site
https://www.w3schools.com/jsref/met_element_hasattribute.asp

Exactly What You want to do ? Explain In Details

get the ability to switch likes to views, and vice versa

document.getElementsByClassName(“active”)[0].click();

does not switch to views

CLICK LIKES
document.getElementsByTagName("a")[17].click();

CLICK VIEWS
document.getElementsByTagName("a")[18].click();

Now Try

1 Like

your head works fine. this option worked. I’ll thank you later. you are a good person, you always help

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.