Advertisement
yanirx

Steam red herring badge

Jan 1st, 2016
3,972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $J.ajax({
  2.                     url: "http:\/\/store.steampowered.com\/actions\/clues",
  3.                     dataType: "json",
  4.                     cache: false,
  5.                     data: {key: "1v7531"}
  6.                 }).done(function( result ) {
  7.                     if( result && result.url )
  8.                         window.location = result.url;
  9.                     else if( result.response )
  10.                         alert(result.response);
  11.                 });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement