Skip to content

Instantly share code, notes, and snippets.

View ChristoPy's full-sized avatar
🏠
Working from home

Christopher Ribeiro ChristoPy

🏠
Working from home
View GitHub Profile
@ChristoPy
ChristoPy / CheckLastOnlineTimesWhatsAppWeb.js
Last active May 30, 2018 05:25
Get all the "last seen at.." on WhatsApp web.
let LastOnlineTime = "";
const AllLastOnlineTimes = [];
function CheckLastOnlineTime () {
if (document.querySelector (".O90ur").innerText != "online") {
if (LastOnlineTime !== document.querySelector (".O90ur").innerText) {