git404hub

what is rosintplus.github.io fr?

rosintplus/rosintplus.github.io — explained in plain English

Analysis updated 2026-05-18

3JavaScriptAudience · general

tl;dr

A browser-only tool that looks up a Reddit user's full post and comment history, including deleted and removed content.

vibe map

mindmap
  root((Rosint+))
    Search
      Arctic Shift API
      PullPush API
      Deduped merge
    Views
      Posts tab
      Comments tab
      Date filter
    Fork additions
      Profile analytics
      Saved profiles
      9 themes
      7 languages
    Architecture
      Frontend only
      No login
      No backend

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Look up a Reddit username's full post and comment history, including deleted or removed items.

VIBE 2

Filter a user's history by date range and export the results as CSV or JSON.

VIBE 3

View a profile analytics panel with top subreddits and an activity heatmap.

VIBE 4

Save frequently checked profiles and revisit them from a recent-search list.

what's the stack?

JavaScriptIndexedDB

how it stacks up fr

rosintplus/rosintplus.github.ioabhagsain/bayut-maps-ratingsabhishek-kumar09/who-is-imposter
Stars333
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-04-12
MaintenanceDormant
Setup difficultymoderateeasy
Complexity2/53/5
Audiencegeneralgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

in plain english

Rosint+ is a browser based tool for looking up a Reddit user's full posting history, including content that has since been deleted, comments that were removed, and posts from accounts that have been made private. It is a fork of an existing project called rosint.dev, extended with extra features such as profile statistics, the ability to save profiles for later, several visual themes, and support for multiple languages. To find this history, the tool queries two separate public archive services, Arctic Shift and PullPush, at the same time, then merges their results together and removes duplicate posts or comments using each item's unique ID. Search results are split into a posts tab, showing title, subreddit, score, and a snippet of the body text, and a comments tab showing the full comment text with a link back to the original discussion thread. Results can be filtered by date range with a calendar picker and are paginated in batches of 100 using a timestamp based cursor. Features added specifically in this fork include a profile analytics panel that shows a user's most active subreddits, a heatmap of their posting activity with an estimated timezone, and their most commonly used words. It also lets someone pin profiles they want to revisit and keeps a history of recent searches. The interface ships with nine color themes, each available in light, dark, and automatic modes, and is translated into seven languages. Results can be exported as a CSV or JSON file, and a single click copies a permalink along with its timestamp and other details. The whole tool runs entirely in the browser with no backend server, database, or login required. The README notes that since it depends on two third party archive services with no uptime guarantee, results may be incomplete if either archive is missing data or if both happen to be down at the same time.

prompts (copy fr)

prompt 1
Explain how Rosint+ finds deleted Reddit posts using Arctic Shift and PullPush.
prompt 2
Walk me through running Rosint+ locally with npm.
prompt 3
Show me how to filter a user's Reddit history by a specific date range.
prompt 4
Help me understand what the profile analytics heatmap in Rosint+ is showing me.

Frequently asked questions

what is rosintplus.github.io fr?

A browser-only tool that looks up a Reddit user's full post and comment history, including deleted and removed content.

What language is rosintplus.github.io written in?

Mainly JavaScript. The stack also includes JavaScript, IndexedDB.

Who is rosintplus.github.io for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.