Skip to content

Instantly share code, notes, and snippets.

View igeligel's full-sized avatar
🤷‍♀️
Shifting bits around the world

Kevin Peters igeligel

🤷‍♀️
Shifting bits around the world
View GitHub Profile
{
"action":"slideUpdate",
"toPosition":9
}
{
"action":"wheelCreation",
"id":12,
"color":"green"
}
{
"action":"wheelAtSlide",
"id":13,
"color":"green"
}
{
"action":"startMotor",
"id":2
}
{
"action":"motorPosition",
"id":3,
"movement":40
}
{
"action":"startMotor",
"id": 8,
"to":9
}
{
"action":"toStart",
"id":8
}
{
"action":"ready",
"id":8
}
{
"action":"finished",
"id":8,
"to":9
}
// Execute this on http://store.steampowered.com/explore/
var GenerateQueue = function( queueNumber )
{
console.log( 'Queue #' + ++queueNumber );
jQuery.post( 'http://store.steampowered.com/explore/generatenewdiscoveryqueue', { sessionid: g_sessionID, queuetype: 0 } ).done( function( data )
{
var requests = [];