Fix kbin Code Blocks

Fix for kbin code blocks federated from Lemmy. Strips out the weird <span> tags on each line.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Pamasich
1日のインストール数
0
累計インストール数
10
評価
0 0 0
バージョン
2.0.1
作成日
2023/11/14
更新日
2024/04/05
大きさ
2.69KB
ライセンス
MIT
対象サイト

/kbin currently has an issue with code blocks federated from Lemmy.

someCode {

}

When federating the above Lemmy code block, Lemmy appears to add additional <span> tags for syntax highlighting to the federated block. This is legal by HTML's specification, but kbin doesn't currently handle it correctly and just displays the tags in plain text, hurting the readability of code blocks.

As such, the above code block displays on kbin like this:

<span style="color=#323232">someCode {
</span><span style="color=#323232">
</span><span style="color=#323232">}
</span>

This userscript strips out those extra tags, reproducing the first code block instead.


This is a standalone release of the fix which is also included in KES (Kbin Enhancement Suite).

Please report issues and suggestions there.