reloader by r1n github top
reloader by r1n github top
Last visit was: Mon Mar 09, 2026 1:27 am It is currently Mon Mar 09, 2026 1:27 am

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

Untitled Document


Untitled Document


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group :: Style based on FI Subice by phpBBservice.nl :: All times are UTC