{"id":30730580,"url":"https://github.com/sppdd/reviewor","last_synced_at":"2025-09-03T16:37:38.401Z","repository":{"id":311777933,"uuid":"1044920172","full_name":"Sppdd/reviewor","owner":"Sppdd","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-03T08:25:28.000Z","size":559,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T10:21:47.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Sppdd.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,"zenodo":null}},"created_at":"2025-08-26T11:51:15.000Z","updated_at":"2025-09-03T08:25:31.000Z","dependencies_parsed_at":"2025-08-26T18:57:17.607Z","dependency_job_id":"e8c2593c-7c5b-4fc5-8cba-e03133b99ae5","html_url":"https://github.com/Sppdd/reviewor","commit_stats":null,"previous_names":["sppdd/reviewor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sppdd/reviewor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sppdd%2Freviewor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sppdd%2Freviewor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sppdd%2Freviewor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sppdd%2Freviewor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sppdd","download_url":"https://codeload.github.com/Sppdd/reviewor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sppdd%2Freviewor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273473933,"owners_count":25112287,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-09-03T16:37:32.940Z","updated_at":"2025-09-03T16:37:38.372Z","avatar_url":"https://github.com/Sppdd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scramble - Open-Source Grammarly Alternative\n\n\u003e Note: this project has lots of users but I'm not actively developing it so if you'd like to be a maintainer on this project let me know!\n\nScramble is an open-source Chrome extension that leverages AI to enhance your writing directly in your browser. It's designed to be a more customizable alternative to Grammarly by using specific prompts and allowing you to configure the LLM provider, model, and endpoint.\n\n## Extensions\n\n- Chrome: https://chromewebstore.google.com/detail/scramble/mkaljgnigabhmjfookbokejhfghmkffo\n- Firefox: coming soon\n\n## Installation\n\n#### Chrome Installation\n\n- Clone this repository\n- Run `npm install`\n- Run `npm run build`\n- Open Chrome and go to chrome://extensions/\n- Enable \"Developer mode\" in the top right\n- Click \"Load unpacked\" and select the extension directory (dist/chrome)\n\n#### Firefox Installation\n\n- Clone this repository\n- Run `npm install`\n- Run `npm run build`\n- Open Firefox and go to about:debugging#/runtime/this-firefox\n- Click \"Load Temporary Add-on\"\n- Navigate to the extension directory (dist/firefox) and select manifest.json\n\n## Development\n\nWhen developing you'll need to run `npx tailwindcss -i src/libs/tw-input.css -o src/libs/tw-output.css --minify --watch` in order to build the css on the fly. The runs automatically when you run `npm run build`.\n\n## Usage\n\n1. Highlight text on any webpage\n2. Right-click to open the context menu\n3. Select \"Scramble\" and choose a text enhancement option\n4. Wait for the AI to process and enhance your text\n\nScreenshot:\n\n\u003cimg width=\"600\" alt=\"Screenshot 2024-09-17 at 10 14 30 PM\" src=\"https://github.com/user-attachments/assets/7a8685e5-94dd-47be-a141-f84bcbf1321f\"\u003e\n\n## Supported LLMs\n\n- OpenAI\n- Anthropic\n- Groq\n- OpenRouter\n- Ollama\n- LM Studio\n\n## Default Prompts\n\nScramble comes with several pre-configured text enhancement options:\n\n1. Fix spelling and grammar\n2. Improve writing\n3. Make more professional\n4. Simplify text\n5. Summarize text\n6. Expand text\n7. Convert to bullet points\n\n## Custom Prompts\n\nYou can also create your own custom prompts. They will show up in the list of prompts as soon as you save.\n\n\u003cimg width=\"755\" alt=\"Screenshot 2024-11-02 at 10 00 47 AM\" src=\"https://github.com/user-attachments/assets/add93ae6-0018-4845-91cc-a43a1d95077c\"\u003e\n\n\n## Future Features\n\nPlanned features include:\n\n- Support for additional language models (LLMs)\n- Multiple LLM configurations at the same time\n- Enhanced context awareness\n- View diff between original and improved text\n- Underline grammar / spelling issues\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\n[MIT License](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsppdd%2Freviewor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsppdd%2Freviewor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsppdd%2Freviewor/lists"}