Skip to content

Instantly share code, notes, and snippets.

View SanjithKanagavel's full-sized avatar
💭
Learn Something new always !

Sanjith Jothi Kanagavel SanjithKanagavel

💭
Learn Something new always !
View GitHub Profile
@SanjithKanagavel
SanjithKanagavel / gist:26b31eea4e20585ca4c12c4528e76606
Created May 19, 2020 07:18
Check Whatsapp user Online status. Paste this command in console. web.whatsapp.com
function checkOnline() {
console.log("checking online status")
if(document.getElementsByClassName('O90ur').length > 0 && document.getElementsByClassName('O90ur')[0].textContent == "online") {
console.log("user is online")
new Notification(document.getElementsByClassName('_3XrHh')[0].textContent, { body: "Online" });
}
}
setInterval (checkOnline, 3000);
@SanjithKanagavel
SanjithKanagavel / LocaleIdentifiers.txt
Created January 17, 2017 14:32
Available language locale indentifiers in iOS 10
(
"en_ZM",
eu,
"ar_TD",
"ja_JP",
"mer_KE",
ast,
ar,
"en_KE",
as,
@SanjithKanagavel
SanjithKanagavel / RxSwift-RefLinks.txt
Last active January 11, 2019 17:31
RxSwift Links for reference