Cursor Rule Markdown Renderer for GitHub

Renders Cursor Rules (*.mdc) markdown on GitHub into actual Markdown locally, using the marked library + highlight.js.

2025/05/30のページです。最新版はこちら

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Texarkanine
評価
0 0 0
バージョン
1.3.0
作成日
2025/05/27
更新日
2025/05/30
大きさ
11.5KB
ライセンス
不明
対象サイト

Render Cursor Rules as Markdown on GitHub

This UserScript renders Cursor Rules (*.mdc) markdown on GitHub into actual Markdown.

There will be a little toggle button in the top right of the page that allows you to switch between the rendered and source views:

Toggle Button

Notes

  1. Uses the marked library to render the markdown, @require'd by *monkey from the CDN.
    • this WILL add some overhead to your GitHub browsing experience.
  2. Uses the highlight.js library to syntax highlight code blocks.
  3. Bakes in some CSS to make the markdown look like GitHub's default markdown; may differ slightly from "normal" GitHub markdown.