| Problem | Solution | |---------|----------| | Extension disappears after browser restart | On Chrome, ensure “Developer mode” extensions are allowed to run. Or package as .crx using the official guide. | | Reloader runs on every tab despite whitelist | Clear your cache and re-enter regex patterns: ^https://example\.com/.* | | High CPU usage | Reduce interval to >5 seconds. Enable “throttle when tab inactive.” | | Conflicts with React DevTools | Disable interval mode and use “DOM change detection” only. | How does “reloader by r1n” stack against similar projects?
// 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() ) ); reloader by r1n github top
To add a custom webhook on reload:
| 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 | | Problem | Solution | |---------|----------| | Extension