Skip to content

Instantly share code, notes, and snippets.

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

DENNI RAMADIANTO denniramadianto

🏠
Working from home
View GitHub Profile
@gvoze32
gvoze32 / satsetjolly.js
Last active November 10, 2023 07:12
satset jolly
async function automateProcess() {
for (let i = 0; i < 10000; i++) {
try {
console.log(`Iteration: ${i + 1}`);
const diamondsText = document.querySelector('div[style*="color: rgb(27, 67, 86);"][style*="font-size: 1rem;"][style*="margin-top: 0.5rem;"][style*="text-align: center;"]');
if (!diamondsText) {
console.error('Element with specified selector not found.');
continue;