cnpmnmpafbfojcoofaobmhmafiflgmka
Show original comments and posts from before they were edited or removed Unedit and Undelete for Reddit relies on Pushshift to work. Checking r/pushshift for updates is recommended. View original comments and submissions from before they were edited or deleted directly within Reddit. The unedited post will be displayed inline, right below the current comment or submission's text. This script is compatible with both Reddit's Redesign and Old Reddit. The Pushshift Reddit API is used for fetching the comments and submissions as they will be archived soon after they have been posted.
reveddit linker
Switch between viewing content on reddit and reveddit. There are a few ways to use this extension: (1) On old reddit, click the "reveddit" button under a removed comment or any post. (2) Click the extension icon when viewing a reddit or reveddit page. (3) Right-click on a link or page and select "View on re(ve)ddit" in the context menu. Shift+click opens the page in a new window. 2021-08-17 - 0.0.0.9 - keep the sort setting from reddit 2021-07-29 - 0.0.0.8 - adds a button to removed comments and all posts on old reddit 2021-03-02 - 0.0.0.7 - updated to work with chrome extension manifest version 3 2020-08-31 - 0.0.0.6 - updated to work with new reveddit subreddit and user paths 2019-11-27 - 0.0.0.5 - changes for revddit.com -> www.reveddit.com
Reddit Search on Google
Find Reddit posts with just one click. Preview their quality with zero clicks. This extension adds a "Reddit" button to your Google™ search page. Clicking it you will only see results from reddit.com Additionally it displays the following metadata for every Reddit post: Correct creation date | Score | Upvote ratio | Number of comments If you find it useful, please support it by leaving a rating or by spreading the word! Thanks to marioortizmanero who created the userscript which inspired this extension! Google™ search is a trademark of Google LLC. Use of this trademark is subject to Google Permissions. Reddit™ is a trademark of Reddit Inc. This browser extension is independently developed and is not affiliated with Google or Reddit in any way.
rAger
rAger shows the account age and karma for all reddit accounts displayed on a page. This is a speedy app for displaying the age and combined karma count of all accounts on a page. In addition, this app suite shows more fine-grained dates. Instead of seeing "1 year ago", when the app is active, you will see "1 year, 11 months ago", or whatever applies to that content. Enjoy! rAger is developed independently and is not officially endorsed by or affiliated with reddit. Enhancements will be added as they are developed. 2023-05-09 - 0.0.1.2 - fix bug from last update that caused extension to fail on new Reddit pages 2023-05-08 - 0.0.1.1 - add an option to select a timezone and show full date/time on old Reddit 2023-01-18 - 0.0.1.0 - populate data for new reddit's overlays and infinite scroll 2021-06-19 - 0.0.0.7 - fix when page has > 500 authors in view on page load, e.g. with reddit gold 2021-03-02 - 0.0.0.6 - update to work with changes in new reddit html - chrome extension manifest v3 2018-09-04 - 0.0.0.4 - fixed issue where age + karma were being printed twice in redesign overlays - fixed bug when determining whether the page is from the redesign or old reddit 2018-09-03 - 0.0.0.3 - works when clicking 'more comments' - works in R.E.S. infinite scroll and in new reddit (redesign) infinite scroll
Find on Reddit
Find discussions of the current URL on Reddit Minimal, light-weight, open-source extension that finds Reddit submission threads of the current URL using Reddit's public API. You can either initiate the search by clicking the extension button, or by having auto-search enabled, which automatically does the search in the background for every URL you visit. Other features include: - Do an exact or a fuzzy search - Special YouTube handling: search by video ID to find all variations of YouTube links - Ignore URL's query-string - Sort results by score, # of comments, age, or subreddit - Blacklist sites to exclude them from auto-search - Cache results for a (configurable) amount of time to reduce network usage If you find this extension useful, please consider leaving a rating and review. In case of any issues, suggestion, or general feedback, please feel free to reach out either here or on GitHub (https://github.com/AdeelH/find-on-reddit). Changelog v1.6.2 (July 2025): - Slightly tweak how post ages are displayed: - Use "days ago" for posts that are not older than 60 days. - Round number of months to nearest 0.5. E.g. "1.5 months ago". Changelog v1.6.1 (April 2025): - Make the options page dark themed, consistent with the popup. - Add option for opening tab in background next to current tab instead of at the end. - Add new option to do both exact and non-exact search when using auto-search. - Bug fixes and code improvements. Changelog v1.5.8 (March 2023): - Fix a bug causing links to not open in the same tab. Changelog v1.5.6 (May 2022): - Add option to show comment count instead of post count on extension icon when using auto-search. - Migrate to Manifest V3. - Code improvements. Changelog v1.5.5 (August 2021): - Can now find even more results (in some cases) by using the /duplicates API endpoint. (Thanks Droyk for the suggestion!) - Can now find even more results (in some cases) by omitting the URL's protocol ("http://") when doing a fuzzy search. - Fix bug that caused the popup to close after opening a link using ctrl + click. (Thanks Droyk for the report!) - Minor bug fixes. Changelog v1.5.2 (January 2021): - Fix bug in ctrl/cmd/shift/alt+click behavior. (Thanks NovaDev94 for the report!) - Minor improvements to the options page. Changelog v1.5.0 (September 2020): - Updated Handlebars.js to latest version to include recently released security patch. - Fixed bug that caused the popup size/zoom to change when a hyperlink was clicked (https://github.com/AdeelH/find-on-reddit/issues/17, thanks nkmathew for the report and debugging help). - Fixed bug that sometimes caused the search results to not render. - Improved ajax error handling. - Minor fixes and improvements. Changelog v1.4.8: - Added option to make all links point to old.reddit.com. Enabled by default. - UI fixes and improvements Changelog v1.4.5: - added option to sort search results - can sort on score, comments, age and subreddit - default sorting preference can be set in the options - minor improvements Changelog v1.4.1: - reduced extension size - added 'exact match' option to toggle between search and info API endpoints - default options for search (exact matching, query-string, YT handling) can now be set on the options page - added option to allow automatic non-exact search if exact search returns 0 results (default: enabled) - added option to allow automatic retry in case of server/network error (default: enabled) - both exact and non-exact search results are now cached for each URL simultaneously - UI improvement: toggling the checkboxes in the popup automatically initiates the search without the user needing to press the search button - UI improvement: automatically uncheck 'ignore query string' if YT video detected - UI improvement: clear old badge on URL update - added option to post/repost link to Reddit from the popup - other fixes and improvements