All Projects → justinthec → redditnav

justinthec / redditnav

Licence: other
RedditNav is a beautiful way of moving between threads, accelerating the way you browse reddit comments.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to redditnav

ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (+63.27%)
Mutual labels:  reddit
roux
Simple and (a)synchronous Reddit API wrapper for Rust.
Stars: ✭ 41 (-16.33%)
Mutual labels:  reddit
reddit-comment-highlights
A browser extension with minimal permissions that highlights Reddit.com comments since you've been away
Stars: ✭ 31 (-36.73%)
Mutual labels:  reddit
OddshotConverter
Gets oddshot.tv clips posted on Reddit and converts it into YouTube videos.
Stars: ✭ 48 (-2.04%)
Mutual labels:  reddit
analyzing-reddit-sentiment-with-aws
Learn how to use Kinesis Firehose, AWS Glue, S3, and Amazon Athena by streaming and analyzing reddit comments in realtime. 100-200 level tutorial.
Stars: ✭ 40 (-18.37%)
Mutual labels:  reddit
today-AI-learned
Training a classifier to reddit's TIL to find new things on Wikipedia
Stars: ✭ 35 (-28.57%)
Mutual labels:  reddit
cat-message
Finds cat images/videos/gifs on reddit, sends them to my mom via applescript
Stars: ✭ 35 (-28.57%)
Mutual labels:  reddit
aPRAW
Asynchronous Python Reddit API Wrapper
Stars: ✭ 49 (+0%)
Mutual labels:  reddit
subreddit-archiver
Python utility to archive and keep up-to-date archives of reddit subreddits. Archives to SQLite databases.
Stars: ✭ 21 (-57.14%)
Mutual labels:  reddit
kriptomist
Fundamental cryptocurrency analysis
Stars: ✭ 29 (-40.82%)
Mutual labels:  reddit
vosonSML
R package for collecting social media data and creating networks for analysis.
Stars: ✭ 65 (+32.65%)
Mutual labels:  reddit
reddit2telegram
Bot to supply telegram channel with hot Reddit submissions.
Stars: ✭ 202 (+312.24%)
Mutual labels:  reddit
borrow-bot
💰 A bot for maximizing the borrow subreddit
Stars: ✭ 26 (-46.94%)
Mutual labels:  reddit
context-mod
an event-based, reddit moderation bot built on top of snoowrap and written in typescript
Stars: ✭ 38 (-22.45%)
Mutual labels:  reddit
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+165.31%)
Mutual labels:  reddit
scripts
A collection of random scripts I coded up
Stars: ✭ 17 (-65.31%)
Mutual labels:  reddit
insta reddit bot
[UNMAINTAINED] A bot which pulls images from Reddit and uploads them to Instagram. Former source code of @me_irl_bot
Stars: ✭ 26 (-46.94%)
Mutual labels:  reddit
Upvote-Anywhere
Upvote Anywhere Browser Extension
Stars: ✭ 339 (+591.84%)
Mutual labels:  reddit
social-media-hacker-list
Growing list of apps and tools for enhancing social media experiences.
Stars: ✭ 198 (+304.08%)
Mutual labels:  reddit
Stocksera
Web application that provides alternative data to retail investors
Stars: ✭ 426 (+769.39%)
Mutual labels:  reddit

image image image

RedditNav is an improvement to the way you browse comments on Reddit and Reddit-like sites such as HackerNews, enabling you to more efficiently waste time like never before. Getting tired of a comment chain? Just hit the colorful floating button or your preferred hotkey, and RedditNav will take you to the next top-level comment.

gif

Demo Video

Features

  • Don't like Q and W as the default keybindings? Feel free to change them to whatever you like!
  • Set your preferred button position and color, or just hide the button altogether
  • Choose between various scroll speeds, including instant
  • Extensible design; adding support for new Reddit-like sites is quick and easy. Got a site you'd like to see supported? Just submit a feature request!

Get RedditNav for Chrome

Get RedditNav for Firefox

Contributing

  1. Clone the repo with git clone https://github.com/justinthec/redditnav && cd redditnav
  2. Start a new branch for your changes with git checkout -b <branch-name>
  3. npm install
  4. Make changes in src/
  5. When you want to test your chages, do npm run build.
    • When testing Chrome, navigate to chrome://extensions/, check "Developer Mode" and load lib/chrome as an unpacked extension.
    • When testing Firefox, simply npm run dev:ff. Note that you may need to provide a target (e.g yarn run dev:ff -f nightly for Firefox Nightly) if you don't use the stable version of Firefox. Valid targets are firefox (default), beta, nightly, firefoxdeveloperedition.
  6. When you feel that you're finished, just bump the VERSION in scripts/mkManifests.js according to semver
  7. Push your local branch with git push -u origin <branch-name> and submit a pull request.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].