// ==UserScript== // @name Steam Gallery // @namespace https://greasyfork.org/users/4390-seriousm // @description Adds gallery buttons to steam showcases // @match http://store.steampowered.com/app/* // @version 0.3 // @downloadURL https://update.greasyfork.icu/scripts/4050/Steam%20Gallery.user.js // @updateURL https://update.greasyfork.icu/scripts/4050/Steam%20Gallery.meta.js // ==/UserScript== (function add_gallery_buttons() { var frame = jQuery('#highlight_player_area'); var no_select_css = { '-moz-user-select' : 'none', '-khtml-user-select' : 'none', '-webkit-user-select' : 'none', '-o-user-select' : 'none', 'user-select' : 'none' }; var go_area_css = { position: 'absolute', 'z-index': '99999', bottom: '1px', 'background-color': 'rgba(255, 255, 255, 0.35)', height: '20%', width: '10%', cursor: 'pointer' }; var arrow_css = { position: 'relative', top: '45%', 'font-size': '600%', color: 'rgba(255, 255, 255, 0.5)', 'line-height': '0' }; var go_prev_css = jQuery.extend({ left: 0 }, go_area_css); var go_next_css = jQuery.extend({ right: 0 }, go_area_css); var go_prev = jQuery("