This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/piyushmehta/counter-app/src/Button.jsx","entries":[{"id":"iFBt.jsx","timestamp":1649128008011},{"id":"5jTG.jsx","timestamp":1649128067933},{"id":"3rN2.jsx","timestamp":1649128082349}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Impress your gf with this simple js | |
// Open https://web.whatsapp.com/ | |
// select the person you want to send this msg on loop & type the following script on developer console of your browser | |
var intervalID = setInterval(function () { | |
var message = document.createEvent("TextEvent"); | |
message.initTextEvent ("textInput", true, true, window, "I think of you every second", 0, "en-US"); | |
document.getElementsByClassName("input")[1].focus(); // Focus on message box | |
document.getElementsByClassName("input")[1].dispatchEvent(message); // Type message | |
document.getElementsByClassName("icon btn-icon icon-send")[0].click(); // Click send | |
}, 1000); // Repeat every sec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Sublime Text 3 Serial key build is 3103 | |
—– BEGIN LICENSE —– | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
B085E65E 2F5F5360 8489D422 FB8FC1AA |