{"id":21095318,"url":"https://github.com/d6o/redditrandomredirect","last_synced_at":"2026-04-24T18:09:21.767Z","repository":{"id":198103589,"uuid":"700086803","full_name":"d6o/RedditRandomRedirect","owner":"d6o","description":"A lightweight Firefox extension that instantly transports you to a random subreddit with a single click. Dive into the vast world of Reddit and discover new communities effortlessly!","archived":false,"fork":false,"pushed_at":"2023-10-04T16:04:21.000Z","size":10243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T01:43:51.007Z","etag":null,"topics":["addons-mozilla-org","addons-repository","extension","firefox","random","reddit","subreddit"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/reddit-random-redirect/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d6o.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T23:16:06.000Z","updated_at":"2023-10-03T23:53:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"39b32ad1-7eaa-4a7f-a236-bb16bda5f193","html_url":"https://github.com/d6o/RedditRandomRedirect","commit_stats":null,"previous_names":["d6o/redditrandomredirect"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FRedditRandomRedirect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FRedditRandomRedirect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FRedditRandomRedirect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FRedditRandomRedirect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d6o","download_url":"https://codeload.github.com/d6o/RedditRandomRedirect/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538135,"owners_count":20307104,"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":["addons-mozilla-org","addons-repository","extension","firefox","random","reddit","subreddit"],"created_at":"2024-11-19T22:25:26.185Z","updated_at":"2025-12-27T22:41:28.269Z","avatar_url":"https://github.com/d6o.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit Random Redirect\n\nA simple Firefox extension that redirects the current tab to a random subreddit when clicked.\n\n![Extension Icon](./icons/rand_reddit_128.png)\n\n![Language Badge](https://img.shields.io/badge/Language-JS-blue.svg) ![License Badge](https://img.shields.io/badge/License-MIT-blue.svg) ![Status Badge](https://img.shields.io/badge/Status-Stable-brightgreen.svg)\n\n## Features\n\n- One-click redirect to a random subreddit.\n- Lightweight and fast.\n- Simple and clean design.\n\n## Demo\n\n![](https://github.com/d6o/RedditRandomRedirect/blob/main/demo/demo.gif?raw=true)\n\n## Installation\n\n### From Firefox Add-ons Store\n\n1. Go to the [Reddit Random Redirect page on the Firefox Add-ons Store](https://addons.mozilla.org/en-US/firefox/addon/reddit-random-redirect/).\n2. Click \"Add to Firefox\".\n3. Confirm the installation when prompted.\n\n### Manual Installation\n\n1. Clone this repository or download it as a ZIP.\n2. Open Firefox.\n3. Navigate to `about:debugging`.\n4. Click \"This Firefox\".\n5. Click \"Load Temporary Add-on\".\n6. Navigate to the directory where you cloned or extracted the repository and select the `manifest.json` file.\n\n## Usage\n\nOnce installed, you'll see a Reddit icon in your Firefox toolbar. Clicking on this icon will redirect the current tab to\na random subreddit.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/d6o/RedditRandomRedirect/issues) to report any bugs or file feature requests.\n\n### Developing\n\nPRs are welcome. To begin developing, do this:\n\n```bash\n$ git clone git@github.com:d6o/RedditRandomRedirect.git\n$ cd RedditRandomRedirect/\n```\n\n## Social Coding\n\n1. Create an issue to discuss about your idea\n2. [Fork it](https://github.com/d6o/RedditRandomRedirect/fork)\n3. Create your feature branch (`git checkout -b my-new-feature`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create a new Pull Request\n7. Profit! :white_check_mark:\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2023 Diego Siqueira\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd6o%2Fredditrandomredirect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd6o%2Fredditrandomredirect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd6o%2Fredditrandomredirect/lists"}