Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoelzro/fx-comment-locator
A dumb little webextension to indicate where comments are on a page
https://github.com/hoelzro/fx-comment-locator
firefox webextension
Last synced: 2 days ago
JSON representation
A dumb little webextension to indicate where comments are on a page
- Host: GitHub
- URL: https://github.com/hoelzro/fx-comment-locator
- Owner: hoelzro
- License: mit
- Created: 2018-01-11T01:22:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T18:27:43.000Z (over 4 years ago)
- Last Synced: 2024-11-22T14:42:20.269Z (2 months ago)
- Topics: firefox, webextension
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Comment Locator Web Extension
A web extension for Firefox that draws a little red line next to the scrollbar
indicating how far down the page the comments are.# Motivation
Oftentimes I'll load an article to read, and become immediately daunted at how
long it looks. Half the time, I look at the scroll bar and how huge the article
looks! Half the time, it turns out that there are like one or two paragraphs of
actual content and legions of commenters. I wanted a little indicator to
give me an idea in advance about how big the article actually is.This is something I built entirely for myself - if you find it useful, great!
But keep in mind that I'm not likely going to spend a lot of time on improving
this; that said, any contributions to improve the code are most welcome!