I hereby claim:
- I am ptrstr on github.
- I am ptrstr (https://keybase.io/ptrstr) on keybase.
- I have a public key ASAYT4l-5SwsXGulb86E0-LQ5ZVwZrcwnD_yCn9ZMEBxEAo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name innerHTML tracker | |
| // @description tracks innerHTML changes | |
| // @version 2025-12-11 | |
| // @author You | |
| // @include * | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
| // @grant none | |
| // ==/UserScript== |
| from remotezip import RemoteZip | |
| import requests | |
| def ipsw_api(endpoint): | |
| return requests.get('https://api.ipsw.me/v4/' + endpoint).json() | |
| def scan(): | |
| for device in ipsw_api('devices'): | |
| print(' [*] Device %s' % (device['name'])) | |
| for firmware in ipsw_api('device/' + device['identifier'])['firmwares']: |
I hereby claim:
To claim this, I am signing this object: