Skip to content

Instantly share code, notes, and snippets.

@mgagne
Created August 29, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgagne/37e2bd1f708c365beb8297bc3cd6f5f5 to your computer and use it in GitHub Desktop.
Save mgagne/37e2bd1f708c365beb8297bc3cd6f5f5 to your computer and use it in GitHub Desktop.
Zuul Inline Status for Gerrit
// ==UserScript==
// @name Zuul inline
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Enable inline Zuul status
// @author You
// @match https://review.openstack.org/
// @grant GM_addStyle
// ==/UserScript==
/* jshint -W097 */
'use strict';
zuul_inline = true;
GM_addStyle(" \
#change_infoTable { \
max-width: 600px; \
} \
");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment