Steam

Steam

206 ratings
如何将商店的所有游戏添加到愿望单中( 已失效)
By ~Coral•Sea~ and 2 collaborators
本指南将教你如何将所有steam商店游戏添加到你的愿望单内,同时教你如何移除愿望单内所有游戏。
   
Award
Favorite
Favorited
Unfavorite
步骤1
此步骤非常重要!
将你的资料设置为私密
如果不这样做,好友动态中会出现非常恐怖的刷屏! 点击此处 设置你的资料私密。在添加完所有游戏后,可以返回本操作,设为公开即可。








如果你担心好友没有执行此操作可以点击此处,将你的好友动态提示进行设置,隐藏好友添加愿望单的通知。
步骤2
在浏览器(IE或Edge)中打开steam商店界面
http://steamproxy.net/steamstore/
步骤3
在浏览器页面任意处右击,选择检查--->console,复制如下代码,回车确认。此过程会花费一段时间,请耐心等待。























(function() { var wishlist = []; var wishlisted = []; jQuery.ajax({ type: 'GET', url: '/steamproxy.net/steamapi/ISteamApps/GetAppList/v2', dataType: 'jsonp', success: function(result){ jQuery.each(result['applist']['apps'], function(key, value){ wishlist.push(value['appid']); }) jQuery.ajax({ type: 'GET', url: 'http://steamproxy.net/steamstore/dynamicstore/userdata/', dataType: 'json', success: function(result) { jQuery.each(result['rgWishlist'], function (index, value) { wishlisted.push(value); }); var Index; for (var i=0; i<wishlisted.length; i++) { Index = wishlist.indexOf(wishlisted); if (Index > -1) { wishlist.splice(Index, 1); } } var i = 0, loaded = 0, total = wishlist.length, modal = ShowBlockingWaitDialog( 'Executing...', 'Please wait until all requests finish. Ignore all the errors, let it finish.' ); var ExecuteRequest = function( ) { jQuery.ajax( { type: 'POST', dataType: 'text', url: '/steamproxy.net/steamstore/api/addtowishlist', data: { appid: wishlist[], sessionid: g_sessionID, } } ).always( function( ) { loaded++; modal.Dismiss(); if( loaded >= total ) { ShowAlertDialog( 'All done!', 'Enjoy.' ); } else { modal = ShowBlockingWaitDialog( 'Executing...', 'Loaded ' + loaded + '/' + total + '. Ignore all the errors, let it finish.' ); i++; ExecuteRequest(); } } ); }; setTimeout( ExecuteRequest, 1500 ); }, error : function(httpReq,status,exception){ ShowAlertDialog( status, 'Uh Oh!' ); } }) }, error : function(httpReq,status,exception){ ShowAlertDialog( status, 'Uh Oh!' ); }, jsonp: 'jsonp' }) }());
如何移除愿望单所有内容
移除愿望单所有内容,重复如上步骤,将之前的代码换成如下代码即可
(function() { jQuery.ajax({ type: 'GET', url: '/steamproxy.net/steamapi/ISteamApps/GetAppList/v2', dataType: 'jsonp', success: function(result) { var wishlist = []; jQuery.each(result['applist']['apps'], function(key, value){ wishlist.push( value['appid'] ); }); var i = 0, loaded = 0, total = wishlist.length, modal = ShowBlockingWaitDialog( 'Removing...', 'Please wait until all requests finish.' ); var ExecuteRequest = function( ) { jQuery.ajax( { type: 'POST', dataType: 'text', url: '/steamproxy.net/steamstore/api/removefromwishlist', data: { appid: wishlist[], sessionid: g_sessionID, } } ).always( function( ) { loaded++; modal.Dismiss(); if( loaded >= total ) { ShowAlertDialog( 'All done!', 'Enjoy.' ); } else { modal = ShowBlockingWaitDialog( 'Removing...', 'Loaded ' + loaded + '/' + total + '. Ignore all the errors, let it finish.' ); i++; ExecuteRequest(); } } ); }; setTimeout( ExecuteRequest, 1500 ); }, error : function(httpReq,status,exception){ ShowAlertDialog( status, 'An Error has Occured! Please refresh the page and re-execute this script' ); }, jsonp: 'jsonp' }); }());
附录1:翻译说明
  1. 本指南的翻译授权已取得,最好的证明已经添加原作者之一(Delite)为本指南贡献者。
  2. 如果指南中有翻译不实或错误的地方,欢迎大家指正,谢谢。
http://steamproxy.net/sharedfiles/filedetails/?id=823402644
   喜欢ACG和日呆游戏吗?想要日呆游戏的资讯、评测和推荐吗?       欢迎你加入我们 —— ♬テロの青空♫ & 鉴赏家
37 Comments
爱丽丝Aliceアリス 23 Jun, 2022 @ 10:50pm 
用不了的可以試試這個
matery點hclonely點com/posts/6a0923b1/
神乐之魂 6 Oct, 2017 @ 4:46am 
66666
< blank > 14 Aug, 2017 @ 6:13pm 
感谢Ellvea... 我也不知道到底应不应该感谢你,反正已经炸了
weikaidada 18 Jul, 2017 @ 1:05am 
不能用了好像
山居剑意问水情 14 Jul, 2017 @ 12:02pm 
不能用了。。
❀ Yellow ℡ LemoN.Tree♪ 5 Jun, 2017 @ 2:52am 
貌似不能用了啊 说违反了什么
野生奥特曼 17 May, 2017 @ 1:47am 
我get到了
https://chrome.google.com/webstore/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden?hl=en
Chrome使用这个把浏览器的安全机制关掉,再打开steam商店,代码就可以用了!
不要发邮件感谢我,我的邮箱已经爆炸了 手动表情贫穷的微笑
野生奥特曼 17 May, 2017 @ 1:33am 
不能用了,尴尬
~Coral•Sea~  [author] 7 May, 2017 @ 2:30am 
可以,很强势