Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlbinoDrought/54d944db77fb26746d2efb7452ebfc3b to your computer and use it in GitHub Desktop.
Save AlbinoDrought/54d944db77fb26746d2efb7452ebfc3b to your computer and use it in GitHub Desktop.
Force names on the Bitbucket issue tracker to be readable, even on skinny windows.
// ==UserScript==
// @name Anti-Squishy
// @version 0.0
// @match https://bitbucket.org/*/issues
// @grant none
// ==/UserScript==
window.document.styleSheets[0].insertRule('@media (max-width:1200px){table.issues-list thead tr th:nth-child(1){min-width:500px}}', window.document.styleSheets[0].length);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment