Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Speed Bridge
// @namespace http://bridgegod.com/
// @version 0.6
// @description Speed bridge is a mod for RealBridge that forces the user to play quickly.
// @author Gonzalo Goded
// @match https://play.realbridge.online/*
// @require http://code.jquery.com/jquery-latest.js
// @require https://gist.githubusercontent.com/arantius/3123124/raw/grant-none-shim.js
// @grant none
@fluffytid
fluffytid / bridge-audio-interface.user.js
Last active August 22, 2025 10:24
Interface for blind user to play bridge on realbridge.com
// ==UserScript==
// @name Audio/Keyboard Bridge Interface
// @namespace http://bridgegod.com/
// @version 0.16
// @description Interface for visually impaired users to play bridge, using audio output and keyboard input
// @author Gonzalo Goded
// @match *://*.bridgegod.com/*
// @match *://bridgegod.com/*
// @match *://*.realbridge.online/*
// @run-at document-idle