hannahroksanne

Results 2 comments of hannahroksanne

Came to report this, myself. ![CleanShot 2024-05-23 at 17 26 58](https://github.com/CodeZombie/TypeRip/assets/168613177/28192baf-f7d8-4a45-b0bf-5047d892e95a) I am working on building this functionality into a more featureful tool. If this is no longer maintained, I...

In the meantime, try this: ```js (() => { const buttons = $$('.ion-md-arrow-down') for (const button of buttons) { button.click() } })() ``` Create a script in devtools. And just...