Acid-Crash
Acid-Crash
Hi, Guess it isn't possible due to restrictions of VisualElementsManifest.xml https://docs.microsoft.com/en-us/previous-versions/windows/apps/dn449733(v%3dwin.10) Also this was mentioned before in https://github.com/Jonno12345/TileIconifier/issues/25
Nope it doesn't work. Looks like XML only accepts 6 digit HEX colors
This isnt possible, please see the previous tickets. https://github.com/Jonno12345/TileIconifier/issues/203 https://github.com/Jonno12345/TileIconifier/issues/105 https://github.com/Jonno12345/TileIconifier/issues/43
@Aris-t2 Thank you for the explanation. I indeed have suggestions disabled.
Hi all. Reporting back. The updated script does work as expected both on FF 123 and Nightly 125 UPD found another bug, please see the latter comment 
UPD. Found another bug. For some reason when I activate Picture in Picture mode (In example this is Youtube) the icon becomes invisible.  You need to fully reload browser...
@Aris-t2 The issue with the Picture in Picture mode is fixed now. I will continue my observation for some time.
Hi, seems like for **urlbar_restore_visible_border.css** a border-radius needs to be added as well. Not sure if this is the exact one, though ``` #urlbar:not(:focus-within) {border: 1px solid var(--urlbar_border_color) !important; border-radius:...