» 您尚未登录:请 登录 | 注册 | 标签 | 帮助 | 小黑屋 |


发新话题
打印

[求助] 有什么办法能领到免费版的quake champions吗?

1. 打开账号明细页面
https://store.steampowered.com/account/licenses/

2. 浏览器呼出控制台,例如Chrome的是按F12,然后将以下代码手工复制黏贴进控制台,回车运行即可。之后可以再去账号明细的页面验证一下,是否有Quake Champions的条目,有的话就代表成功添加

(function() {     if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null )         {                 alert( '请在Steam帐号明细页面运行这些代码: https://store.steampowered.com/account/licenses/' );                  window.location = 'https://store.steampowered.com/account/licenses/';                  return;         }                  var freePackages =         [                 276911,         ];                  var ownedPackages = {};                  jQuery( '.account_table a' ).each( function( i, el )         {                 var match = el.href.match( /javascript:RemoveFreeLicense\( ([0-9]+), '/ );                                  if( match !== null )                 {                         ownedPackages[ +match[ 1 ] ] = true;                 }         } );                  var i = 0,             loaded = 0,             package = 0,             total = freePackages.length,             modal = ShowBlockingWaitDialog( '努力执行中...',                     '请耐心等待,如果有错误请无视,请耐心等待脚本加载完毕' );                  for( ; i < total; i++ )         {                 package = freePackages[ i ];                                  if( ownedPackages[ package ] )                 {                         loaded++;                         continue;                 }                                  jQuery.post(                         '//store.steampowered.com/checkout/addfreelicense',                         {                                 action: 'add_to_cart',                                 sessionid: g_sessionID,                                 subid: package                         }                 ).always( function( )                         {                                 loaded++;                                                                  modal.Dismiss();                                                                  if( loaded >= total )                                 {                                         location.reload();                                 }                                 else                                 {                                         modal = ShowBlockingWaitDialog( '执行中...',                                                 '加载至 <b>' + loaded + '</b>/' + total + '.' );                                 }                         }                 );         } }());


本帖最近评分记录
  • grammyliu 激骚 +1 违规内容 2018-6-11 14:20

TOP

发新话题
     
官方公众号及微博