Skip to content

Instantly share code, notes, and snippets.

@nunocunha
Last active June 23, 2018 18:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nunocunha/3f3a10153dfc31596e5ea87d74f89e59 to your computer and use it in GitHub Desktop.
Save nunocunha/3f3a10153dfc31596e5ea87d74f89e59 to your computer and use it in GitHub Desktop.
UserScript wrapper of xPaw's script: https://gist.github.com/xPaw/73f8ae2031b4e528abf7
// ==UserScript==
// @name Steam Quick Queue
// @namespace https://gist.github.com/nunocunha/3f3a10153dfc31596e5ea87d74f89e59/raw
// @updateURL https://gist.github.com/nunocunha/3f3a10153dfc31596e5ea87d74f89e59/raw
// @version 6
// @description Discover the Steam queue three times to get the sale cards
// @include http://store.steampowered.com/explore/
// @grant none
// @run-at document-idle
// @require https://gist.github.com/xPaw/73f8ae2031b4e528abf7/raw
// @copyright 2015+, xPaw; 2016+, Nuno Cunha (this wrapper)
// ==/UserScript==
(function(){
// All your code are belong to us
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment