Skip to content

Instantly share code, notes, and snippets.

@mtd91429
Last active December 14, 2016 20:40
Show Gist options
  • Save mtd91429/ca83caf6196a188c7298af22d5595c86 to your computer and use it in GitHub Desktop.
Save mtd91429/ca83caf6196a188c7298af22d5595c86 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name mLIMS Cage Cards
// @version 0.1.4
// @description stop line wraps within genotype table
// @author MTD
// @include http://*mlims.bioinforx.com/*/app_cage_card.php*
// @include http://beta.mlims.com/*/app_cage_card.php*
// @include http://*mlims.com/*/app_cage_card.php*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_addStyle
// @updateURL https://gist.github.com/mtd91429/ca83caf6196a188c7298af22d5595c86/raw/mLIMS%2520Cage%2520Cards.user.js
// @downloadURL https://gist.github.com/mtd91429/ca83caf6196a188c7298af22d5595c86/raw/mLIMS%2520Cage%2520Cards.user.js
// ==/UserScript==
GM_addStyle(".generalTable{white-space: nowrap !important;}")
GM_addStyle(".cageCardBreeding{white-space: nowrap !important;}")
@mtd91429
Copy link
Author

Included address for beta testing new app

@mtd91429
Copy link
Author

mtd91429 commented Dec 14, 2016

New address update & update URL in the code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment