HideGalaxyButton

Hides Galaxy button in library

Versión del día 13/5/2015. Echa un vistazo a la versión más reciente.

// ==UserScript==
// @name        HideGalaxyButton
// @namespace   GogExtensions
// @description Hides Galaxy button in library
// @include     www.gog.com
// @version     1
// @grant       none
// ==/UserScript==
$(".btn--galaxy").hide();