GoogleHacking

How to Appear Always Online On Gtalk & Google Hangout [UPDATED 2021]

2 Mins read
iMacro script  to Appear Always Online On Gtalk & Google Hangout - a google talk hack for any browser

My friend had a boss who used to check his availability based on the duration his team appears online. That sounds stupid however there are many different kind of boss around and they all have something that may bother you.

I don’t want to discuss the ridiculous aspect of this type of supervising bosses. I am just focussing on the way you can totally prove it useless by some smart programming and automation.

Fortunately, they use google apps for their email and Gtalk for internal instant messaging.

I suggested my friend to use some kind of bot to always appear online on gtalk. Below is a simple iMacro script that you can use to not go idle on gtalk.

Why Use Bot?

Just because I love to write scripts and do automation. I like to find ways of automating repetitive tasks that does not require much thinking. This script may sound totally useless to someone, however I just did it for fun, may be someone will use it show it to a boss that being online does not mean being productive at work.

What Is IMacro ?

iMacro is a browser add-on that you can install on most popular browsers. It supports scripting language to do automation of repeated tasks.

What This Script With Do?

The script I created does simple task of toggling between important and sent mail folders with a 30 second delay. The complete script will run for 1 minute.

How To Appear Always Online With This Script On Gmail Gtalk

The steps are as follows.

First time setup Steps

  • Login to gmail
  • Go Online on Gtalk
  • Now launch the iMacro Add on.
  • Go to Rec Tab on Macro
  • Click Save Macro As
  • Set a Name of Macro as “GtalkAlwaysOnline.iim”
  • Go to Manage Tab
  • Click Refresh Macro List Now your Macro should appear on the list of macros.
  • Right Click on the Macro file “GtalkAlwaysOnline.iim” and select Edit Macro option.
  • Now Remove all content of this macro and replace is with below code.

    Script Code [RAW Version]

    VERSION BUILD=8881205 RECORDER=FX
    TAB T=1
    URL GOTO=https://mail.google.com/mail/u/0/#inbox
    TAG POS=1 TYPE=A ATTR=TXT:Important
    WAIT SECONDS=30
    TAG POS=1 TYPE=A ATTR=TXT:SentMail
    WAIT SECONDS=30

    Script Code Gist

  • Click Save and Close

Staying Online Steps

Whenever you are leaving your desk you can start below script with appropriate time configured for loop. Make sure to use Play Loop button not Play button.

  • Go to Play Tab
  • Enter Max value to 60 (This will keep you online for 60 minutes) Change this value according to your needs.
  • Click Play Loop button

Hope you will have fun with this script. Please never misuse this. Happy gtalking 🙂

Article Updates

  • Article Updated on August 2021. Some HTTP links are updated to HTTPS. Updated broken links with latest URLs. Some minor text updates done. Script validated and updated for relevance in 2021. Added Script code as Gist for easy copy/paste.

Leave a Reply

Your email address will not be published. Required fields are marked *