Facebook

Internet Webed: Facebook

Internet Webed: Facebook

Showing posts with label Facebook. Show all posts
Showing posts with label Facebook. Show all posts

*Updated* Unfollow all peoples and Pages on Facebook

*Updated* Unfollow all peoples and Pages on Facebook

Dear All,

If you’ve been looking to tidy up your Facebook feed by unfollowing multiple people or pages at once, I’ve got a quick and effective solution for you. With just a simple script, you can streamline your news feed and focus on the content that matters most to you.

Steps to Unfollow on Facebook:

  1. Open Facebook in Chrome: Make sure you're using the Chrome browser and are logged into your Facebook account.

  2. Access News Feed Preferences:

    • Click on the drop-down menu (usually found in the top right corner of the Facebook interface).
    • Go to Settings & Privacy and select News Feed Preferences.
  3. Select People or Pages:

    • Click on People or Pages to see your list of followed accounts.
    • Scroll down (or click See More) until your entire list is loaded.
  4. Open the Browser Console:

    • Press F12 on your keyboard to open the Developer Tools.
    • Switch to the Console tab.
  5. Run the Script:

    • Copy and paste the following script into the console and press Enter:

var unfollowButtons = document.querySelectorAll('div[aria-pressed="false"]'); unfollowed = 0; for(var i=0;i<unfollowButtons.length;i++) { setTimeout(function(element){ element.click(); unfollowed ++; console.log('Total unfollowed ' + unfollowed + ' out of ' + unfollowButtons.length) }, i*2000, unfollowButtons[i]) }

or

var unfollowButtons = document.querySelectorAll('div[aria-pressed="false"]'); unfollowed = 0; for(var i=0;i<unfollowButtons.length;i++) { setTimeout(function(element){ element.click(); unfollowed ++; console.log('Total unfollowed ' + unfollowed + ' out of ' + unfollowButtons.length) }, i*2000, unfollowButtons[i]) }

         6. Monitor the Process:

  • The script will start clicking on the unfollow buttons automatically. You can monitor the progress in the console where it will log the total number of unfollowed accounts.

Important Notes:

  • Use with Caution: This script automates the unfollow process, so use it responsibly. Make sure you really want to unfollow these accounts as it might be hard to reverse the action quickly.
  • Refresh: If you encounter any issues or need to start over, you can always refresh the page and rerun the script.

Feel free to share this tip with your friends if you found it helpful! If you have any questions or run into any issues, drop a comment below. Happy unfollowing!

{UPDATED} Facebook Tips and Tricks That You Must Know(100% working)



We all are on Facebook doing chatting, posting, reading whatever but do you know behind all this some peoples(like me ;)) like to play with facebook by doing some nice tricks. So here I'm posting some cool facebook tricks that you must know. Till now these all tricks are working fine and I've checked them.

How to change Facebook Name before 60 days

As Facebook upgrade its policy that no one can change his/her name before 60 days from the previous name change in his/her facebook account and might become the pain in the neck for many of the facebook users and want to get rid of this burden (That's why you are here :p). So by this simplest of all trick it is possible to change your name within 60 days. To do so just go through these simple steps:-

           How To Change Facebook Name Before 60 Days

  1. First of all sign in with the facebook account whose account of which the name is to be changed (Well it is Obvious :p )
  2. Click on the drop-list present in right upper corner and click on Help button.