SGv2 Dark

SGv2 Dark style with a settings menu to customize steamgifts.com and steamtrades.com and sgtools.info. Compatible with most scripts found in the addon registry

Old: v1.4.6.2 - 2017-08-01 - Fixed giveaway filters max width.
New: v1.4.6.3 - 2017-08-01 - Fixed ESGST giveaway filters width. ESGST up to date as of v6.Beta.23.5

  • --- /tmp/diffy20250904-1342725-n5zxig 2025-09-04 17:59:06.802904848 +0000
  • +++ /tmp/diffy20250904-1342725-sjvl6n 2025-09-04 17:59:06.803904859 +0000
  • @@ -1,5 +1,5 @@
  • // ==UserScript==
  • -// @name SGv2 Dark 1.4.6.2
  • +// @name SGv2 Dark 1.4.6.3
  • // @author SquishedPotatoe
  • // @namespace steamgifts
  • // @include *://www.steamgifts.com/*
  • @@ -7,7 +7,7 @@
  • // @include *://www.sgtools.info/*
  • // @run-at document-start
  • // @noframes
  • -// @version 1.4.6.2
  • +// @version 1.4.6.3
  • // @grant GM_getValue
  • // @grant GM_setValue
  • // @description Dark theme with a settings menu to customize steamgifts.com and steamtrades.com and sgtools.info.
  • @@ -2611,13 +2611,13 @@
  • .tags {box-shadow: 0 0 0 1px #000;}\
  • /* ESGST Styles */\
  • .rhDescription {margin-bottom: 10px !important;}\
  • -.sidebar + div .esgst-fmph, .sidebar + div .esgst-fmph-background {\
  • +.sidebar + div .esgst-fmph, .sidebar + div .esgst-fmph-background, .sidebar--wide + div .esgst-gf-container-fixed {\
  • ' + rwidth + ';\
  • }\
  • -.sidebar--wide + div .esgst-fmph, .sidebar--wide + div .esgst-fmph-background, .sidebar--wide + div .esgst-gf-container {\
  • +.sidebar--wide + div .esgst-fmph, .sidebar--wide + div .esgst-fmph-background, .sidebar--wide + div .esgst-gf-container-fixed {\
  • ' + wwidth + ';\
  • }\
  • -.page__limit-width .esgst-fmph, .page__limit-width .esgst-fmph-background {\
  • +.page__limit-width .esgst-fmph, .page__limit-width .esgst-fmph-background {\
  • ' + lwidth + ';\
  • }\
  • .esgst-fmph-background {\
  • @@ -2634,16 +2634,13 @@
  • margin-right: 3px;\
  • white-space: normal!important;\
  • }\
  • -.sidebar + div .esgst-fmph-background {\
  • - min-width: 872px;\
  • +.esgst-gv-view {min-width: 870px !important;}\
  • +.sidebar--wide + div .esgst-gf-container {width: 100% !important;}\
  • +.sidebar + div .esgst-fmph-background, .sidebar + div .esgst-fmph, .sidebar--wide + div .esgst-gf-container-fixed {\
  • + min-width: 872px !important;\
  • width: calc(100% - 281px) !important;\
  • }\
  • - .sidebar--wide + div .esgst-fmph-background {width: calc(100% - 409px) !important;}\
  • -.sidebar + div .esgst-fmph {\
  • - min-width:872px!important;\
  • - width:calc(100% - 281px)!important;\
  • -}\
  • -.sidebar--wide + div .esgst-fmph {width: calc(100% - 409px) !important;}\
  • +.sidebar--wide + div .esgst-fmph-background, .sidebar--wide + div .esgst-fmph, .sidebar--wide + div .esgst-gf-container-fixed {width: calc(100% - 409px) !important;}\
  • .page__limit-width .esgst-fmph, .page__inner-wrap--narrow .esgst-fmph, .page__limit-width .esgst-fmph-background, .page__inner-wrap--narrow .esgst-fmph-background {\
  • width: calc(100% - (30% + 35px)) !important;\
  • min-width: 750px;\