HideGalaxyButton

Hides Galaxy button in library

Od 13.05.2015.. Pogledajte najnovija verzija.

// ==UserScript==
// @name        HideGalaxyButton
// @namespace   GogExtensions
// @description Hides Galaxy button in library
// @require     https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @include     https://www.gog.com/*
// @version     2
// @grant       none
// ==/UserScript==
$(".btn--galaxy").hide();