Skip to content

Instantly share code, notes, and snippets.

View MakeMeCool's full-sized avatar

Joy MakeMeCool

View GitHub Profile
@MakeMeCool
MakeMeCool / removewishlistmyntra.js
Last active February 7, 2024 01:25
Remove Myntra's wishlist all at once
// So, I saw a Gist on GitHub for removing wishlist for Amazon using browser's console but couldn't find it for Flipkart, so I thought I would do it for myself, and it worked, so I am sharing the same with you. Hope it helps.
// Copy the code as is and paste it in console using CTRL + SHIFT + J.
//If it doesn't allow pasting in console just type 'allow pasting' and hit enter then copy and paste this code.
// Note: It will only remove what is visible, so you may have to use it multiple times.
function deleteSavedItems() {
let query = document.getElementsByClassName("myntraweb-sprite itemcard-removeMark sprites-remove")