This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Audio/Keyboard Bridge Interface | |
// @namespace http://bridgegod.com/ | |
// @version 0.14 | |
// @description Interface for visually impaired users to play bridge, using audio only for output and keyboard for input | |
// @author Gonzalo Goded | |
// @match http://www.bridgegod.com/* | |
// @match https://www.bridgegod.com/* | |
// @match https://play.realbridge.online/* | |
// @match http://bridgegod.com/* |