<!DOCTYPE html> <html lang="ru"; > <head> <meta charset="UTF-8"> <title>Team Fortress 2 Market</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <script src="js/jquery-3.1.0.js" defer></script> <script src="js/core.js" defer></script> and in the js is written:
jQuery(document).ready(function() { var $hero = jQuerty('#hero'), $laser = $hero.find('.laser'); setInterval( function() { $hero.removeClass('idle').addClass('attack'); setTimeout( function() { $hero.removeClass('attack').removeClass('idle'); }, 3000); }, 10000); }); Here is the site itself: http://markettf2.pe.hu/
First, the dude should hang in place, and then, after a while, highlight the text, I took this hero from the site: https://anti-captcha.com/