Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

no-mouse-challenge-extension

JohnPhamous5MIT1.0.0

Hides the cursor from the web page. This can be used for the #NoMouse challenge.

readme

NoMouse Challenge Browser Extension

A browser extension for the #NoMouse Challenge.

About

This is a browser extension that implements Marcy Sutton's no-mouse-days project. This allows you to test no-mouse scenarios without making any code changes.

TODO: Upload the extension to the relevant stores.

Manual Installation

From Source

git clone https://github.com/JohnPhamous/no-mouse-challenge-extension.git
cd no-mouse-challenge-extension
yarn # or npm i
yarn build # or npm run build

This will create a .zip in /dist. Use this .zip and load the extension into your browser.