Archive

Archive for the ‘General’ Category

Whatsapp online tracking

July 5th, 2020 No comments

Simple devtools script to track when User is coming online/offline with privacy options on (whatsapp is not showing last seen)

function getElementByXpath(path) {
   return document.evaluate(path, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
 }
 var online = false;
 setInterval(function() {
  if (getElementByXpath('//*[@id="main"]/header/div[2]/div[1]/div/span').textContent == "User to track") {   var lastSeen = getElementByXpath('//*[@id="main"]/header/div[2]/div[2]/span');
   if (lastSeen != null) {
     var today = new Date();
     var time = today.getHours() + ":" + today.getMinutes() + ":" + today.getSeconds();
     var date = today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate();
       console.log(date + " "+ time + ", " + lastSeen.textContent);
     if (online == false) {
         new Notification(date + " "+ time + ", " + lastSeen.textContent);
         online = true;
     }
   } else {
      if (online == true) {
         var today = new Date();
         var time = today.getHours() + ":" + today.getMinutes() + ":" + today.getSeconds();
         var date = today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate();
         new Notification(date + " "+ time + " Offline");
         online = false;
     }
   }
  }
 }, 1000); 
Categories: General Tags:

Firefox Android proxy pac

April 1st, 2017 No comments

Reminder to myself on how to enable proxy autoconfig on android firefox in about:config:

Set network.proxy.autoconfig_url to a proxy.pac url

Set network.proxy.type = 2

Profit!

Categories: General Tags:

Photoshop online

September 11th, 2011 No comments

Was looking for a tool to quickly edit some picture at work – http://pixlr.com/editor/ is all you need.

Categories: General Tags:

The surprising truth about what motivates us

July 21st, 2010 No comments

Categories: General Tags:

Wii Sex

March 6th, 2010 No comments

Categories: General Tags:

Win7 Activation

March 4th, 2010 No comments

Looks like MS deployed some patch today (KB971033 it seems) that fixed windows activation with loader. This gets you back in action:
http://hazarforums.49.forumer.com/viewtopic.php?f=5&t=61#p394

Categories: General Tags:

Remi Gaillard

January 15th, 2010 No comments

I was bored at work looking what to do I’ve noticed a friend of mine staring at his screen and couldn’t stop giggling. He pointed me to this guy and his videos.

A compilation to get an idea, but I strongly suggest watching other ones:

Categories: General Tags:

Funny WoW ad parody

January 15th, 2010 No comments

Categories: General Tags:

The Website Is Down- Sales Guy vs. Web Dude

September 7th, 2009 No comments
Categories: General Tags:

Onyxia returns & Wipe Club oldschool stuff

August 30th, 2009 1 comment

Since blizzard announced Onyxia return in patch 3.2.2, we was discussing it in a guild chat and someone wondered how many “minus 50 dkp” related achievements will be there. I’ve looked around my PC and found the original mp3 and some other Wipe Club stuff.

If someone is intrested to read about Wipe Club and the guy leading raids – here is a nice story. Enjoy!

Dives

Dives

mp3s:
Onyxia wipe original
Lava pack wipe
Raggy does Wipe Club
Dives style
Onyxia wipe inspired remix
Gademis does Wipe Club
Gademis part 2 – explanation

Categories: General Tags: