This use to work for me when i placed it in the browsers address bar to follow
someone on twitter.

javascript:alert($('.follow-button').click());

does anyone know how to not follow with a similar code in the address bar?

been trying everything but cant seem to get the rite code down.

Recommended Answers

All 2 Replies

try to

javascript:alert($('.unfollow').click());

But it is not working right for pages with list of followable and unfollowable people.

nope,, tries to do something but gives me back an error with the following

[object Object]

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.