Steam

Steam

88 lượt đánh giá
How write review on Appid 753 (Steam app)
Bởi 󠀡 và 1 cộng tác viên
Tested on Google Chrome and Mozilla Firefox.

*Guide updated: Working as of November 2022.*
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Post review.
1.) Go to ANY game store page. Right click on page. Click "Inspect".



2.) Go to console. Enter following:
const __POST_STEAM_REVIEW__ = (comment) => { if(comment.length === 0) return 'Review must have at least one character'; try{ RecommendGame(753, 753, comment, true, true, "English", true, true, () => {}, true, true, false); return 'Review posted!'; }catch(e){ console.log(e); return 'Error'; } }




3.) Call __POST_STEAM_REVIEW__ in console with your comment.
example:
__POST_STEAM_REVIEW__('This is my review. Nice review bruh.');



Review posted! Check sections below if you want to learn more.

Additional customization.
If you want to rate down review, set fourth argument from to false.
RecommendGame(753, 753, comment, false, true, "English", true, true, () => {}, true, true, false);

If you want to change review to private, set fifth argument to false.
RecommendGame(753, 753, comment, true, false, "English", true, true, () => {}, true, true, false);

If you want to disable comments on review, set last argument to true.
RecommendGame(753, 753, comment, true, true, "English", true, true, () => {}, true, true, true);
Docs: RecommendGame function declaration.
function RecommendGame( appid, steamworksappid, comment, rated_up, is_public, language, received_compensation, divBtn, onSuccessFunc, divToShowError, navref, bDisableComments ) { $JFromIDOrElement(divBtn).hide(); var url = 'https://gtm.you1.cn/storesteam/friends/recommendgame'; if ( navref ) MakeNavCookie( navref, url ); var params = { appid: appid, steamworksappid: steamworksappid, comment: comment, rated_up: rated_up, is_public: is_public, language: language, received_compensation: received_compensation, disable_comments: bDisableComments, sessionid: g_sessionID }; $J.post( url, params ) .done( function( data ) { if ( data && data.success ) { $JFromIDOrElement(divToShowError).hide(); onSuccessFunc(); } else { $JFromIDOrElement(divBtn).show(); var $Error = $JFromIDOrElement(divToShowError); if ( data && data.strError ) { if ( !$Error.data( 'strOrigMessage' ) ) $Error.data( 'strOrigMessage', $Error.html() ); $Error.html( data.strError ); } else if ( $Error.data( 'strOrigMessage' ) ) $Error.html( $Error.data( 'strOrigMessage' ) ); $Error.show(); } } ); }
Steam tracking hours.
34 bình luận
George Droyd Neгroid 26 Thg09 @ 7:26am 
works :rjumendoka2:
+rep
Twinky 21 Thg02 @ 6:44pm 
Does someone know how I can write a review for a DLC, that is not available in the store anymore, but I own it? I tried this method, and just replaced the "753" with the steam ID of the DLC that I want to review, but that method didn't work sadly.
gumball 25 Thg08, 2023 @ 1:06pm 
yall trippin dis still works
󠀡󠀡 24 Thg07, 2023 @ 10:02pm 
Does not work
Holar 11 Thg07, 2023 @ 2:47pm 
no longer works with the new design of course :(
dead cow⁧⁧fucker  [tác giả] 28 Thg06, 2023 @ 12:40am 
@LISS Refresh browser and try again.

If anyone got questions i'll be glad to help, just add me :happy_yeti:
LiSS 27 Thg06, 2023 @ 1:20am 
Uncaught SyntaxError: redeclaration of const __POST_STEAM_REVIEW__

got an error.
dead cow⁧⁧fucker  [tác giả] 1 Thg03, 2023 @ 3:48am 
Do you have at least 2 hours of played time on Steam App?
DouBle 25 Thg02, 2023 @ 1:54pm 
I does not work for me. I tested in Chrome, Firefox and Edge. Could someone help me out please?
Xlin 25 Thg11, 2022 @ 8:23am 
Thank you! I've sent you a friend request