This file contains hidden or 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
| { | |
| "success": true, | |
| "credits_left": 100, | |
| "rate_limit_left": 100, | |
| "daily_rate_limit_left": 100, | |
| "minute_rate_limit_left": 499, | |
| "next_minute_rate_limit_reset": "2025-08-10T02:18:30.000Z", | |
| "person": { | |
| "publicIdentifier": "kmcloudarchsre", | |
| "linkedInIdentifier": "ACoAAEq9nhUBY5ESVSgACedysR_YLndYv-XJtRI", |
This file contains hidden or 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
| id | station | stationid | value | unit | obstime | date | |
|---|---|---|---|---|---|---|---|
| 0 | 流浮山 | RF001 | 0 | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 | |
| 1 | 湿地公园 | RF002 | 0 | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 | |
| 2 | 水边围 | N12 | 0 | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 | |
| 3 | 石岗 | RF003 | 0 | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 | |
| 4 | 大美督 | RF004 | 0 | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 | |
| 5 | 大埔墟 | RF005 | M | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 | |
| 6 | 北潭涌 | RF006 | 0 | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 | |
| 7 | 滘西洲 | RF007 | 0 | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 | |
| 8 | 西贡 | N15 | 0 | mm | 2025-08-10T10:00:00+08:00 | 2025-08-10 |
This file contains hidden or 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
| // ==UserScript== | |
| // @name Block Tweet Responders | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Blocks all users who replied to a tweet starting from the 5th reply | |
| // @author me | |
| // @match https://x.com/* | |
| // @grant none | |
| // ==/UserScript== |
OlderNewer