Reviews for YouTube Sort — Sort YouTube Video Tabs
YouTube Sort — Sort YouTube Video Tabs by Blue Cube Society
Review by Ruy Fialho
Rated 5 out of 5
by Ruy Fialho, a year agoReally useful when you have multiple YT tabs open and then you sort them, i like sorting them by duration. It always help to have an idea about how long are the videos. It helps with my productivity. I'm also writing to pinpoint that this addon have a CSS conflict with Tweaks for YouTube by InzkDev, another excellent addon. You can see it in ytp-right-controls class, there is a div style="user-select: none; ... that causes some problems in the visualization of the other buttons. Probably something related to display inline If you can fix it It will be great adding a class and targeting it with the CSS Fix. Thanks for your work.
This is the snippet as shared by InzkDev from Tweaks for YouTube with only a modficiation to address the right spot by me. He is helping me to solve the conflict.
.ytp-right-controls > div:nth-of-type(1) {
position: absolute;
left: -5000px;
}
Then I updated to version 1.5.1 but no luck because that I returned to version 1.3.2 using the hack above. Thanks anyway.
This is the snippet as shared by InzkDev from Tweaks for YouTube with only a modficiation to address the right spot by me. He is helping me to solve the conflict.
.ytp-right-controls > div:nth-of-type(1) {
position: absolute;
left: -5000px;
}
Then I updated to version 1.5.1 but no luck because that I returned to version 1.3.2 using the hack above. Thanks anyway.
Developer response
posted 7 months agoHi! Sorry for the late response (I don't think I get notifications when someone leaves a review). I haven't checked out "Tweaks for YouTube" yet, but I experienced a similar bug just recently. Maybe the newest version might help. If not, let me know (and in the meantime I'll try out InzkDev's add-on to reproduce the issue).
4 reviews
- Rated 5 out of 5by Kiwi18, 2 months ago
- Rated 5 out of 5by Brian J, a year agoThis is exactly what I was looking for, I was even considering making it myself, thanks!
Developer response
posted a year agoThank you for your kind words! If you see any weird behaviour or have any suggestions, please let me know - Rated 4 out of 5by Martin, 2 years agoThis is a simple add-on to sort YouTube tabs by video length. Unfortunately it's not possible to sort the tabs in ascending order.
Developer response
posted 2 years agoHey! Thank you for using my add-on! After a long time I realized that you left a review and decided to improve it, including an option for ascending order. Let me know if you see anything that's odd or if there's something you would like me to add next. Cheers!