Closed marvinl803 closed 1 week ago
thank you again!
for the name?: " ⫶ " (more actions)
why did you use JS here unlike in the other PR?
Hi,
I have made the requested changes. Initially, I attempted to implement the solution the same way I did in my previous PR, but it wasn't working as expected. After investigating, I found the issue and have now implemented the feature in the same way as my last PR. It should work correctly now.
Additionally, I updated the name as requested. Please let me know if it's correct or if you would like me to make further adjustments.
Thank you!
Summary:
This pull request works on issue #2670 removes the dots from the thumbnails.
Please review and let me know if any additional changes are required.
Before:
After:
Hi any way you could remove those margins. That there is a big empy space after removing the three dots. Thansk
have now implemented the feature in the same way as my last PR. It should work correctly now.
thanks
we can also make it depend on ImprovedTube.storage ... (Our CSS variables are convenient, but conditional JS can be more CPU efficient, since not everybody will use the feature and CSS rules may be evaluated /processed from right to left.)
, while ultimately we can reduce CSS load by moving most CSS to JS, depending if (ImprovedTube.storage...)
's as mentioned (didn't benchmark exactly) ( but that's beyond #2678 )
@HornyPrivateGamer I will look to see if I can come up with a solution for those whitespaces and I will make a new PR with those changes.
@HornyPrivateGamer I will look to see if I can come up with a solution for those whitespaces and I will make a new PR with those changes.
ok thanks a lot, you the best
, while ultimately we can reduce CSS load by moving most CSS to JS, depending if (ImprovedTube.storage...)'s as mentioned (didn't benchmark exactly) ( but that's beyond https://github.com/code-charity/youtube/pull/2678 )
...or, in other words, next to our layout features, we can make a collection of all relevant uBlock origin rules (1000's which need no update or are updated by their authors or have a million users all updating manually yet), so then the main work remaining about this will be naming / explaining each optionally and maybe crowd-sourcing.
Summary:
This pull request works on issue #2670 removes the dots from the thumbnails.
Please review and let me know if any additional changes are required.
Before:
After: