merill / refined-microsoft-learn

Chrome extension to make Microsoft Learn better. Focus on the content without distractions.
MIT License
14 stars 2 forks source link

New feature: make floating TOC, also add options #3

Closed aloneguid closed 2 days ago

aloneguid commented 3 weeks ago

In addition to my previous comment #2 I have done it for myself and sharing if you want to merge.

I've added options to the browser button to turn on and off sidebar and TOC:

image

TOC is moved out of page top and becomes a floating overlay on top-right:

image

I had to change your css because it's now enabled partially based on options selectors.

The manifest has two additional permissions:

I've been using this for a day or so now, seems to be fine.

merill commented 2 days ago

This is awesome! Thanks for the PR @aloneguid