Skip to content

Instantly share code, notes, and snippets.

View himanshuteotia's full-sized avatar
🎯
Focusing

Himanshu Teotia himanshuteotia

🎯
Focusing
View GitHub Profile
@himanshuteotia
himanshuteotia / whatsapp.js
Last active April 11, 2022 13:29
Whatsapp script to automate the messages whenever person come online it will start sending the messages
let onlineClass = "YmixP";
let start = true;
let replyMessages = ["Hi", "Hello"];
let deleteClass = "SgIJV"
// Replace My Contact Name with the name
// of your WhatsApp contact or group e.g. title="Rahul"
let name = "Mummy";
setInterval(() => {
acclamation
accommodative
accommodative
achievable
achievable
acumen
admiringly
adorer
adoringly
adroit
@himanshuteotia
himanshuteotia / index.html
Created October 26, 2017 13:16
Bootstrap Reodring
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>