https://github.com/sof3/gh-wrap-long-lines
This Chrome extension wraps the lines on GitHub's blob view pages if they exceed the blob container width. This somehow fixes the decrease in FPS when viewing files with long lines.
https://github.com/sof3/gh-wrap-long-lines
chrome-extension
Last synced: 9 months ago
JSON representation
This Chrome extension wraps the lines on GitHub's blob view pages if they exceed the blob container width. This somehow fixes the decrease in FPS when viewing files with long lines.
- Host: GitHub
- URL: https://github.com/sof3/gh-wrap-long-lines
- Owner: SOF3
- License: apache-2.0
- Created: 2018-05-12T15:53:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T11:18:31.000Z (about 6 years ago)
- Last Synced: 2025-02-10T11:11:14.642Z (11 months ago)
- Topics: chrome-extension
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gh-wrap-long-lines
===
This Chrome extension wraps the lines on GitHub's blob view pages if they exceed the blob container width. This somehow fixes the decrease in FPS when viewing files with long lines.
The performance issue has been reported to the GitHub, and it appears the problem is only happening with Chrome. Meanwhile, this extension is able to resolve the problem temporarily through wrapping the lines.
## Known issues
- This extension does not calculate the width properly with characters of different widths (e.g. tabs, Asian characters, emojis).