All Projects → therynamo → color-links

therynamo / color-links

Licence: other
🔗 Help Individuals With Color Blindness See Visited Links

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to color-links

jquery-accessible-simple-tooltip-aria
jQuery accessible simple tooltip window, using ARIA
Stars: ✭ 22 (+57.14%)
Mutual labels:  accessibility
Colorblinding
An extension for Google Chrome (and Chromium) that simulates the website as a color vision impaired person would see.
Stars: ✭ 25 (+78.57%)
Mutual labels:  accessibility
openacr
OpenACR is a digital native Accessibility Conformance Report (ACR). The initial development is based on Section 508 requirements. The main goal is to be able to compare the accessibility claims of digital products and services. A structured, self-validated, machine-readable documentation will provide for this.
Stars: ✭ 61 (+335.71%)
Mutual labels:  accessibility
Tanaguru
Automated accessibility (a11y) testing tool, with emphasis on reliablity and automation
Stars: ✭ 116 (+728.57%)
Mutual labels:  accessibility
accessible-name-automation-proof-of-concept
This is an experiment based on Accessibility Object Model (AOM). It tries to demonstrate that it is theoretically possible (in a certain way) to predict what the screen reader will say by focusing on semantic and non semantic elements with a bit of automated testing, thus reducing the need for manual testing.
Stars: ✭ 15 (+7.14%)
Mutual labels:  accessibility
a11y-checker
Identifies accessibility issues in HTML markup.
Stars: ✭ 103 (+635.71%)
Mutual labels:  accessibility
eufemia
DNB Design System
Stars: ✭ 38 (+171.43%)
Mutual labels:  accessibility
Cleaner
An android app used to release memory by kill process using accessibility
Stars: ✭ 28 (+100%)
Mutual labels:  accessibility
MWordStar
响应式双栏 Typecho 博客主题
Stars: ✭ 163 (+1064.29%)
Mutual labels:  accessibility
clicky-menus
Simple click-triggered navigation submenus. Accessible and progressively enhanced.
Stars: ✭ 76 (+442.86%)
Mutual labels:  accessibility
WWDCNotes
WWDCNotes.com content
Stars: ✭ 343 (+2350%)
Mutual labels:  accessibility
awesome-libras
Curadoria de cursos sobre a Língua Brasileira de Sinais (LIBRAS) 🤟
Stars: ✭ 41 (+192.86%)
Mutual labels:  accessibility
Android-Touch-Helper
开屏跳过-安卓系统的开屏广告自动跳过助手
Stars: ✭ 488 (+3385.71%)
Mutual labels:  accessibility
accessibility-guide
Client friendly accessibility guide
Stars: ✭ 15 (+7.14%)
Mutual labels:  accessibility
brasiltts
Brasil TTS é um conjunto de sintetizadores de voz, em português do Brasil, que lê telas para portadores de deficiência visual. Transforma texto em áudio, permitindo que pessoas cegas ou com baixa visão tenham acesso ao conteúdo exibido na tela. Embora o principal público-alvo de sistemas de conversão texto-fala – como o Brasil TTS – seja formado…
Stars: ✭ 34 (+142.86%)
Mutual labels:  accessibility
cauldron
cauldron.dequelabs.com/
Stars: ✭ 50 (+257.14%)
Mutual labels:  accessibility
accessibility-resources
Screen reader and WCAG testing resources to maintain a consistent approach to testing and documenting behaviour.
Stars: ✭ 25 (+78.57%)
Mutual labels:  accessibility
chusho
A library of bare & accessible components and tools for Vue.js 3
Stars: ✭ 47 (+235.71%)
Mutual labels:  accessibility
tailwindcss-aria-attributes
TailwindCSS variants for aria-* attributes
Stars: ✭ 92 (+557.14%)
Mutual labels:  accessibility
makeup-js
Mono-repo for all vanilla JavaScript utility modules and headless ui
Stars: ✭ 28 (+100%)
Mutual labels:  accessibility

We're On The Chrome Store!

Tests & Build

Coverage Status

Initial Problem

Browsing the web on sites like google as a color-blind individual, it becomes frustrating after a while not knowing if you've already visited a link or not.

Solution

Color Links aims to make it a bit easier to search around the web, for the color-blind.

When enabled this chrome extension allows you to browse any website with full awareness of which links you've clicked.

Development

To get started, clone the project and change into the root directory.

Getting Started

nvm use
yarn install
yarn test

Running The Project

Dev Mode

yarn start
# Server running at http://localhost:1234
# visit http://localhost:1234/color-links.html

# or
yarn build

Adding the extension to chrome is as easy as visiting chrome://extensions, verifying that you are in developer mode and then clicking Load unpacked extension.... Once you've done this, navigate to the root directory of the project and select the dist folder. This will generate the extension for you, and you should see the color-links logo up in your toolbar.

Prod

yarn zip # builds the extension in its entirety and creates a dist folder along with colorlinks.zip

Contributing

If you'd like to contribute to this repository, feel free, just fork the project and make a pull request.

License

The MIT License (MIT) Copyright (c)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].