Skip to content

Instantly share code, notes, and snippets.

View Iaotle's full-sized avatar
💣

Vadim Isakov Iaotle

💣
View GitHub Profile
@Iaotle
Iaotle / omegle.js
Last active July 6, 2023 06:03 — forked from jonnypetraglia/omegle.js
JS script to skip undesirables on omegle and auto-retry
var secondsToWait = 30;
var secondsWaited = 0;
var introMsg = "M24";
var chatText;
var resps;
var yourlines;
var strangerlines;
var chatStarted = false;