An open API service indexing awesome lists of open source software.

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.

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).