Steam

Steam

88 hodnocení
How write review on Appid 753 (Steam app)
Vytvořil 󠀡 a spoluautoři (1)
Tested on Google Chrome and Mozilla Firefox.

*Guide updated: Working as of November 2022.*
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbený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.
Počet komentářů: 34
George Droyd Neгroid 26. zář. v 7.26 
works :rjumendoka2:
+rep
Twinky 21. úno. v 18.44 
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. srp. 2023 v 13.06 
yall trippin dis still works
󠀡󠀡 24. čvc. 2023 v 22.02 
Does not work
Holar 11. čvc. 2023 v 14.47 
no longer works with the new design of course :(
dead cow⁧⁧fucker  [autor] 28. čvn. 2023 v 0.40 
@LISS Refresh browser and try again.

If anyone got questions i'll be glad to help, just add me :happy_yeti:
LiSS 27. čvn. 2023 v 1.20 
Uncaught SyntaxError: redeclaration of const __POST_STEAM_REVIEW__

got an error.
dead cow⁧⁧fucker  [autor] 1. bře. 2023 v 3.48 
Do you have at least 2 hours of played time on Steam App?
DouBle 25. úno. 2023 v 13.54 
I does not work for me. I tested in Chrome, Firefox and Edge. Could someone help me out please?
Xlin 25. lis. 2022 v 8.23 
Thank you! I've sent you a friend request