You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix GitHub font preview mini glyph fill. See pull #14; thanks @emabrey!
Version 1.0.5 (72016-07-30/2016)
Fix HR css breaking page layouts.
Version 1.0.4 (72016-07-21/2016)
Catch javascript error on diff pages.
Version 1.0.3 (62016-06-20/2016)
Limit height of font data blocks.
Version 1.0.2 (62016-06-12/2016)
Add UI improvements
Add loading indicator.
Toggle arrows & points in glyph preview.
Toggle glyph index/unicode.
Increase font size of glyph index/unicode.
Add color to pagination.
Increase size of glyph blocks.
Prevent glyph data from displaying "undefined" values.
Version 1.0.1 (62016-06-11/2016)
Show "Undefined" for empty font tables; usually the Font Variations (fvar) table.
Version 1.0.0 (62016-06-11/2016)
Initial commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,47 +20,47 @@ A userscript that adds a font file preview
## Change Log
### Version 1.0.14 (10/8/2017)
### Version 1.0.14 (2017-10-08)
* Update mutation script url.
### Version 1.0.13 (5/16/2017)
### Version 1.0.13 (2017-05-16)
* Change license to MIT.
### Version 1.0.12 (4/21/2017)
### Version 1.0.12 (2017-04-21)
* Update mutation url.
### Version 1.0.9 - 1.0.11 (4/13/2017)
### Version 1.0.9 - 1.0.11 (2017-04-13)
* Switch to using mutations.js.
### Version 1.0.8 (3/25/2017)
### Version 1.0.8 (2017-03-25)
* Use pjax event & fix linting.
### Version 1.0.7 (12/28/2016)
### Version 1.0.7 (2016-12-28)
* Clean up linting issues.
### Version 1.0.6 (12/27/2016)
### Version 1.0.6 (2016-12-27)
* Fix GitHub font preview mini glyph fill. See [pull #14](https://github.com/Mottie/GitHub-userscripts/pull/14); thanks [@emabrey](https://github.com/emabrey)!
### Version 1.0.5 (7/30/2016)
### Version 1.0.5 (2016-07-30)
* Fix HR css breaking page layouts.
### Version 1.0.4 (7/21/2016)
### Version 1.0.4 (2016-07-21)
* Catch javascript error on diff pages.
### Version 1.0.3 (6/20/2016)
### Version 1.0.3 (2016-06-20)
* Limit height of font data blocks.
### Version 1.0.2 (6/12/2016)
### Version 1.0.2 (2016-06-12)
* Add UI improvements
* Add loading indicator.
Expand All
@@ -71,10 +71,10 @@ A userscript that adds a font file preview
* Increase size of glyph blocks.
* Prevent glyph data from displaying "undefined" values.
### Version 1.0.1 (6/11/2016)
### Version 1.0.1 (2016-06-11)
* Show "Undefined" for empty font tables; usually the Font Variations (`fvar`) table.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters