Steam

Steam

Not enough ratings
Как оценить все статусы и работы в "Ленте Активности" в 1 клик.
By Chitus
   
Award
Favorite
Favorited
Unfavorite
Инструкция
1) Заходим в ленту Активности через браузер.
Лента Активности

2) нажимаем Просмотреть код элемента/ F12 / cntrl + shift + c (зависит от браузера)
и вставляем код в console:


voteUpAll = null;

(function($J){
voteUpAll = function() {
$J(".btn_grey_grey").each(function(i,e){
if (!$J(e).hasClass('active') && (e.id.startsWith("vote_up_") || e.id.startsWith("VoteUpBtn_"))) {
e.click();
}
});
};

Blotter_InfiniteScrollingCheckForMoreContent_org = Blotter_InfiniteScrollingCheckForMoreContent;
Blotter_InfiniteScrollingCheckForMoreContent = function(url) {
Blotter_InfiniteScrollingCheckForMoreContent(url);
voteUpAll();
};

voteUpAll();
}(jQuery));

3) Ну вот и всё)