ReturnYoutubeSort

Returns YouTube Sort By: Oldest

MIT License

Stars
21

END OF LIFE

YouTube has brought back this feature properly now.

Thanks to everyone who used this extension and especially those who contributed with issues and PRs. It was a fun run.

Return Youtube Sort By Oldest

This browser extension returns the Youtube Sort By: Oldest feature. It basically inverts the videos with a animation overlay(which can be disabled in settings).

https://user-images.githubusercontent.com/88860704/235992554-7e5f1537-e5d0-41a9-a993-f6db8482434f.mp4

Add to Chrome

Add to Firefox

Add to Microsoft Edge

Known current issues

  • Microsoft Edge support pending
  • If channel has many videos loading time will be long.

How it works

Basically when /videos is found in the url it activates contentScript.js. It then creates the button on a 1s delay which allows the DOM to fully load. Once the button is pressed, it injects styles which is css that includes flex-direction: column-reverse and flex-direction: row-reverse which reverse the contents.

How manually install

  1. Download latest release .zip file
  2. Go to extension manager in browser and enable Developer mode
  3. Click Load unpacked and give the path to the extracted files.

HELP WANTED

  • reverse engineer api or use animations to cover loading time, if possible.
  • Website needs alot of work, help with that would be great :)
  • contentScripts.js needs to be refactored.

Support the project!

Badges
Extracted from project README's
stability-stable Chrome Web Store Users Mozilla downloads JavaScript Google Chrome Firefox Edge BuyMeACoffee
Related Projects