Skip to content

Instantly share code, notes, and snippets.

@kfranqueiro
Created November 22, 2014 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfranqueiro/479f515a9cb46bfcfb14 to your computer and use it in GitHub Desktop.
Save kfranqueiro/479f515a9cb46bfcfb14 to your computer and use it in GitHub Desktop.
Less Annoying Steam Store
/* Discovery Queue should DIAFplzkthx */
.discovery_queue_ctn {
display: none !important;
}
// Move tabs/specials up to right below the top carousel / deal
var ctn = document.querySelectorAll('.home_ctn')[5];
var cluster = document.querySelector('.home_cluster_ctn');
cluster.parentNode.insertBefore(ctn, cluster.nextSibling);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment