чуть более 10 игр - шлак, темку видел давно.
код:
(function()
{
if( location.hostname !== 'store.steampowered.com' )
{
alert( 'Run this code on the Steam Store!' );
return;
}
else if( typeof jQuery !== 'function' )
{
ShowAlertDialog( 'Fail', 'This page has no jQuery, try homepage.' );
return...