skyme5 / extension-reddit-sync

Chromium extension to dump Reddit thing to database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript SASS Google Chrome ESLint Reddit MIT

Reddit Sync

A simple extesion to dump reddit posts to database (for old ui).

This will add following functionality on old reddit ui,

  • add EventListener to save button on each post to send thing json to preconfigured api endpoint (https://localhost/api/v2/reddit)
  • add Save All button to each Page to send all post thing to database (available at the bottom-left side of the page)
  • add Download Sub button to save all 1000 posts from subreddit (available at the bottom-right of the page)

Installation

  • Clone this repository or download it as zip and extract to directory
  • From any chromium based browser (Chrome/Edge/Brave/Opera etc) load extension from directory (requires developer mode for this to work)

About

Chromium extension to dump Reddit thing to database

License:MIT License


Languages

Language:JavaScript 90.9%Language:SCSS 9.1%