Steam

Steam

97 ratings
How write review on Appid 753 (Steam app)
By 󠀡 and 1 collaborators
Tested on Google Chrome and Mozilla Firefox.

*Guide updated: Working as of November 2022.*
   
Award
Favorite
Favorited
Unfavorite
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://steamhost.cn/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 Comments
RETRO 12 May @ 1:33pm 
strError "There was a problem posting your review."
🚬󠁳⁧⁧Пвтобус 26 Sep, 2024 @ 7:26am 
works :rjumendoka2:
+rep
gumball 25 Aug, 2023 @ 1:06pm 
yall trippin dis still works
󠀡󠀡 24 Jul, 2023 @ 10:02pm 
Does not work
Holar 11 Jul, 2023 @ 2:47pm 
no longer works with the new design of course :(
dead cow⁧⁧♥♥♥♥♥♥  [author] 28 Jun, 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 Jun, 2023 @ 1:20am 
Uncaught SyntaxError: redeclaration of const __POST_STEAM_REVIEW__

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