You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for a while i've been using some custom css rules that do the whole un-rounding thing, but just on youtube. when i downloaded this userscript and disabled those rules, i noticed the youtube loading circle is squared. i totally get why that happens lol, since that would happen under my css rules too.
here's the css i used to fix that, idk js but i'd imagine it's trivial to fix youtube.com##.ytp-spinner-circle,.circle.tp-yt-paper-spinner:style(border-radius: 50% !important)
The text was updated successfully, but these errors were encountered:
for a while i've been using some custom css rules that do the whole un-rounding thing, but just on youtube. when i downloaded this userscript and disabled those rules, i noticed the youtube loading circle is squared. i totally get why that happens lol, since that would happen under my css rules too.
here's the css i used to fix that, idk js but i'd imagine it's trivial to fix
youtube.com##.ytp-spinner-circle,.circle.tp-yt-paper-spinner:style(border-radius: 50% !important)
The text was updated successfully, but these errors were encountered: