Naezr / userchrome-toggle-extended-2

This Firefox extension allows you to toggle css styles on the fly
Mozilla Public License 2.0
8 stars 0 forks source link

Use invisible unicode characters as prefixes to title #1

Closed jacksongoode closed 3 months ago

jacksongoode commented 3 months ago

https://invisible-characters.com/

Naezr commented 3 months ago

Thank you so much for this website. I removed the invisible characters used in the original Userchrome Toggle, as there were only three, and one of them did not display well in the Browser Toolbox. On this site I found 6 characters that Browser Toolbox displays correctly.

image

how symbols looks in Browser Toolbox

I will have to adapt ShyFox to the new characters, and there are more important things to do in the development of this extension, but I will add it anyway

jacksongoode commented 3 months ago

Woohoo!

ZaheenJ commented 3 months ago

All of the invisible characters are working perfectly for me except \u61c. For some reason, it forces my waybar to increase its height. I don't know if this is my font's (Iosevka Nerd Font) or waybar's fault but it might be worth considering using a different character.

Normal Height: image

Expanded Height because of \u61c: image

Userchrome Toggle Extended settings: image

Naezr commented 3 months ago

it might be worth considering using a different character.

I definitely don't want to change the characters in the extension and update ShyFox under that again. I already broke everything with this update, so people have to update. I don't want to have to do it again the next day. Is there any way to force the Waybar height or something?

jacksongoode commented 3 months ago

I think this is definitely a font related thing. Maybe your custom font doesn't set the proper height for that invisible unicode char?