{"id":48757244,"url":"https://github.com/leonting1010/postghost","last_synced_at":"2026-04-23T02:04:40.118Z","repository":{"id":350830184,"uuid":"1208427266","full_name":"LeonTing1010/postghost","owner":"LeonTing1010","description":"Is My Post Removed? for Reddit — See what Reddit hides. Instant ghost detection for your Reddit posts.","archived":false,"fork":false,"pushed_at":"2026-04-13T02:11:52.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T03:35:29.835Z","etag":null,"topics":["chrome-extension","ghost-post","manifest-v3","open-source","privacy-focused","reddit","reddit-removed","reddit-tools"],"latest_commit_sha":null,"homepage":"https://leonting1010.github.io/postghost/","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/LeonTing1010.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":"docs/support.html","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-12T09:07:43.000Z","updated_at":"2026-04-13T02:11:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/LeonTing1010/postghost","commit_stats":null,"previous_names":["leonting1010/postghost"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/LeonTing1010/postghost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonTing1010%2Fpostghost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonTing1010%2Fpostghost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonTing1010%2Fpostghost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonTing1010%2Fpostghost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeonTing1010","download_url":"https://codeload.github.com/LeonTing1010/postghost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonTing1010%2Fpostghost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32162614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"online","status_checked_at":"2026-04-23T02:00:06.710Z","response_time":53,"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":["chrome-extension","ghost-post","manifest-v3","open-source","privacy-focused","reddit","reddit-removed","reddit-tools"],"created_at":"2026-04-13T03:31:14.051Z","updated_at":"2026-04-23T02:04:40.108Z","avatar_url":"https://github.com/LeonTing1010.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is My Post Removed? for Reddit\n\n**See what Reddit hides.** Instant ghost detection for every post and comment you make.\n\nReddit silently removes posts and comments without telling you. You can still see your own content, but nobody else can — it's a ghost. This extension reads Reddit's own internal signals and shows you the truth in seconds.\n\n## How It Works\n\n1. You post or comment on Reddit\n2. Extension checks automatically (30 seconds after posting)\n3. A badge appears: **LIVE** or **GHOST** — plus WHY it was removed\n\n```\nLIVE   My SaaS hit $9k MRR last month...\nGHOST  Got my posts removed 3 times with no...\n       spam_filter — Reddit's spam filter removed this post\n\nLIVE   Great point about the API approach...\nGHOST  I've been using an open-source project...\n       spam_filter — Reddit's spam filter removed this comment\n```\n\nThe extension reads Reddit's `removed_by_category` field from the public `.json` endpoint — the same signal Reddit uses internally. One fetch per item, no third-party APIs, no Pushshift.\n\n## Install\n\n**[Install from Chrome Web Store](https://chromewebstore.google.com/detail/is-my-post-removed-for-re/gcihfanalejjjidbiofcmhcjhckdhigf)** — free, one click.\n\nOr install manually from [latest release](https://github.com/LeonTing1010/postghost/releases): unzip → `chrome://extensions` → Developer mode → Load unpacked.\n\n## Features\n\n- Ghost detection on every post and comment you make\n- Status badges on your profile page (posts and comments tabs)\n- Inline banner on individual post pages\n- Browser notification when a new post is ghosted\n- Removal cause: spam filter, moderator, AutoMod, admin, copyright takedown\n- Works on both new Reddit and old.reddit.com\n- No data collection, no accounts, no tracking\n\n## Removal Causes Detected\n\n| Cause | `removed_by_category` | What happened |\n|---|---|---|\n| **Spam filter** | `reddit` | Reddit's automated filter flagged your post |\n| **Moderator** | `moderator` | A subreddit mod removed your post |\n| **AutoMod** | `automod_filtered` | AutoMod rules filtered your post |\n| **Admin** | `deleted` | A Reddit admin removed your post |\n| **Copyright** | `copyright_takedown` | Removed due to a copyright claim |\n| **Content policy** | `content_takedown` | Removed for content policy violation |\n\n## How is this different from Reveddit?\n\n| | This extension | Reveddit Real-Time |\n|---|---|---|\n| Detection | Reddit native `.json` | Pushshift API (being deprecated) |\n| False positives | Low (reads official field) | Known issue |\n| Rate limiting | None (one fetch per post) | Users report 429 errors |\n| Tells you WHY | Yes | No |\n| Price | Free | Free |\n\n## Privacy\n\n- No data leaves your browser\n- No accounts, no sign-up\n- No analytics, no tracking\n- Only reads your own posts via Reddit's public `.json` endpoint\n- Open source — read every line of code right here\n\nFull privacy policy: [Privacy Policy](https://leonting1010.github.io/postghost/privacy.html)\n\n## Support\n\n- **Bug reports**: [GitHub Issues](https://github.com/LeonTing1010/postghost/issues)\n- **Questions \u0026 ideas**: [GitHub Discussions](https://github.com/LeonTing1010/postghost/discussions)\n- **FAQ \u0026 troubleshooting**: [Support page](https://leonting1010.github.io/postghost/support.html)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonting1010%2Fpostghost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonting1010%2Fpostghost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonting1010%2Fpostghost/lists"}