ReturnYoutubeSort
1.4.3 EOL
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.
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).
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.
Load unpacked and give the path to the extracted files.contentScripts.js needs to be refactored.