Add anchor links to headings

Makes every title a clickable #anchor, (almost) how it was originally intended.

作者
Baerbeisser
今日安裝
0
安裝總數
0
評價
0 0 0
版本
1.0
建立日期
2025-09-12
更新日期
2025-09-12
尺寸
1.0 KB
授權條款
MIT
腳本執行於
所有網站

Well, some sites do things like <div class="h1"> which is stupid and it doesn't work there, since parsing for something like contains h1 would be too error prone. But it does work on #title and .title, which are equally wrong but also have wider usage.