Reloader By R1n Github | Top| 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 | To add a custom webhook on reload: async smartReload() const response = await fetch(this.currentUrl, method: 'HEAD' ); if (response.status !== this.lastStatus) this.lastStatus = response.status; if (response.status >= 400) this.retryCount++; if (this.retryCount <= this.maxRetries) setTimeout(() => location.reload(), 1000); reloader by r1n github top |