Archive: 2020

*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!

How to download youtube video and song on mobile

Hey All,

Forget the days when you have to spent lot of time on searching for how to download Youtube video or even to get or extract the song from the Youtube. Forget about playing with address bar, modifying to some weird URL that redirect to download the content. Here, I'm giving you the method to download Uoutube videos in one click using your android phone. Not only youtube, you can even download video from facebook, Instgram, twitter, voot etc while just watching them from the source app.

Download link: Official Site | APK | GoogleDrive
Download for Desktop : Setup

Method 1:
After installing the APK, just open the app and browse any video. you'll get the download links below the video. Choose your choice format(mp3, m4a, 1080p/720p etc) and click on start download.

Method 2 (with images):
1. Go to official Youtube app or Facebook and browse any video













2. Click on Share below the video and from list of options click on Download|Watch.













3. Links will be generated, now choose your format and download.














So, if you like my post then do share it and post any comments if you have any query.

Ranz Mini Wireless Adapter USB Drivers


Hi All,

Here I'm including google drive download link for Ranz 802.11n mini wireless USB adapter. Ranz adapter provide the speed upto 450Mbps and with AP creation facility. With AP you can connect to any wireless network and then you can make a personal hotspot from the network. Although many wifi adapters like Qualcomm 300M does not provide this functionality.

This driver pack is zip file and you need to have winrar or 7zip to uncompress it. The driver pack inculdes drivers for Windows(x86/x64), MAC and Linux OS.

GDrive link: Ranz_Drivers

Ranz Mini Wireless USB Adapter
Ranz Mini Wireless USB adapter













Please do share any queries in the comment section box.

Fix: No internet, Secured Error while connecting to Wi-fi


Hi All, If you are facing the error where you want to connect to the personal hotspot or Broadband Wi-Fi but once connected, it shows, "internet connected, Secured" error under Wi-Fi access point list, then you can follow below simple steps to overcome the issue.

No internet Secured Error

1. Make sure that broadband/Mobile has an active internet connection. Do reboot broadband/Mobile once and try.

2. Make sure the IP setting are set to DHCP.

3. Make sure that you have checked both ipv4 and ipv4 in your interface properties. Unselecting ipv6 can cause this problem as most devices now works on ipv6.

4. Type "ipconfig /renew" without quotes in cmd or at run prompt.

5. Turn your firewall to default settings. Sometimes firewall may conflict in your internet connection.

6. Uninstall any VPN client if present in your machine.

Please do follow above steps one by one until the issue resolves.
Let me hear from you which option resolves your problem in below comment section.