Open blakegearin opened 1 year ago
I have a few updates to share.
I haven't been able to find new video sources on Twitch, though this is not especially surprising since it seems a lot of creators don't use it for long-term video storage
I was able to use Google's advanced search to look for YouTube videos in early 2023 and it works well: query
I found that the Features page has not been transitioned yet!
wget -r -E -k -p -np -nc --random-wait --load-cookies cookies.txt https://github.com/features/
This is very exciting as getting the code directly from the source is essentially the holy grail.
I'll be doing some exploratory research into adding an option where the exact old code is dropped in as a full <header>
replacement. I know there will be some complexity though in terms of search and the right sidebar since they're somewhat stateful. It's unclear what will be easier to maintain long-term, this old element that's mostly static or what I have now which makes updates to emulate the old look & feel. Either way, it's a nice to have options.
Have you tried searching here https://web.archive.org/? E.g. https://web.archive.org/web/20230303211904/https://github.com/angular/angular
@dmitry-stepanenko Yes, but as far as I can tell the Wayback Machine only contains website snapshots that are public-facing instead of logged in, likely to not expose private data. The navigation is different in these two contexts, and I'm not too interested in modifying the public-facing version.
Just curious — is this project still active?
I'm not actively working on this project at the moment. But I daily drive Old School and Happy Medium on different devices, so I plan on continuing to support this long-term.
For reference, I began working on integrating the raw HTML header I mentioned on Nov 5, 2023. I had to examine it all to find stateful & user-specific values, then add new logic to fill those in so it works as expected. So it wasn't as simple of an addition as I thought. I also found it a bit tricky to communicate the difference between this offering and the existing Old School configuration, since in theory they should be identical in appearance.
This thread is for users to contribute sources for the Old School configuration. Preferably they show navigation around the GitHub website, especially less frequented pages.