Steam

Steam

206 평점
如何将商店的所有游戏添加到愿望单中( 已失效)
~Coral•Sea~ 님과 2명의 기여자가 작성
本指南将教你如何将所有steam商店游戏添加到你的愿望单内,同时教你如何移除愿望单内所有游戏。
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
步骤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[ i ], 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[ i ], 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
爱丽丝Aliceアリス 2022년 6월 23일 오후 10시 50분 
用不了的可以試試這個
matery點hclonely點com/posts/6a0923b1/
神乐之魂 2017년 10월 6일 오전 4시 46분 
66666
妖怪 2017년 8월 14일 오후 6시 13분 
感谢Ellvea... 我也不知道到底应不应该感谢你,反正已经炸了
凯凯说奇奇是小菜鸡 2017년 7월 18일 오전 1시 05분 
不能用了好像
山居剑意问水情 2017년 7월 14일 오후 12시 02분 
不能用了。。
❀ Yellow ℡ LemoN.Tree♪ 2017년 6월 5일 오전 2시 52분 
貌似不能用了啊 说违反了什么
野生奥特曼 2017년 5월 17일 오전 1시 47분 
我get到了
https://chrome.google.com/webstore/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden?hl=en
Chrome使用这个把浏览器的安全机制关掉,再打开steam商店,代码就可以用了!
不要发邮件感谢我,我的邮箱已经爆炸了 手动表情贫穷的微笑
野生奥特曼 2017년 5월 17일 오전 1시 33분 
不能用了,尴尬
~Coral•Sea~  [작성자] 2017년 5월 7일 오전 2시 30분 
可以,很强势