Reloader By R1n Github Top 〈2027〉
// Add after line 142 (reload trigger) if (this.settings.webhookUrl) fetch(this.settings.webhookUrl, method: 'POST', body: JSON.stringify( url: location.href, time: Date.now() ) );
| Tool | Stars | Smart Triggers | Size | License | |------|-------|----------------|------|---------| | Reloader (R1n) | 2.3k | ✅ Element/HTTP/Idle | 48 KB | MIT | | Auto Refresh Plus | 1.1k | ❌ Only timer | 120 KB | GPL-3.0 | | Easy Auto Refresh | 890 | ❌ Only timer | 95 KB | Proprietary | reloader by r1n github top
To add a custom webhook on reload:
In the fast-paced world of web development, competitive programming, and cybersecurity monitoring, automation is not a luxury—it’s a necessity. If you have ever found yourself manually pressing F5 every few seconds to watch for changes on a staging server, a live dashboard, or a bug bounty target, you have likely dreamed of a better way. // Add after line 142 (reload trigger) if (this