Created
October 27, 2020 19:43
-
-
Save Geekfish/872a3c108113d29005a0f0d586f6cec8 to your computer and use it in GitHub Desktop.
Bookmarklet | Seedlang | Retire Review
This file contains 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
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