https://github.com/savagecore/github-comment-view-source
A userscript to view the source of a comment on GitHub
https://github.com/savagecore/github-comment-view-source
Last synced: 4 months ago
JSON representation
A userscript to view the source of a comment on GitHub
- Host: GitHub
- URL: https://github.com/savagecore/github-comment-view-source
- Owner: SavageCore
- License: unlicense
- Created: 2024-06-13T02:46:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T16:29:06.000Z (over 1 year ago)
- Last Synced: 2026-02-08T10:47:16.941Z (4 months ago)
- Language: TypeScript
- Size: 222 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-comment-view-source
> A userscript to view the source of a comment on GitHub
Adds a `View source` button to the 3-dot menu on comments on GitHub. This applies to comments on issues and pull requests as well as the main issue/pull request description.
You will be asked for a Personal Access Token the first time you view a supported page. This is required to access the GitHub API to fetch the source of the comment. The token is stored in your user script managers's storage and is only used to make requests to the GitHub API. It is not sent to any third-party servers.
## Install
Click [here](https://github.com/SavageCore/github-comment-view-source/releases/latest/download/github-comment-view-source.user.js) to install with [Greasemonkey](https://www.greasespot.net/) or [Violentmonkey](https://violentmonkey.github.io/)
## Preview
https://github.com/SavageCore/github-comment-view-source/assets/171312/f9f7c7d2-ce0f-4a5d-847e-af401ae7fee3
## License
UNLICENSE © [SavageCore](https://savagecore.uk)