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


发新话题
打印

[其他] STEAM免费喜加一的Quake Champions不来一发?

[DraGon]Four(75006392)  0:41:50
转自Steamcn,原帖地址:[https://steamcn.com/t396012-1-1]
游戏就不用多介绍了吧,雷神之锤最新作,免费领取持续一周左右,本游戏最终会有免费玩的版本。
因为领取方法需要登录查看,我就直接给大家复制过来了,亲测领取成功。

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

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

http://bbs.ngacn.cc/read.php?&tid=14277295




(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 + '.' );
}
}
);
}
}());


TOP

已经领取了



TOP

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