Skip to content

Instantly share code, notes, and snippets.

@Geekfish
Created October 27, 2020 19:43
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 Geekfish/872a3c108113d29005a0f0d586f6cec8 to your computer and use it in GitHub Desktop.
Save Geekfish/872a3c108113d29005a0f0d586f6cec8 to your computer and use it in GitHub Desktop.
Bookmarklet | Seedlang | Retire Review
javascript:(function(){document.getElementsByClassName("graph-outline-icon icon")[0].parentElement.parentElement.parentElement.click(); Array.from(document.getElementsByTagName("button")).forEach(function(button) {if(button.innerText == "Retire Review") { button.click();}});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment