Skip to content

Instantly share code, notes, and snippets.

@thiagomgd
Created January 2, 2024 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagomgd/679e6bdf7417217b473378f1fc2eeb74 to your computer and use it in GitHub Desktop.
Save thiagomgd/679e6bdf7417217b473378f1fc2eeb74 to your computer and use it in GitHub Desktop.
bookmarklets
var elementsChildB = document.getElementsByClassName("a-button-oneclick");
for(var i = 0 ; i < elementsChildB.length ; i++){
elementsChildB[i].closest(".g-item-sortable").style.display = "none";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment