sharmanhall

Results 20 comments of sharmanhall

Or you can use AppAdmin to downgrade (if you are jailbroken)

Have there been any developments in this area?

Marked as stale? nah, this is still a request.

No issues, saying thank you -- this script has been a life saver for years. I have been writing scripts to auto-obtain the master JSON and in most cases successful...

### How to implement: This can be done by hooking into the `infScroll.on("append", ...)` event in the infinite scroll userscript. Here's an approach to integrate the highlighting logic: - **Define...

> ok I'll try to get on that soon, if you have a the full script already working, please do share it with a pull request it'll make things easier,...

``` function FIX_AMAZON_IMAGE() { console.log("FIX_AMAZON_IMAGE..."); function waitForElement(selector, callback) { const element = document.querySelector(selector); if (element) { callback(element); } else { console.log("Waiting for element:", selector); setTimeout(() => waitForElement(selector, callback), 1000); //...

Same. Everytime I restart the battery.app or reboot. First it asks for permission, then gives a password prompt: ![CleanShot 2024-11-06 at 21 33 54@2x](https://github.com/user-attachments/assets/95424523-aacf-4833-b361-2f714a1cd13b) Then after it does it's thing,...