Advertisement
yanirx

JS Steam Sale Vote [Fixed]

Dec 29th, 2014
818
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var data = "sessionid=" + g_sessionID + "&voteid=1&appid=253330";
  2. $J.ajax({
  3.   type: "POST",
  4.   url: "http://store.steampowered.com/salevote",
  5.   data: data,
  6.   success: console.log('request sent'),
  7.   dataType: "*/*"
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement