{"id":41779079,"url":"https://github.com/ryanberckmans/already-seen","last_synced_at":"2026-01-25T03:34:33.148Z","repository":{"id":137669470,"uuid":"168455212","full_name":"ryanberckmans/already-seen","owner":"ryanberckmans","description":"Auto-hide Reddit links after you've seen them once. :eyes:  (also Hacker News links)","archived":false,"fork":false,"pushed_at":"2020-09-03T23:13:18.000Z","size":293,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-06T07:35:19.795Z","etag":null,"topics":["hacker-news","reddit","social-media","tampermonkey"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ryanberckmans.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}},"created_at":"2019-01-31T03:18:01.000Z","updated_at":"2022-12-18T17:08:14.000Z","dependencies_parsed_at":"2024-01-07T06:23:07.859Z","dependency_job_id":"650bbd2b-2e79-492a-b019-cea4b0a86c43","html_url":"https://github.com/ryanberckmans/already-seen","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ryanberckmans/already-seen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanberckmans%2Falready-seen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanberckmans%2Falready-seen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanberckmans%2Falready-seen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanberckmans%2Falready-seen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanberckmans","download_url":"https://codeload.github.com/ryanberckmans/already-seen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanberckmans%2Falready-seen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacker-news","reddit","social-media","tampermonkey"],"created_at":"2026-01-25T03:34:33.069Z","updated_at":"2026-01-25T03:34:33.135Z","avatar_url":"https://github.com/ryanberckmans.png","language":"TypeScript","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"\n# **\"I've already seen that...\"** you think to yourself, dozens or hundreds of times per day.\n\nAuto-hide Reddit links after you've **seen them once**. :eyes:  (also Hacker News links)\n\n\u003cimg src=\"https://raw.githubusercontent.com/ryanberckmans/already-seen/master/demo.png?sanitize=true\u0026raw=true\" /\u003e\n\n99 links are hidden in this image.\n\n* Hiding links is done automatically\n* Easily toggle links show/hide if you need it\n* Works on Old Reddit and Hacker News\n\n## How to use\n\n1. install browser extension [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) for Chrome or [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) for Firefox\n1. **optional** security config: Tampermonkey/Greasemonkey have a lot of permissions, I recommend allowing it to run only on specific sites\n    * sites I allow tampermonkey to run on:\n        1. `https://raw.githubusercontent.com/*` to install/update this script in Tampermonkey/Greasemonkey\n        1. `https://www.reddit.com/*` so this script works on reddit\n        1. `https://news.ycombinator.com/*` so this script works on Hacker News\n1. Install by clicking below. It works automatically!\n\n## [Click here to install `already-seen` to Tampermonkey or Greasemonkey](https://raw.githubusercontent.com/ryanberckmans/already-seen/master/dist/already-seen.user.js)\n\n## How does it know when you've seen a link?\n\n`already-seen` permanently hides all links on the previous page after you click _\"next page\"_.\n\nYou can also click _\"I've seen all the links on this page\"_ at the bottom of each page instead of clicking _\"next page\"_.\n\n## Developers\n\nSmall Gitcoin bounties are available for certain [issues](https://github.com/ryanberckmans/already-seen/issues). Bounties will be added in Gitcoin upon request.\n\n### Testing Tampermonkey script locally\n\nUse `yarn dev` to test Tampermonkey locally by installing a test script from a local webserver. (Open the webserver page and click the file to install the dev script to Tampermonkey.)\n\n* Requires that Tampermonkey/Greasemonkey have browser permissions to run on `http://127.0.0.1:38736/*`\n* The `yarn dev` script installs to Tampermonkey with the name `already-seen-dev`; make sure to disable the regular `already-seen` while you're testing\n\n### Toolchain\n\n* tsc isn't a bundler, so we need a bundler\n* I wanted to try closure-compiler, which does optimizations and bundling, but leaves some comments in the output which breaks browser bookmarklets.\n  * (previously this was targeting a bookmarklet before upgrading to Tampermonkey; uglify-js used to remove the comments from closure-compiler output)\n  * closure-compiler doesn't do src file discovery, so each dependency is manually added in package.json (just jquery right now)\n  * closure-compiler's `-O ADVANCED` results in the script not compiling properly when used with Tampermonkey. Currently using no `-O` flag.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanberckmans%2Falready-seen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanberckmans%2Falready-seen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanberckmans%2Falready-seen/lists"}