{"id":18541332,"url":"https://github.com/nick2bad4u/redditcommentstreamrefresh","last_synced_at":"2025-04-09T18:31:04.935Z","repository":{"id":237835705,"uuid":"795328614","full_name":"Nick2bad4u/RedditCommentStreamRefresh","owner":"Nick2bad4u","description":"Reddit-stream.com Auto-Refresh UserScript","archived":true,"fork":false,"pushed_at":"2024-12-23T03:40:46.000Z","size":253,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T08:33:29.897Z","etag":null,"topics":["userscript","userscripts"],"latest_commit_sha":null,"homepage":"https://userscript.github.typpi.online/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nick2bad4u.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-03T03:33:15.000Z","updated_at":"2024-12-23T03:41:05.000Z","dependencies_parsed_at":"2024-05-13T22:25:46.289Z","dependency_job_id":"9ea09954-637d-417b-abc5-c667d5f39985","html_url":"https://github.com/Nick2bad4u/RedditCommentStreamRefresh","commit_stats":null,"previous_names":["nick2bad4u/redditcommentstreamrefresh"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nick2bad4u%2FRedditCommentStreamRefresh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nick2bad4u%2FRedditCommentStreamRefresh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nick2bad4u%2FRedditCommentStreamRefresh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nick2bad4u%2FRedditCommentStreamRefresh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nick2bad4u","download_url":"https://codeload.github.com/Nick2bad4u/RedditCommentStreamRefresh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248087681,"owners_count":21045564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["userscript","userscripts"],"created_at":"2024-11-06T20:04:46.181Z","updated_at":"2025-04-09T18:31:04.542Z","avatar_url":"https://github.com/Nick2bad4u.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CodeQL](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/codeql.yml/badge.svg)](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/codeql.yml)\n[![Dependabot Updates](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/dependabot/dependabot-updates)\n[![Dependency Review](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/dependency-review.yml)\n[![pages-build-deployment](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/pages/pages-build-deployment)\n[![Scorecard supply-chain security](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/scorecards.yml/badge.svg)](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/scorecards.yml)\n[![Semgrep](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/semgrep.yml/badge.svg)](https://github.com/Nick2bad4u/RedditCommentStreamRefresh/actions/workflows/semgrep.yml)\n\n![RepoBeats](https://repobeats.axiom.co/api/embed/73ad0205c384f1b5e41e03d65e9dcbbed31c1b4f.svg \"Repobeats analytics image\")\nA quick userscript to refresh reddit-stream every 30 seconds.\n\n```userscript\n    // ==UserScript==\n    // @name         Reddit-Stream Auto-Refresh \n    // @namespace    nick2bad4u\n    // @description  Auto-Refreshes your Reddit-Stream.com page every 30 seconds. Modify the script and change to any time you want.\n    // @author       Nick2bad4u\n    // @match        https://reddit-stream.com/*\n    // @icon         https://www.google.com/s2/favicons?sz=64\u0026domain=reddit-stream.com\n    // @version      1.6\n    // @grant        none\n    // @homepage     https://github.com/Nick2bad4u/RedditCommentStreamRefresh\n    // @homepageURL  https://github.com/Nick2bad4u/RedditCommentStreamRefresh\n    // @supportURL   https://github.com/Nick2bad4u/RedditCommentStreamRefresh/issues\n    // @downloadURL  https://raw.githubusercontent.com/Nick2bad4u/RedditCommentStreamRefresh/main/Auto-Refresh-Reddit-Stream.js\n    // @updateURL    https://raw.githubusercontent.com/Nick2bad4u/RedditCommentStreamRefresh/main/Auto-Refresh-Reddit-Stream.meta.js\n    // @license CC-BY-SA-3.0; http://creativecommons.org/licenses/by-sa/3.0/\n    // @license MIT\n    // ==/UserScript==\n    \n    (function () {\n      'use strict';\n      setTimeout(function () {\n        location.reload();\n      }, 30 * 1000);\n    })();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnick2bad4u%2Fredditcommentstreamrefresh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnick2bad4u%2Fredditcommentstreamrefresh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnick2bad4u%2Fredditcommentstreamrefresh/lists"}