{"id":15656820,"url":"https://github.com/nicosantangelo/github-with-a-cape","last_synced_at":"2025-10-04T20:20:04.186Z","repository":{"id":142109267,"uuid":"64105878","full_name":"nicosantangelo/github-with-a-cape","owner":"nicosantangelo","description":"Open source Chrome Extension with a bunch of new features for GitHub.","archived":false,"fork":false,"pushed_at":"2020-08-13T23:49:52.000Z","size":108,"stargazers_count":24,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T22:03:59.106Z","etag":null,"topics":["chrome-extension","github","javascript"],"latest_commit_sha":null,"homepage":"https://github-with-a-cape.nicosantangelo.com/","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/nicosantangelo.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":"2016-07-25T05:24:18.000Z","updated_at":"2021-11-04T19:28:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b5c7787-e2f3-4d0b-b090-edd060a3bf68","html_url":"https://github.com/nicosantangelo/github-with-a-cape","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosantangelo%2Fgithub-with-a-cape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosantangelo%2Fgithub-with-a-cape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosantangelo%2Fgithub-with-a-cape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicosantangelo%2Fgithub-with-a-cape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicosantangelo","download_url":"https://codeload.github.com/nicosantangelo/github-with-a-cape/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252522981,"owners_count":21761834,"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":["chrome-extension","github","javascript"],"created_at":"2024-10-03T13:04:29.427Z","updated_at":"2025-10-04T20:19:59.126Z","avatar_url":"https://github.com/nicosantangelo.png","language":"JavaScript","readme":"# \u003cimg src=\"/icons/48.png\" align=\"absmiddle\"\u003e GitHub with a cape\n\n[Webstore](https://chrome.google.com/webstore/detail/github-with-a-cape/ohkgmmldhbadfleajjafdeahmakbbcpi)\n\nOpen source Chrome Extension which adds a bunch of new features to GitHub. Customize by picking the ones you like!\n\n## Features\n\nThe extension is \"unopinionated\" meaning is up to you to choose which features to enable.\n\n1. [Notifications modal](#notifications-modal)\n2. [Resizeable splitted diffs](#resizeable-splitted-diffs)\n3. [Add collapsable diffs](#add-collapsable-diffs)\n4. [Show All / Hide All buttons](#show-all-hide-all-buttons)\n5. [Show the current diff name on the sticky header](#show-the-current-diff-name-on-the-sticky-header)\n6. [Add collapsable commits](#add-collapsable-commits)\n7. [Toggle contributions by clicking the added/deleted stats](#toggle-contributions-by-clicking-the-addeddeleted-stats)\n8. [Show outdated diff comments by default](#show-outdated-diff-comments-by-default)\n9. [Highlights the outdated diff icon (the X) on PRs](#highlight-outdated-diff-icon)\n\n### Notifications modal\n\nWhen clicking the notifications bell, instead of accessing the notifications page, it displays a modal with each notification and adds a shortcut to read all of them.\n\nSadly the GitHub API does not allow reading specific notifications (at least to my knoledge) so accessing one thru the modal will keep it unread.\n\n![Notifications modal](http://i.imgur.com/WaSMtig.png)\n\n### Resizeable splitted diffs\n\nA gray vertical bar is added to each split diff allowing you to drag horizontally each code piece.\n\n![Resizing diff](http://i.imgur.com/0AtSmjK.png)\n\n\n### Add collapsable diffs\n\nBe able to collapse diffs clicking on the header.\n\n![Collapsable diffs](http://i.imgur.com/2GRlUM0.png)\n\n### Show All / Hide All buttons\n\nAdds two buttons to collapse or uncollapse all files.\n\n![Show and hide buttons](http://i.imgur.com/1K3crFX.png)\n\n### Show the current diff name on the sticky header\n\n`↑`\n\n![Current diff name](http://i.imgur.com/jtftIwB.png)\n\n### Add collapsable commits\n\nI don't know if I'm the only one who finds this useful.\n\n![Collapsable commits](http://i.imgur.com/WgOT0zb.png)\n\n### Toggle contributions by clicking the added/deleted stats\n\nIf you click the added or deleted colored text, it will toggle that contribution type in the diff.\n\n_From_\n\n![Toggle contributions from](http://i.imgur.com/W1DnSrv.png)\n\n_To_\n\n![Toggle contributions to](http://i.imgur.com/2qi8cLk.png)\n\n\n### Show outdated diff comments by default\n\nTired of having to click on _Show x comments_ each time you read the PR comments? Well not anymore!\nThis option shows the diff by default.\n\n_These will be visible by default_\n\n![Toggle contributions to](http://i.imgur.com/tAvtY5k.png)\n\n\n### Highlight outdated diff icon\n\n![Highlight outdated diff icon](http://i.imgur.com/tiu8IEy.png)\n\nSpecially useful when [show outdated diff comments by default](#show-outdated-diff-comments-by-default) is enabled.\n\n-------\n\n:tophat:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicosantangelo%2Fgithub-with-a-cape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicosantangelo%2Fgithub-with-a-cape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicosantangelo%2Fgithub-with-a-cape/lists"}