sdadszx111

Untitled

Apr 13th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. get the function "sorted by oldest" which youtube has removed
  2. Discussion
  3. for everyone who's asking this, follow me here:
  4.  
  5. [1] add this extension to your browser(i.e. chrome)
  6.  
  7. [2] after installation, click that extension button, select "css" panel, and paste this code into it:
  8.  
  9. #contents.ytd-rich-grid-renderer {
  10. width: 100%;
  11. padding-top: 24px;
  12. display: flex;
  13. flex-wrap: wrap;
  14. justify-content: flex-start;
  15. flex-direction: column-reverse;
  16. }
  17. #contents {
  18. flex-direction: row-reverse;
  19. }
  20. [3] go to any youtube profile's videos page. instead of click the "sorted by oldest" button youtube has removed, you now click that extension. (wait 1~2 seconds here we go. now all videos are sorted by oldest)
  21.  
  22. [4] so for now, anytime you want to sort, just go to any videos' page, and click the extension button
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment