Skip Navigation

kbin-code-highlighting: Adds support for code syntax highlighting to kbin.

github.com /Oricul/kbin-scripts/raw/main/kbin-code-highlighting.user.js

Uses HLJS to add syntax highlighting to kbin.

  • 0.1 - Initial launch, basic support with singular theme.
  • 0.2 - Update to remove unnecessary code.
  • 0.3 - Add support for stylesheet URLs to be specified in settings and to be stored in memory.
  • 0.3.1 - Added support for numerous kbin instances.
  • 0.4 - Preloads a dropdown with predefined stylesheets for ease of use. Reworked how stylesheets are stored. Added header for code sections that displays what language code section is in (unless poster specifies, this is best-guess based on HLJS). Added clipboard copy button and made code section collapsible.

Example, 0.1 - PowerShell
Example, 0.3 - Side by side
Example, 0.4 - JavaScript
Example, 0.4 - New functionality
Example, 0.4 - Settings and themes

5

You're viewing a single thread.

5 comments
  • Just pushed version 0.3 to GitHub. If you're on version 0.2, you should get an update automatically (eventually). If you're on version 0.1, you can update by going following this link.

    Only one major change... I've added options similar to KES' to allow you to specify a hljs stylesheet outside of code.

    kbin-code-highlighting v0.3 - settings