Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Hide Galaxy and display offline installers
- // @namespace GogExtensions
- // @description Simply hides Galaxy stuff in library and displays offline installers
- // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
- // @include https://www.gog.com/account
- // @include http://www.gog.com/
- // @version 1.0
- // @grant none
- // ==/UserScript==
- $("header.module-header2.game-details__header,div.game-details__galaxy-installer,p.game-details__galaxy-message.game-details__galaxy-message--gray.game-details__galaxy-message--small").hide();
- details.switchInstallersDisplay();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement