Skip to content
generated from brckd/ts-template

A userscript to make Fancade Web more accessible on mobile.

License

Notifications You must be signed in to change notification settings

brckd/fancade-plus

Repository files navigation

Fancade Plus

license semantic-release: angular

A userscript to make Fancade Web more accessible on mobile.

Features

  • Install Fancade Web like a native app
  • Also install games separately
  • Jump right into full-screen game play
  • Say goodbye to pesky cookie settings
  • Use floating button to trigger keyboard actions
  • Create faster with physical keyboard support
  • Enjoy overall increased feature parity

Using

Install the latest userscript in a browser that supports doing so.

The browsers linked above have been tested to work on both my android phone and tablet.

Then head over to Fancade Web and install the web app. To install a game separately, just visit its url and install it.

Building

Enter ze repo.

git clone https://github.com/brckd/fancade-plus
cd fancade-plus

Install ze dependencies.

npm ci
bun install
yarn install
pnpm install

Ze package can be built locally using the build script.

npm run build
bun run build
yarn run build
pnpm run build