{"id":28819584,"url":"https://github.com/hsztul/hackernews-pro","last_synced_at":"2026-04-30T06:32:50.486Z","repository":{"id":296442922,"uuid":"993402788","full_name":"hsztul/hackernews-pro","owner":"hsztul","description":"A Chrome extension that provides intuitive keyboard navigation and \"save for later\" functionality for HackerNews, with a minimal aesthetic.","archived":false,"fork":false,"pushed_at":"2025-09-18T11:39:08.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T06:32:33.992Z","etag":null,"topics":["chrome","extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hsztul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-30T18:20:08.000Z","updated_at":"2025-09-18T11:39:11.000Z","dependencies_parsed_at":"2025-05-31T03:14:28.183Z","dependency_job_id":"9b431159-45f9-411a-93a1-8ba846dc6715","html_url":"https://github.com/hsztul/hackernews-pro","commit_stats":null,"previous_names":["hsztul/hacker-news-extension","hsztul/hackernews-pro"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hsztul/hackernews-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsztul%2Fhackernews-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsztul%2Fhackernews-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsztul%2Fhackernews-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsztul%2Fhackernews-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsztul","download_url":"https://codeload.github.com/hsztul/hackernews-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsztul%2Fhackernews-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32457110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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"],"created_at":"2025-06-18T20:35:00.001Z","updated_at":"2026-04-30T06:32:50.475Z","avatar_url":"https://github.com/hsztul.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HackerNews Pro (hpro)\n\nA Chrome extension that provides intuitive keyboard navigation and \"save for later\" functionality for HackerNews\n\n## Features\n\n### 🎯 Target Pages\n- HackerNews front page (`news.ycombinator.com/`)\n- Newest stories (`news.ycombinator.com/newest`)\n- Past stories (`news.ycombinator.com/past`)\n- All paginated pages (e.g., `?p=2`, `?p=3`, etc.)\n\n### ⌨️ Keyboard Navigation\n\n#### Story Navigation\n- **↑/↓ Arrow Keys** or **j/k**: Navigate between story entries\n- **Enter**: Open selected story in current tab\n- **Shift + Enter**: Open selected story's comments in a new tab\n- **o**: Open selected story in current tab\n- **Shift + O**: Open selected story in new tab\n- **m**: Go to next page (follows \"More\" link)\n- **Shift + S**: Save current story for later\n- **Escape**: Temporarily clear highlight (resume with any navigation key)\n- **Command/Ctrl + K**: Open saved entries modal\n\n#### Modal Navigation\n- **↑/↓ Arrow Keys** or **j/k**: Navigate through saved entries\n- **Enter**: Open selected entry in new tab\n- **Delete/Backspace**: Remove entry (with confirmation)\n- **Escape**: Close modal or cancel deletion\n\n### 💾 Save for Later\n- Local storage for saved entries (URL + title + HN link + timestamp)\n- Beautiful in-page modal interface for managing saved stories\n- Visual feedback when saving stories (\"Saved for later!\" notification)\n- Duplicate detection (prevents saving the same story twice)\n- Delete entries with confirmation dialog\n- Comprehensive keyboard shortcuts guide in modal\n\n### 🎨 Design\n- Minimal, clean aesthetic inspired by Raycast and Arc\n- Subtle selection outlines that don't interfere with HN's design\n- Smooth animations and transitions\n- Professional typography and spacing\n- Keyboard shortcuts guide integrated into modal\n\n### 🔄 Smart Page Handling\n- Automatic reinitialization when navigating between HN pages\n- Works seamlessly with \"more\" button and pagination\n- Maintains functionality across all HackerNews navigation patterns\n- Preserves modal state and keyboard shortcuts\n\n## Installation\n\n### From Source (Development)\n1. Clone or download this repository\n2. Open Chrome and navigate to `chrome://extensions/`\n3. Enable \"Developer mode\" in the top right\n4. Click \"Load unpacked\" and select the extension folder\n5. The extension will now be active on HackerNews pages\n\n### Usage\n1. Navigate to any supported HackerNews page\n2. Use **j/k** or arrow keys to navigate between stories\n3. Use **Enter** to open stories in the current tab\n4. Use **Shift+Enter** to open the comments page in a new tab\n5. Use **o** or **Shift+O** to open stories (current tab / new tab)\n6. Use **Shift+S** to save stories for later\n7. Press **Command/Ctrl + K** to view and manage your saved stories\n\n## Keyboard Shortcuts Summary\n\n| Shortcut | Action |\n|----------|--------|\n| `↑`/`↓` or `j`/`k` | Navigate stories |\n| `Enter` | Open story in current tab |\n| `Shift + Enter` | Open comments in new tab |\n| `o` | Open selected story in current tab |\n| `Shift + O` | Open selected story in new tab |\n| `m` | Go to next page (follows \"More\" link) |\n| `Shift + S` | Save story for later |\n| `⌘/Ctrl + K` | Open saved entries modal |\n\n### In Modal\n| Shortcut | Action |\n|----------|--------|\n| `↑`/`↓` or `j`/`k` | Navigate saved entries |\n| `Enter` | Open entry |\n| `Delete`/`Backspace` | Remove entry |\n| `Esc` | Close modal |\n\n## File Structure\n```\nhacker-news-extension/\n├── manifest.json           # Extension configuration\n├── content_script.js       # Main navigation and modal logic\n├── styles.css             # Visual styling\n├── background.js          # Service worker\n└── README.md             # This file\n```\n\n## Technical Details\n- **Manifest Version**: 3\n- **Permissions**: `storage` (for saving entries locally)\n- **Target Sites**: `*://news.ycombinator.com/*`\n- **Storage**: Chrome local storage for saved entries\n- **Architecture**: Content script with automatic page change detection\n\n## Browser Compatibility\n- Chrome (Manifest V3)\n- Other Chromium-based browsers (Edge, Brave, etc.)\n\n## Contributing\nFeel free to submit issues and feature requests!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsztul%2Fhackernews-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsztul%2Fhackernews-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsztul%2Fhackernews-pro/lists"}