GitHub Font Preview

A userscript that adds a font file preview

These are versions of this script where the code was updated. Show all versions.

  • v1.0.26 2024-02-17

    feat: use eslint-plugin-userscripts (#202)

  • v1.0.26 2023-07-01

    Global: replace @include with @match (#192)

  • v1.0.26 2022-10-24 Global: Update dependencies
  • v1.0.25 2021-11-30 Font-preview: Fix colors
  • v1.0.24 2021-07-21 Mutation: Update all
  • v1.0.23 2021-02-21 Add @supportURL pointing to the GitHub repo (#137) (per https://github.com/JasonBarnabe/greasyfork/issues/712#issuecomment-649176266 )
  • v1.0.23 2021-01-31 Mutation: Add menu observer
  • v1.0.22 2020-09-08 Global: add global comment
  • v1.0.22 2019-06-07 Font-preview: Update selectors for GitHub changes & cleanup
  • v1.0.21 2019-02-17 Global: Update GitHub icon
  • v1.0.20 2019-01-29 Global: Update mutation script
  • v1.0.19 2018-10-05 Mutations: Update comment load selector
  • v1.0.18 2018-05-17 Global: Update mutation script
  • v1.0.17 2018-05-10 Global: Update mutation script
  • v1.0.16 2018-04-09 Global: update mutation script url
  • v1.0.15 2018-01-18 Update assets & fix linting
  • v1.0.14 2017-10-08 Global: update mutation script url
  • v1.0.13 2017-05-16 Global: update license & bump version
  • v1.0.12 2017-04-24 Global: update mutation url Not a big change for these scripts as none are set to run-at document-start
  • v1.0.11 2017-04-14 Imported from URL
  • v1.0.10 2017-04-14 Imported from URL
  • v1.0.9 2017-04-14 Imported from URL
  • v1.0.8 2017-03-25 Synced from GitHub - Font-preview: Use pjax & fix linting
  • v1.0.7 2016-12-29 Synced from GitHub - Clean up linting issues
  • v1.0.6 2016-12-27 Synced from GitHub - Fix Github Font Preview mini glyph fill color (#14) The font preview userscript was previously drawing the glyphs within the preview pages without specifying the fill color as was done when drawing the large glyph. This worked fine when the default fill color was the standard black, but when the color was very light, like it is in dark themes such as Github Dark, this resulted in having nearly-white glyphs drawn on top of a nearly-white background. The readability p...
  • v1.0.5 2016-07-31 Synced from GitHub - Font-Preview: Fix HR css breaking page layouts
  • v1.0.4 2016-07-21 Synced from GitHub - Font-Preview: catch JS error on diff pages
  • v1.0.3 2016-06-23 Synced from GitHub - Font-Preview: Limit height of font data blocks
  • v1.0.2 2016-06-13 Synced from GitHub - Font-Preview: 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.
  • v1.0.1 2016-06-11 Synced from GitHub - Font-Preview: Show "Undefined" for empty font tables Usually the Font Variations (`fvar`) table
  • v1.0.0 2016-06-11 Imported from URL