feat: add Wayback Machine integration for viewing archived Reddit posts#1
Open
emmakat wants to merge 2 commits intoArthurHeitmann:masterfrom
Open
feat: add Wayback Machine integration for viewing archived Reddit posts#1emmakat wants to merge 2 commits intoArthurHeitmann:masterfrom
emmakat wants to merge 2 commits intoArthurHeitmann:masterfrom
Conversation
- Add WaybackService for interacting with Internet Archive - Add WaybackButton component with single-click archive access - Integrate archive button into Reddit post display - Generate realistic archive timestamps to bypass CORS issues - Include mobile responsive design and accessibility features - Allow users to view historical versions of Reddit posts with one click This enhancement helps researchers and users access archived versions of Reddit content through the Internet Archive's Wayback Machine.
cleanup comment in code
Owner
|
Thank you for the PR. I've been a bit busy lately, but I'll try to get to it soon |
Author
|
no rush, it was kind of a niche problem but thought it may be interesting to you. totally open to a better solution or keeping it in my fork. Thanks for the work you've done, it's amazing! |
Owner
|
Sorry for the late follow up. Can you check if this still works since the news of reddit blocking the internet archive? I've now also added a popup menu where the button would fit more. But I can also implement that change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Copying the source link URL and pasting into the wayback machine is slow, so I thought this would be a good feature to add a button to search results which automates looking up the most recent archived version of the post. This should help researchers and users access archived versions of Reddit content through the Internet Archive's Wayback Machine.
What it does: