This file contains hidden or 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
// 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") |