Skip to content

Instantly share code, notes, and snippets.

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

Rohit Bind rohitbind

🏠
Working from home
View GitHub Profile
@rohitbind
rohitbind / FlipkartWishlistDeletingScript.js
Last active November 14, 2023 17:46
Flipkart Wishlist Deleting Script
var i = 1;
var total_items = 400
function myLoop ()
{
setTimeout(function () {
var elements = document.querySelector('._2Nq6Qc');
if(elements != null){
elements.click();
var removeCTA = document.querySelector('._2KpZ6l._3S58wp');