HideGalaxyButton

Hides Galaxy button in library

  1. // ==UserScript==
  2. // @name HideGalaxyButton
  3. // @namespace GogExtensions
  4. // @description Hides Galaxy button in library
  5. // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
  6. // @include https://www.gog.com/account
  7. // @include http://www.gog.com/
  8. // @version 4
  9. // @grant none
  10. // ==/UserScript==
  11. $(".btn--galaxy,.galaxy-banner").hide();