-
-
Save aveao/47ecb805c1ed284c9e02bb86d68ee9d4 to your computer and use it in GitHub Desktop.
UserScript wrapper of xPaw's script: https://gist.github.com/xPaw/73f8ae2031b4e528abf7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Steam Quick Queue | |
// @namespace https://gist.github.com/ardaozkal/47ecb805c1ed284c9e02bb86d68ee9d4/ | |
// @version 6 | |
// @description Discover the Steam queue three times to get the sale cards | |
// @include *://store.steampowered.com/explore/ | |
// @grant none | |
// @run-at document-idle | |
// @require https://gist.github.com/xPaw/73f8ae2031b4e528abf7/raw | |
// @copyright 2015+, xPaw; 2016+, Nuno Cunha (original wrapper); 2016+ Arda Özkal (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