Greasy Fork is available in English.

Toc Bar

在页面右侧展示一个浮动的文章大纲目录

您查看的为 2020-07-04 提交的版本。查看 最新版本

脚本作者
hikerpig
得分
0 0 0
版本
1.1.0
创建日期
2020-07-01
最近更新
2020-07-04
许可证
MIT
应用到

Toc Bar

A user script that adds floating widget displaying table of content of current page.

Currently only tailored for some popular sites. Feel free to tweak the settings or open a PR.

✨Features

  • Use tocbot for toc generation.
  • For some sites, there is no id on header elements so it would be impossible to navigate by clicking the toc link. Toc Bar will generate ids - which are derived from a simple hash of the header textContent, and prefixed with tocbar- - for these headers.

Screenshots

zhuanlan-sspai

Acknowledgements

Inspired by github-toc by Mottie

CHANGELOG

v1.1.0 (2020-07-04)

Features

  • Add header hash functionality (970dd0a)
  • guess theme color from document.head meta (4db05b5)
  • remove tocbot style resource, add a modified version to tocbar style (5ebdde0)