this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Only run when idle

+1
+1
src/app.jsx
··· 84 84 // Every 5 minutes 85 85 // Only posts for now 86 86 setInterval(() => { 87 + if (!window.__IDLE__) return; 87 88 const { statuses } = states; 88 89 for (const key in statuses) { 89 90 const $post = document.querySelector(`[data-state-post-id~="${key}"]`);