как автоматически лайкать активность

ВИДЕОГАЙД ДЛЯ ТУПЫХ

ЧОТО НА УКРАИНСКОМ

// ==UserScript==
// @name Steam Community auto rate up
// @version 1.0
// @description Automatically upvote content on Steam Community Activity Feed
// @author Asbra
// @include http*://*steamcommunity.com/id/*/home/
// @homepage gist.github.com
// @updateURL gist.github.com
// ==/UserScript==
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));

ВСЁ

АГА ДРОЧЕШ
Оценка
0 голосов
Поделиться
VK Telegram