Posts

Showing posts with the label social networking hack

Scripts To Accept /Hide /Delete All Friend Requests At Once

Image
Sometimes its hard to accept all friend requests at once or sometimes we want to cancel all requests at once depending on our own decision. But its not an easy task to Accept/ Ignore and  Delete all friend request by clicking it manually each time. So we decided to solve this problem. Suppose we have 500 Friend Requests on Facebook where we want to all 500 peoples, its not easy to add each and every person manually, so in this case this post will very helpful for you by these scripts provided below. 1st copy the link. then scroll down to the end of your facebook requests press ctrl +shift +j and when the down tab opens, click console and ctl +v to paste the javascript and press enter               Accept All Friend Requests At Once     javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0); ...

How to Automatically Follow Twitter Users with a Script

Image
Following Twitter users manually can be pretty time consuming and, not to mention,  annoying . Despite this, it's one of the fastest ways to grow your Twitter account. And given that the traffic that you can generate from Twitter is 72% more likely to purchase from your online store, it can make sense to devote some time to this sort of task. As such, marketers often spend hours following and unfollowing users. But, with the right script, you can automate following twitter users and cut down the amount of time spent getting followers so you can spend more time posting engaging content. The process is pretty simple. First you'll need to find a Twitter influencer in the same niche as you. For instance, if your niche was digital marketing, you might want to use the followers of an influencer such as Sujan Patel. Once you've reach a page like this , open the console in your browser. In Chrome simply right click on the page and click "Inspect Element...