awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ansh avatar

ansh/jiffyreader-public-archiveArchived

0
View on GitHub↗
4,012 stars·201 forks·TypeScript·GPL-3.0·10 views

Jiffyreader Public Archive

This project is a browser extension reading assistant and speed reading tool. It functions as a web accessibility interface that modifies the appearance of text on websites to help users skim content more quickly and reduce eye strain.

The tool implements bionic reading acceleration by bolding the initial parts of words to create visual anchors. Users can customize this experience by adjusting fixation strength, word intervals, and visual styling such as colors and opacity.

The software covers broad reading enhancement capabilities, including layout management for line height and dark mode, as well as distraction-free reading via element visibility control. It supports multi-language localization and allows for site-specific reading preferences.

The extension uses content script injection and iframe parsing to apply these enhancements across various web domains.

Features

  • Reading Speed Optimizations - Provides visual text modifications such as bionic reading to accelerate the human eye's reading speed on web pages.
  • Browser Extensions - A browser extension that customizes the visual style and reading experience of web pages.
  • Reading - Enhances web page reading by adjusting background colors, fonts, and layout to reduce eye strain.
  • Bionic - Acts as a reading assistant that bolds the beginnings of words to help users skim text faster.
  • Bionic Reading - Implements bionic reading by bolding the initial parts of words to create visual anchors for faster skimming.
  • DOM-Based Text Manipulations - Modifies the browser DOM to wrap characters in styled elements, creating visual anchors for skimming.
  • Extension Manifests - Uses an extension manifest file to define browser permissions, scripts, and metadata.
  • Web Accessibility Implementations - Implements a custom interface that modifies text layout and colors to improve readability and web accessibility.
  • Web Content Injections - Implements JavaScript-based injection to modify web page content and behavior for reading acceleration.
  • Local Storage Persistence - Persists user configurations and site-specific reading settings using browser local storage.
  • User Preference Adapters - Allows users to save and apply distinct reading preferences for individual websites or globally.
  • Distraction Reduction Controls - Allows users to disable interactive elements like buttons and links to create a distraction-free reading environment.
  • CSS Variable Theming - Uses CSS variables to allow real-time updates of visual themes and emphasis strength.
  • Dark Mode Toggles - Includes a mechanism to switch between light and dark visual themes for improved reading comfort.
  • Distraction-Free Reading Modes - Removes interactive page elements and provides dark mode to minimize distractions during reading.
  • Recursive Content Parsing - Traverses embedded frames recursively to apply text emphasis logic to nested documents.
  • Display Mode Toggles - Provides a mechanism to toggle the display mode between standard reading and bionic text emphasis.
  • Line Height Controls - Provides utilities to adjust the vertical space between lines of text to reduce eye strain.
  • Reading Accessibility Overlays - Modifies line height and color schemes to create a more comfortable reading environment and reduce eye strain.
  • Reading Anchor Customizations - Offers controls to adjust fixation strength, word intervals, and colors for visual text emphasis.
  • Visual Style Customizations - Allows users to customize the colors and opacity of the highlighted text anchors.

Star history

Star history chart for ansh/jiffyreader-public-archiveStar history chart for ansh/jiffyreader-public-archive

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Jiffyreader Public Archive

These projects share indexed features with Jiffyreader Public Archive. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • epicmaxco/vuestic-uiepicmaxco avatar

    epicmaxco/vuestic-ui

    3,745View on GitHub↗

    Vuestic UI is a Vue 3 component library providing a collection of pre-made user interface elements. It serves as a responsive UI framework and a themed component system designed to speed up frontend development and maintenance. The toolkit features a centralized configuration system for global styling and dynamic branding, including a built-in dark mode. It includes an internationalized interface toolkit with native support for localization and translating application content for multiple languages. The library provides a set of accessible web components that meet accessibility standards for

    Vueaccessibilitycomponentsjavascript
    View on GitHub↗3,745
  • mdn/webextensions-examplesmdn avatar

    mdn/webextensions-examples

    4,447View on GitHub↗

    This project is a reference library and collection of practical code samples for building browser extensions using WebExtensions APIs. It provides implementation guides and functional examples for core extension components, including content scripts, background processes, and browser action popups. The repository focuses on demonstrating specific implementation patterns for browser UI customization and web page manipulation. It includes samples for creating sidebars, context menus, and options pages, as well as techniques for injecting scripts and styles to alter DOM elements and page appeara

    JavaScript
    View on GitHub↗4,447
  • jonghakseo/chrome-extension-boilerplate-react-viteJonghakseo avatar

    Jonghakseo/chrome-extension-boilerplate-react-vite

    4,834View on GitHub↗

    This project is a boilerplate for Chrome extension development, utilizing React and Vite to build custom functionality and user interfaces for web browsers. The development workflow emphasizes fast iteration through hot-reload capabilities and module rebuilding, which reflect code changes in the browser without manual reloading. It includes a type-safe internationalization system for managing multi-language support and automated end-to-end testing to verify feature stability across different browser packages. The architecture provides a component-based framework for creating popups, options

    TypeScript
    View on GitHub↗4,834
  • kenshin/simpreadKenshin avatar

    Kenshin/simpread

    8,650View on GitHub↗

    Simpread is a browser extension that transforms any web page into a clean, distraction-free reading layout optimized for comfortable reading and annotation. It functions as both a reading mode tool and a read-later service, allowing users to save pages for offline or future access while marking up text with highlights and notes. The extension distinguishes itself through deep integration with note-taking and productivity platforms, enabling direct export of annotations and cleaned pages to Obsidian, Logseq, Roam Research, Notion, and other tools. It also supports sending articles to Instapape

    JavaScriptchromechrome-extensioncrx
    View on GitHub↗8,650
Compare all 30 related projects→

Frequently asked questions

What does ansh/jiffyreader-public-archive do?

This project is a browser extension reading assistant and speed reading tool. It functions as a web accessibility interface that modifies the appearance of text on websites to help users skim content more quickly and reduce eye strain.

What are the main features of ansh/jiffyreader-public-archive?

The main features of ansh/jiffyreader-public-archive are: Reading Speed Optimizations, Browser Extensions, Reading, Bionic, Bionic Reading, DOM-Based Text Manipulations, Extension Manifests, Web Accessibility Implementations.

Which projects share features with ansh/jiffyreader-public-archive?

Projects with overlapping indexed features include: epicmaxco/vuestic-ui — Vuestic UI is a Vue 3 component library providing a collection of pre-made user interface elements. It serves as a… jonghakseo/chrome-extension-boilerplate-react-vite — This project is a boilerplate for Chrome extension development, utilizing React and Vite to build custom functionality… mdn/webextensions-examples — This project is a reference library and collection of practical code samples for building browser extensions using… readyouapp/readyou — ReadYou is a self-hosted reading application and RSS feed aggregator that centralizes content from multiple web… kenshin/simpread — Simpread is a browser extension that transforms any web page into a clean, distraction-free reading layout optimized… win32ss/supermium — Supermium is a Chromium-based web browser backported to run on legacy versions of Windows. It uses an abstraction…