June 25, 2022 at 12:00:11 PM UTC
VERIFY
Websites
Websites
Runtime: 1.7s
Share on Facebook or Twitter
On June 25, 2022 at 12:00:11 PM UTC, http://www.counter-strike.net/ was accessible when tested on AS4766 in South Korea.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
168.126.192.134
Query:
IN A www.counter-strike.net
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
23.7.210.225
AS20940 (Akamai International B.V.)

TCP Connections

23.7.210.225:80: succeeded

HTTP Requests

URL
GET https://blog.counter-strike.net
Response Headers
Cache-Control:
max-age=268, must-revalidate
Content-Type:
text/html; charset=UTF-8
Date:
Sat, 25 Jun 2022 12:00:10 GMT
Host-Header:
WordPress.com
Last-Modified:
Sat, 25 Jun 2022 11:58:43 GMT
Link:
<https://blog.counter-strike.net/index.php/wp-json/>; rel="https://api.w.org/"
Server:
nginx
Strict-Transport-Security:
max-age=31536000
Vary:
Accept-Encoding
X-Ac:
2.nrt _atomic_bur HIT
X-Hacker:
If you're reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.
X-Nananana:
Batcache-Hit
Response Body
<!DOCTYPE html>

<html>

	<head>
		<title>Counter-Strike: Global Offensive </title>  
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  
		<link rel="stylesheet" href="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/twentytwenty.css" type="text/css" />  
		<link rel="shortcut icon" href="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/favicon.ico" type="image/x-icon" />	
		<link href="https://fonts.googleapis.com/css?family=Quantico&display=swap" rel="stylesheet">
		<link href="https://fonts.googleapis.com/css?family=Changa&display=swap&subset=arabic,latin-ext" rel="stylesheet">
		<meta property="og:url" content="http://blog.counter-strike.net" />
		<meta property="og:type" content="article" />
		<meta property="og:title" content="Counter-Strike: Global Offensive" />
		<meta property="og:description" content="Counter-Strike: Global Offensive (CS:GO) expands upon the team-based action gameplay that it pioneered when it launched in 1999." />
		<meta property="og:image" content="http://media.steampowered.com/apps/csgo/blog/images/fb_image.png?v=6" />
		<meta property="og:image:type" content="image/png" />

		
				

						
				<link rel="stylesheet" href="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/style.css?v=1051" type="text/css" media="screen,projection" /> 
		
				<link rel="stylesheet" href="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/style_clientview.css?v=1050" type="text/css" media="screen,projection" />
		
		<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>-->
		<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
		<script src="/wp-content/themes/counterstrike_launch/js/jquery.event.move.js"></script>
		<script src="/wp-content/themes/counterstrike_launch/js/jquery.twentytwenty.js"></script>
		<script src="/wp-content/themes/counterstrike_launch/js/jquery.cycle.all.js"></script>
		<script src="/wp-content/themes/counterstrike_launch/js/jquery.easing.1.3.js"></script>
		
		<script type="text/javascript">
			$j=jQuery.noConflict();
			$j(document).ready(function () { 
				$j('#navigation li').hover(
					function () {
						$j('.dropdownItems', this).stop().fadeIn(200);
			 
					}, 
					function () {
						$j('.dropdownItems', this).stop().fadeOut(200);         
					}
				);
			});
		
		// fading images on mouseover
		$j(document).ready(function () {
			$j('div.fade').hover(function() {
				var fade = $j('> div', this);
						
				if (fade.is(':animated')) {
					fade.stop().fadeTo(500, 1);
				} 
				else {
			
				  fade.fadeIn(500);
				}
			}, 
			function () {
				var fade = $j('> div', this);
				if (fade.is(':animated')) {
					fade.stop().fadeTo(500, 0);
				} 
				else {
				  fade.fadeOut(500);
				}
			});
		});
		
		var queryArgs = document.location.search.substring(1).split('&');
		argsParsed = {};
		for (i=0; i < queryArgs.length; i++)
		{
		    arg = unescape(queryArgs[i]);
		    if (arg.indexOf('=') == -1)
		    {
		        argsParsed[arg.trim()] = true;
		    }
		    else
		    {
		        keyValuePair = arg.split('=');
		        argsParsed[keyValuePair[0].trim()] = keyValuePair[1].trim();
		    }
		}
		if ( argsParsed['clientview'] )
		{
			bForceClientView = true;
		}
		else
		{
			bForceClientView = false;
		}

		if ( argsParsed['perfectworld'] )
		{
			bForcePWView = true;
		}
		else
		{
			bForcePWView = false;
		}



		</script>
	

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-33822635-7"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-33822635-7');
</script>


		<script>
			// change view for client
			$j(document).ready(function () { 
				if ( bForceClientView || navigator.userAgent.toLowerCase().indexOf('csgo client') !== -1 )		
				{		
					document.getElementById('container').style.paddingTop = '0px';

					var viewportWidth = $j(window).width();
					var viewportHeight = $j(window).height();
					var strSize = viewportWidth+"px "+viewportHeight+"px";
					$j('body').css( { backgroundColor:"#1e1f23", backgroundSize: "100% 100%",  backgroundRepeat:"no-repeat", backgroundAttachment:"fixed", } );
					$j('.sharelinks').css( { display:"none", } );
					$j('.fullscreen-bg').css( { display:"none", } );
					$j('.logo').css( { display:"none", } );
					$j('.inner_post').css( { padding:"10px 20px 0px 20px", } );
					$j('.inner_post h2 a').css( { display:"none", } );
					$j('.post_date').css( { display:"none", } );
					$j('.bottom_cap').css( { display:"none", } );
					
					document.getElementById('container').style.width = '100%';
					document.getElementById('container').style.height = '100%';
					document.getElementById('container').style.top = '0px';
					document.getElementById('container').style.position = 'absolute';
					
					document.getElementById('content_container').style.width = '100%';
					document.getElementById('content_container').style.width = '100%';
					document.getElementById('content_container').style.padding = '0';
					document.getElementById('content_container').style.backgroundColor = 'transparent';
					document.getElementById('content_container').style.borderBottom = '0px';
					
					document.getElementById('main_blog').style.width = '100%';
					document.getElementById('main_blog').style.margin = 'auto';
					document.getElementById('main_blog').style.height = '100%';
					document.getElementById('main_blog').style.minHeight = '0';
					
					document.getElementById('sidebar').style.display = 'none';
					document.getElementById('navigation_container').style.display = 'none';
					document.getElementById('searchform').style.display = 'none';
					document.getElementById('external_links').style.display = 'none';
					document.getElementById('footer').style.display = 'none'
					$j('a').attr('target', '_blank');					
				}

			});	


		</script>
	
		
		<script>
	// Add Streams to Sidebar
//			var streamcount = 3;
//			$j.ajax({
//				type: 'GET',
//				url: 'https://api.twitch.tv/kraken/search/streams?limit=4&q=Counter-Strike%3A%20Global%20Offensive',
//				headers: 
//				{
//                              'Client-ID': 'a4kidpa8n9ztasq711d6dandy3ufibl'
//				},
				//dataType: 'jsonp',
				//data:
				//{
				//	'game': 'Counter-Strike: Global Offensive',
				//	'limit': streamcount
				//},
//			    success: function(data) 
//			    {
//					var html = '';
//					streamData = data.streams;
//					for(c=0; c<streamcount; c++)
//					{
//						html += '<div class="preview_container">';	
//						url = streamData[c].channel.url;
//						img = streamData[c].preview.small;
//						title = streamData[c].channel.status;
//						name = streamData[c].channel.display_name;
//						viewers = streamData[c].viewers;
//						html += '<a style="display:block;float:left;width:80px;height:50px;margin-right:10px;" href="' + url + '" target ="_blank"><img src="' + img + '"/></a>';
//						html += '<div class="channel_name"><a href="' + url + '" target ="_blank">' + title + '</a><br />';
//						html += '<span class="stream_viewers">' + viewers + ' viewers on ' + name + "</span></div>";
//						html += "<div style='clear:both'></div>";
//						html += '</div><!-- close preview_container -->';		
//					}
//					$j('#sidebar_streams #streams').html(html);
//			    }
//			});
			
			// add matches to sidebar
			var matchcount = 4;
			$j.ajax({
				type: 'GET',
				url: 'https://counter-strike.net/jsfeed/gosumatches',
				dataType: 'json',
				cache: true,
				data:
				{
					'count': matchcount
				},
			    success: function(data) 
			    {
					var html = '';
					for ( c = 0; c < data.length; c++ )
					{
						m = data[c];
						html += '<div class="upcomingmatch">';	
						html += '<a href="'+m.url+'" class="um_name" target="_blank">'+m.name+'</a>';
						html += '<div class="um_time">'+m.time+'</div>';
						for ( i = 0; i <= 1; i++ )
						{
							t = m.teams[i];
							html += '<img class="um_flag'+i+'" src="http://cdn.steamcommunity.com/public/images/countryflags/'+t.country+'.gif">';
							html += '<a href="'+m.matchUrl+'" class="um_name'+i+'" target="_blank">'+t.name+'</a>';
						}
						html += '<div class="um_vs">vs</div>';
						html += '</div>';		
					}
					$j('#sidebar_upcoming #upcomingmatches').html(html);
			    }
			});
			
		</script>
		<style>
.channel_image{
	margin: 0px 10px 15px 0;
	float: left;
}

.channel_name{
	padding-top:7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:17px;
}

.stream_viewers{
	font-size: 12px;
}
.upcomingmatch {
	position:relative;
	width:312px;
	height:38px;
	line-height:16px;
	padding-bottom:4px;
	margin-bottom:6px;
	border-bottom:solid rgba(151,183,209,0.1) 1px;
	z-index:10;
}
.upcomingmatch a {
	display:block;
	position:absolute;
	text-decoration:none;
	z-index:20;
}
a.um_name {
	font-weight:normal;
	top:0px;
	left:0px;
	font-size:12px;
	width:290px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
a.um_name0,a.um_name1 {
	color:#bdbdbd;
	left:24px;
	top:19px;
	font-size:16px;
	height:16px;
	width:122px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.um_name0:hover, a.um_name1:hover {
	color:#fdfdfd;
}
a.um_name1 {
	left:192px;
}
.um_time {
	position:absolute;
	text-align:right;
	top:0px;
	right:0px;
	color:#909090;
	font-size:11px;
}
.um_flag0,.um_flag1 {
	position:absolute;
	width:16px;
	height:11px;
	left:0px;
	top:20px;
	border:solid #000000 1px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.6);
}
.um_vs {
	position:absolute;
	top:20px;
	text-align:center;
	width:312px;
	left:0px;
	font-size:12px;
	color:#606060;
	z-index:11;
}
.um_flag1 {
	left:168px;
}
.title_sidebar img {
	margin-top:-1px;
}
.sidebar_container h5 {
	color:#fdfdfd;
}
.sidebar_sub_content{
	margin: 0 0 10px 0;
	height: 45px;
}

#streams a {
	font-weight: bold;
}

.preview_container{
	position: relative;
	padding-bottom:5px;
}

.flag{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#katowiceBanner {
	width:312px;
	height:138px;
	margin:0px 0px 12px 8px;
	position:relative;
	background-image:url('http://media.steampowered.com/apps/csgo/images/katowicebanner/katowice_base.png');
}
#kb_Live,#kb_Start,#kb_Resume {
	width:312px;
	height:74px;
	top:64px;
	left:0px;
	position:absolute;
}
#kb_Start {
	background-image:url('http://media.steampowered.com/apps/csgo/images/katowicebanner/katowice_start.png');
}
#kb_Resume {
	background-image:url('http://media.steampowered.com/apps/csgo/images/katowicebanner/katowice_resume.png');
}
#kb_Start_timer,#kb_Resume_timer {
	position:absolute;
	top:24px;
}
#kbs_days {
	position:absolute;
	left:25px;
	width:30px;
}
#kbs_hours {
	position:absolute;
	left:72px;
	width:30px;
}
#kbs_minutes {
	position:absolute;
	left:128px;
	width:30px;
}
#kbs_seconds {
	position:absolute;
	left:192px;
	width:30px;
}
#kbr_hours {
	position:absolute;
	left:72px;
	width:30px;
}
#kbr_minutes {
	position:absolute;
	left:128px;
	width:30px;
}
#kbr_seconds {
	position:absolute;
	left:192px;
	width:30px;
}
</style>

		
<!-- swiper head elements -->
		<link href="https://swiperjs.com/package/swiper-bundle.min.css" rel="stylesheet" type="text/css">
		<script type="text/javascript" src="https://counter-strike.net/public/javascript/swiper.js"></script>
		<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
		<style>
			.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #33333300;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
			.swiper-button-prev, .swiper-button-next {
				width:20px;
				height:40px;
				color:#ffffff;
				transform: scale(0.5, 0.5);
				opacity:0.5;
				top:40%;
			}
			.swiper-button-prev:hover, .swiper-button-next:hover {
				opacity:1;
			}
			.swiper-pagination-bullet {
				background:#fff;
				opacity:0.2;
			}
			.swiper-pagination-bullet-active {
				background:#fff;
				opacity:0.8;
			}
			.swiper-pagination-bullets {
				margin-bottom:20px;
			}
			.magnify {
				width:16px;
				height:16px;
				opacity:0.8;
				vertical-align:middle;
				align:right;
				margin-left:12px;
				margin-top:6px;
			}
			.magnify:hover {
				opacity:1;
			}
			.item_desc {
				font-family:Quantico;
				font-size:16px;
				font-weight:light;
				line-height:8px;
			}
			.r_purple {
				color:#8847ff;
			}
		</style>
		<!-- end swiper head elements -->
		
	</head>
	
	
<body>
<div class="fullscreen-bg">
	<!--div><img src="http://media.steampowered.com/apps/csgo/blog/images/blur_transition.png" class="blur"/></div-->
	<div><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/wallpaper_nologo.jpg" class="poster"/></div>
	<!--video loop muted autoplay class="fullscreen-bg__video">
		<source src="http://media.steampowered.com/apps/csgo/images/dangerzone/dangerzone_web.webm" type="video/webm">
		<!--source src="http://media.steampowered.com/apps/csgo/blog/images/nuke.mp4" type="video/mp4"-->
		<!--source src="http://media.steampowered.com/apps/csgo/blog/images/nuke.ogv" type="video/ogg"-->
	</video-->
</div>
	
<a id="btt" name="btt"></a>
	<div>
		<a href="https://www.counter-strike.net" class="logo"><img src="https://steamcdn-a.akamaihd.net/apps/tf2/toughbreak/images/trans.gif" width="424" height="160" style="z-index:10;"></a>
			
		<!--a href="http://counter-strike.net" class="logo"></a-->
	</div>
	<!--div id="dangerzonelink">
		<a href="http://www.counter-strike.net/dangerzone"><img src="http://media.steampowered.com/apps/tf2/toughbreak/images/trans.gif" width="300" height="200" style="z-index:10;"></a>
	</div-->
	<!--div id="freetoplaylink">
		<a href="https://store.steampowered.com/app/730/CounterStrike_Global_Offensive/"><img src="http://media.steampowered.com/apps/tf2/toughbreak/images/trans.gif" width="160" height="160" style="z-index:10;"></a>
	</div-->
	<div id="container">
		<!--<div id="cs_logo"><a href="https://blog.counter-strike.net"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/cs_logo.png"/></a></div>-->
		
		
<div id="navigation_container">

	<ul id="navigation">
		<li><a id="nav_home" class='blog_selected'  style="margin-right: 28px;" href="https://blog.counter-strike.net"><span>Blog</span></a></li>
		<li><a id="nav_updates"  href=

	"https://blog.counter-strike.net?cat=193"><span>Updates</span></a>

		</li>
		<!-- resources drop down -->	
		<li>
			<a id="nav_resources"  href="#"><span>Resources</span></a>
			<div class="dropdownItems" id="resources_sub_nav">
			  <a id="sub_nav_resources_about"  href="https://blog.counter-strike.net/index.php/about/"><span>About</span></a><hr />
			  <a id="sub_nav_resources_faq"  href="https://blog.counter-strike.net/index.php/facts/"><span>FAQ</span></a><hr />
			  <a id="sub_nav_resources_learn"  href="https://blog.counter-strike.net/index.php/resources/"><span>Learn CS:GO</span></a>
			</div>
		</li>
		<!--<li><a id="nav_history"  href="https://blog.counter-strike.net/?page_id=5420"><span>History</span></a></li>
		<li><a id="nav_events"  href="https://blog.counter-strike.net/?page_id=24"><span>Events</span></a></li>-->
					<li>
				<a id="nav_community" href="#"><span>Community</span></a>
				<div class="dropdownItems" id="community_sub_nav">
				  <a id="sub_nav_community_hub" href="http://steamcommunity.com/app/730"><span>CS:GO Hub</span></a><hr />
				  <a id="sub_nav_community_discussions" href="http://steamcommunity.com/app/730/discussions/"><span>Discussions</span></a><hr />
				  <a id="sub_nav_community_screenshots" href="http://steamcommunity.com/app/730/screenshots/"><span>Screenshots</span></a><hr />
				  <a id="sub_nav_community_artwork" href="http://steamcommunity.com/app/730/images/"><span>Artwork</span></a><hr />
				  <a id="sub_nav_community_videos" href="http://steamcommunity.com/app/730/videos"><span>Videos</span></a><hr />
				  <a id="sub_nav_community_workshop" href="http://steamcommunity.com/workshop/browse?appid=730&browsesort=trend"><span>Workshop</span></a><hr />
				  <a id="sub_nav_community_news" href="http://steamcommunity.com/app/730/news"><span>News</span></a><hr />
				  <a id="sub_nav_community_guides" href="http://steamcommunity.com/app/730/guides/"><span>Guides</span></a>
				</div>
			</li>
				<!-- forums drop down 	
		<li>
			<a id="nav_forums" href="#"><span>Forums</span></a>
			<div class="dropdownItems" id="forum_sub_nav">
			  <a id="sub_nav_csgo_forums" href="http://forums.steampowered.com/forums/forumdisplay.php?f=1188"><span>CS:GO Forums</span></a><hr />
			  <a id="sub_nav_css_forums" href="http://forums.steampowered.com/forums/forumdisplay.php?f=37"><span>CSS Forums</span></a><hr />
			  <a id="sub_nav_cs16_forums" href="http://forums.steampowered.com/forums/forumdisplay.php?f=7"><span>CS 1.6 Forums</span></a>
			</div>
		</li>-->
		
	</ul> <!-- close navigation div -->

			<div id="external_links" class="">
			<a id="icon_twitch" href="https://www.twitch.tv/directory/game/Counter-Strike%3A%20Global%20Offensive"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/icon_twitch.png"></a>
			
			<a id="icon_twitter" href="http://twitter.com/csgo"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/icon_twitter.png"></a>
			
			<a id="icon_instagram" href="https://www.instagram.com/csgo_dev/"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/icon_instagram.png"></a>
			
			<a id="icon_fb" href="http://www.facebook.com/CounterStrike"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/icon_fb.png"></a>
			
			<a id="icon_rss" href="https://blog.counter-strike.net/?feed=rss"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/icon_rss.png"></a>
		</div> 

		
<form role="search" method="get" id="searchform" action="https://blog.counter-strike.net" >
	<div>
		<input type="text" value="" name="s" id="s" class="search_textbox" />
		<input type="submit" id="searchsubmit" value="" class="search_button" />
	</div>
</form> 
	

</div>


		<div id="content_container">
			<div id="blog_shadow"></div>
			
				<div id="main_blog">
						<div id="post_container">
						  
							
							<div class="inner_post">
								<h2><a href="https://blog.counter-strike.net/index.php/2022/05/38300/">PGL Antwerp 2022 Champions!</a></h2>  
									<p class="post_date">2022.05.23   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<p><img src="https://cdn.akamai.steamstatic.com/apps/csgo/images/blog/antwerp2022_champions_stickers.png" alt="" width="100%" /><br />
This weekend, thousands of screaming fans in Antwerp and millions of viewers around the world witnessed the crowning of a new Major Champion. Congratulations to FaZe Clan who proved to be an unstoppable force, taking the Grand Final 2-0.</p>
<p>Today we&#8217;re releasing the champions autograph capsule, featuring autograph stickers in paper, glitter, holo, and gold. Celebrate rain, karrigan, broky, ropz, and Twistzz by supporting them in style&#8211;50% of the proceeds are shared with the players and organizations taking part in the Major.</p>
<p>And so the Antwerp Major comes to a close. Onward, to <a href="https://pro.eslgaming.com/tour/csgo/rio/">Rio</a>!</p>
  
																	<div class="sharelinks">
										<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
										<a class="sharelink" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F05%2F38300%2F&t=PGL+Antwerp+2022+Champions%21"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fb_like.png?v=2" alt="share on facebook"></a> &nbsp; 
										<a class="sharelink" href="http://reddit.com/r/globaloffensive/submit?url=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F05%2F38300%2F&title=PGL+Antwerp+2022+Champions%21"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/reddit.png?v=2" alt="submit to reddit" border="0" /></a>
									</div>
															</div>	<!-- close inner_post div -->
															<!-- inter-post rule -->
								<div class="horizontal_rule"></div>
										  
						  
							
							<div class="inner_post">
								<h2><a href="https://blog.counter-strike.net/index.php/2022/05/38246/">The stage is set in Antwerp</a></h2>  
									<p class="post_date">2022.05.18   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<p><img src="https://cdn.akamai.steamstatic.com/apps/csgo/images/blog/antwerp2022_champions_day1v3.png" alt="" width="100%" /></p>
<p>The Legends stage was a brutal test, but eight teams survived and earned their place on the main stage. Congratulations to Team Spirit, ENCE, Copenhagen Flames, FaZe, FURIA, Heroic, Natus Vincere, and Ninjas in Pyjamas. They&#8217;ll play out the rest of this event in front of the roaring crowds in Antwerp. Best of luck to all!</p>
<p>Matches start Thursday, so you still have a few hours to make your picks in the Pick&#8217;Em Challenge. Earn souvenir tokens (or purchase some more), and support for your favorite teams with team and player autograph stickers. 50% of the proceeds go to the players, teams, and organizations participating in the 2022 Antwerp Major.</p>
  
																	<div class="sharelinks">
										<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
										<a class="sharelink" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F05%2F38246%2F&t=The+stage+is+set+in+Antwerp"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fb_like.png?v=2" alt="share on facebook"></a> &nbsp; 
										<a class="sharelink" href="http://reddit.com/r/globaloffensive/submit?url=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F05%2F38246%2F&title=The+stage+is+set+in+Antwerp"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/reddit.png?v=2" alt="submit to reddit" border="0" /></a>
									</div>
															</div>	<!-- close inner_post div -->
															<!-- inter-post rule -->
								<div class="horizontal_rule"></div>
										  
						  
							
							<div class="inner_post">
								<h2><a href="https://blog.counter-strike.net/index.php/2022/05/38005/">On to the Legends Stage</a></h2>  
									<p class="post_date">2022.05.12   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<p><a href="https://store.steampowered.com/sale/csgomajorantwerp2022"><img src="https://cdn.akamai.steamstatic.com/apps/csgo/images/blog/antwerp2022_challenger_results.png?v=2" alt="" width="100%"/></a><br />
After a thrilling Challengers Stage, 16 teams remain at the PGL Antwerp Major. Congratulations to G2 Esports,  Vitality, ENCE, Outsiders, Team Spirit, Bad News Eagles, Imperial Esports, and Team Liquid!</p>
<p>They&#8217;ll battle for a ticket to the playoffs when the Legends Stage begins this Saturday, May 14th at 12:00 CEST. Watch the action live on <a href="https://www.twitch.tv/pgl">Twitch</a> or <a href="https://steam.tv/csgo">steam.tv</a>.</p>
<p>There&#8217;s still time to play the Pick&#8217;Em challenge (make your picks before the matches begin on Saturday), earn and purchase Souvenir Tokens, and show off your support with team and player autograph stickers! 50% of the proceeds go to the players, teams, and organizations participating in the 2022 Antwerp Major.</p>
  
																	<div class="sharelinks">
										<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
										<a class="sharelink" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F05%2F38005%2F&t=On+to+the+Legends+Stage"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fb_like.png?v=2" alt="share on facebook"></a> &nbsp; 
										<a class="sharelink" href="http://reddit.com/r/globaloffensive/submit?url=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F05%2F38005%2F&title=On+to+the+Legends+Stage"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/reddit.png?v=2" alt="submit to reddit" border="0" /></a>
									</div>
															</div>	<!-- close inner_post div -->
															<!-- inter-post rule -->
								<div class="horizontal_rule"></div>
										  
						  
							
							<div class="inner_post">
								<h2><a href="https://blog.counter-strike.net/index.php/2022/05/37849/">Rise and Shine</a></h2>  
									<p class="post_date">2022.05.03   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<p>Mark your calendar and clear your schedule, the PGL Antwerp Major begins May 9th!</p>
<p><a href="https://store.steampowered.com/sale/csgomajorantwerp2022"><img src="https://cdn.akamai.steamstatic.com/apps/csgo/images/blog/antwerp2022_blog_image.png?v=3" alt="" width="100%"/></a></p>
<p>Ready to support your favorite teams? Team stickers, player autographs, and the Antwerp 2022 Viewer Pass are all available for purchase now! 50% of the proceeds go to the players, teams, and organizations taking part in the 2022 Antwerp Major.</p>
<p>And for those of you who want to cheer in person, <a href="https://www.sportpaleis.be/en/event/pgl-antwerp-major-thursday-6b4dd2d4">tickets are available</a> for the main event!</p>
<h4>Viewer Pass</h4>
<p>Get the full CS:GO Major experience with the Antwerp 2022 Viewer Pass. With your Viewer Pass, you&#8217;ll get an upgradable Antwerp 2022 Event Coin, access to the Pick&#8217;em challenge, team graffiti, Steam.tv flair, and exclusive access to Antwerp 2022 Souvenir Packages.</p>
<p>Every time you upgrade your coin, you&#8217;ll receive a Souvenir Token that can redeemed for a Souvenir Package of the match of your choice. Souvenirs will feature gold stickers of the teams and map of the match you selected.</p>
<p>You can earn up to three Souvenir Tokens by playing the Pick&#8217;em Challenge, but if you want more, we&#8217;ve got you covered. Purchase the ‘Viewer Pass +3’ to start off with three Souvenir Tokens, or purchase as many Souvenir Tokens as you’d like once you’ve activated your Pass.</p>
<h4>Stickers!</h4>
<p>Team Stickers and Player Autographs (all of them!) are now available for purchase, and you can find them in the all-new &#8216;glitter&#8217; style. Team Sticker Capsules and Player Autograph Capsules feature paper, glitter, holo, and gold stickers.</p>
<h4>The Champions</h4>
<p>Shortly after the Major concludes, Champions Autograph Capsules will be available for purchase. These capsules will feature autographs of the players on the winning team, so stay tuned!</p>
  
																	<div class="sharelinks">
										<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
										<a class="sharelink" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F05%2F37849%2F&t=Rise+and+Shine"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fb_like.png?v=2" alt="share on facebook"></a> &nbsp; 
										<a class="sharelink" href="http://reddit.com/r/globaloffensive/submit?url=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F05%2F37849%2F&title=Rise+and+Shine"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/reddit.png?v=2" alt="submit to reddit" border="0" /></a>
									</div>
															</div>	<!-- close inner_post div -->
															<!-- inter-post rule -->
								<div class="horizontal_rule"></div>
										  
						  
							
							<div class="inner_post">
								<h2><a href="https://blog.counter-strike.net/index.php/2022/02/37199/">R.I.P.tide</a></h2>  
									<p class="post_date">2022.02.21   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<p>Operation Riptide has come to a close, but all of the game modes introduced in Riptide will live on, including short competitive matches and free-for-all deathmatch. Those of you who still have stars to spend can claim operation rewards until March 27th.</p>
<h4>Turning the Tide</h4>
<p>Today we&#8217;re swapping some of the community maps in CS:GO. Basalt, Ravine, Extraction, Insertion II, and County have been removed, and six new maps have entered the pool.</p>
<p>Iris and Climb have been added to official matchmaking, and are available in Casual, Competitive, and Deathmatch game modes.<br />
<img src="https://cdn.akamai.steamstatic.com/apps/csgo/images/blog/climb_iris.png" style="width:100%;"/></p>
<p>In Wingman, you can try your hand at two new maps: Crete and Hive.<br />
<img src="https://cdn.akamai.steamstatic.com/apps/csgo/images/blog/hive_crete.png" style="width:100%;"/></p>
<p>Meanwhile, there are two new Danger Zone maps available. Take a stroll through Vineyard, and watch your step in Ember!<br />
<img src="https://cdn.akamai.steamstatic.com/apps/csgo/images/blog/vineyard_ember.png" style="width:100%;"/></p>
  
																	<div class="sharelinks">
										<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
										<a class="sharelink" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F02%2F37199%2F&t=R.I.P.tide"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fb_like.png?v=2" alt="share on facebook"></a> &nbsp; 
										<a class="sharelink" href="http://reddit.com/r/globaloffensive/submit?url=https%3A%2F%2Fblog.counter-strike.net%2Findex.php%2F2022%2F02%2F37199%2F&title=R.I.P.tide"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/reddit.png?v=2" alt="submit to reddit" border="0" /></a>
									</div>
															</div>	<!-- close inner_post div -->
										  
						  
						</div> <!-- end post container -->
					
					<div class="bottom_cap">
						<span id="older_posts"><a href="https://blog.counter-strike.net/index.php/page/2/" >&lt;&lt;..Older posts</a></span>
						
					</div>
				</div> <!-- close main_blog div -->
			
		
			<div id="sidebar">
	
	

	

	<!-- language -->
	<div style="position: absolute; top:-24px; right: 0px; z-index: 10; align: right; z-index: 15;">
	<li id="icl_lang_sel_widget-1" class="widget widget_icl_lang_sel_widget">
<div
	 class="wpml-ls-sidebars-sidebar-1 wpml-ls wpml-ls-legacy-dropdown js-wpml-ls-legacy-dropdown" id="lang_sel">
	<ul>

		<li tabindex="0" class="wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-first-item wpml-ls-item-legacy-dropdown">
			<a href="#" class="js-wpml-ls-item-toggle wpml-ls-item-toggle lang_sel_sel icl-en">
                <span class="wpml-ls-native icl_lang_sel_native">English</span></a>

			<ul class="wpml-ls-sub-menu">
				
					<li class="icl-cs wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-cs">
						<a href="https://blog.counter-strike.net/cs/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="cs">Čeština</span></a>
					</li>

				
					<li class="icl-zh-hans wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-zh-hans">
						<a href="https://blog.counter-strike.net/zh-hans/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="zh-hans">简体中文</span></a>
					</li>

				
					<li class="icl-fi wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-fi">
						<a href="https://blog.counter-strike.net/fi/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="fi">Suomi</span></a>
					</li>

				
					<li class="icl-fr wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-fr">
						<a href="https://blog.counter-strike.net/fr/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="fr">Français</span></a>
					</li>

				
					<li class="icl-de wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-de">
						<a href="https://blog.counter-strike.net/de/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="de">Deutsch</span></a>
					</li>

				
					<li class="icl-hu wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-hu">
						<a href="https://blog.counter-strike.net/hu/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="hu">Magyar</span></a>
					</li>

				
					<li class="icl-ko wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-ko">
						<a href="https://blog.counter-strike.net/ko/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="ko">한국어</span></a>
					</li>

				
					<li class="icl-pl wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-pl">
						<a href="https://blog.counter-strike.net/pl/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="pl">Polski</span></a>
					</li>

				
					<li class="icl-pt-br wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-pt-br">
						<a href="https://blog.counter-strike.net/pt-br/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="pt-br">Português-Brasil</span></a>
					</li>

				
					<li class="icl-pt-pt wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-pt-pt">
						<a href="https://blog.counter-strike.net/pt-pt/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="pt-pt">Português</span></a>
					</li>

				
					<li class="icl-es wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-es">
						<a href="https://blog.counter-strike.net/es/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="es">Español</span></a>
					</li>

				
					<li class="icl-ru wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-ru">
						<a href="https://blog.counter-strike.net/ru/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="ru">Русский</span></a>
					</li>

				
					<li class="icl-tr wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-tr">
						<a href="https://blog.counter-strike.net/tr/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="tr">Türkçe</span></a>
					</li>

				
					<li class="icl-uk wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-uk">
						<a href="https://blog.counter-strike.net/uk/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="uk">Ukrainian</span></a>
					</li>

				
					<li class="icl-bg wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-bg">
						<a href="https://blog.counter-strike.net/bg/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="bg">български</span></a>
					</li>

				
					<li class="icl-da wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-da">
						<a href="https://blog.counter-strike.net/da/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="da">Dansk</span></a>
					</li>

				
					<li class="icl-it wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-it">
						<a href="https://blog.counter-strike.net/it/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="it">Italiano</span></a>
					</li>

				
					<li class="icl-ro wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-ro">
						<a href="https://blog.counter-strike.net/ro/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="ro">Română</span></a>
					</li>

				
					<li class="icl-nb wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-nb">
						<a href="https://blog.counter-strike.net/nb/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="nb">Norsk</span></a>
					</li>

				
					<li class="icl-vi wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-vi">
						<a href="https://blog.counter-strike.net/vi/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="vi">Vietnamese</span></a>
					</li>

				
					<li class="icl-el wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-el">
						<a href="https://blog.counter-strike.net/el/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="el">Ελληνικά</span></a>
					</li>

				
					<li class="icl-sv wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-sv">
						<a href="https://blog.counter-strike.net/sv/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="sv">Svenska</span></a>
					</li>

				
					<li class="icl-th wpml-ls-slot-sidebar-1 wpml-ls-item wpml-ls-item-th wpml-ls-last-item">
						<a href="https://blog.counter-strike.net/th/" class="wpml-ls-link">
                            <span class="wpml-ls-native icl_lang_sel_native" lang="th">ไทย</span></a>
					</li>

							</ul>

		</li>

	</ul>
</div>
</li>
	</div>

	<!-- monthly uniques -->
	<div class="sidebar_item sidebar_container">
        <div class="title_sidebar_monthly">
			    <div class="monthly">20,794,182</div> 
			                <div class="uniques">Unique players last month</div>
					    </div>
        <div style='clear:both'></div>
	</div> 
	<!-- close monthly uniques div -->

	<!-- buy -->
			<div id="buy">	
			<a href="http://store.steampowered.com/app/730/" id="getcsgo"><span class="playlabel">Play CS:GO on Steam</span></a>
		</div>
		<div id="merch">	
			<a href="https://valvestore.welovefine.com/title/detailView/cs-go.html" id="getmerch"><span class="merchlabel">Get CS:GO Merchandise</span></a>
		</div>
		<!-- close buy -->
	

<!-- workshop queue -->
<!--
<div class="sidebar_item sidebar_container">	
	<div id="sidebar_workshop_queue">
			<h5>YOUR WORKSHOP QUEUE</h5>
			<a href="http://steamcommunity.com/app/730/workshop/" target="_blank">VOTE</a> for your favorite community-made items.
			<div>
				<a href="http://steamcommunity.com/app/730/workshop/" target="_blank"><img src="http://media.steampowered.com/apps/csgo/blog/images/workshop/queue/queue.png"></a>
			</div>	
        	<div style='clear:both'></div>
	</div>
</div>
-->

<!-- live streams and upcoming matches --
	<div id="sidebar_streams" class="sidebar_item sidebar_container">
		<div id="title_streams" class="title_sidebar">
			<img src="http://media.steampowered.com/apps/csgo/blog/images/stream.png" />
			<h5>LIVE STREAMS</h5>
		</div>
		<div id="streams" class="sidebar_content">
			<div style='clear:both'></div>
		</div>	
	</div> 
 

	<div id="sidebar_upcoming" class="sidebar_item sidebar_container">
		<div id="title_upcoming" class="title_sidebar">
			<img src="http://media.steampowered.com/apps/csgo/blog/images/upcomingmatch.png" />
			<h5>UPCOMING MATCHES</h5>
		</div>
		<div id="upcomingmatches" class="sidebar_content">
		</div>
	</div>
 -->

	<!-- update history -->
	<div id="update_history" class="sidebar_item sidebar_container">	
		<hr style="width: 80%; background-color: #506686; border: none; height: 1px; margin-right: 32px; margin-bottom: 15px;" />
		<p class="uniques">Major Updates</p><br />
		<a href="http://counter-strike.net/riptide" id="update_riptide" title="Operation Riptide"></a>
		<a href="http://counter-strike.net/brokenfang" id="update_brokenfang" title="Operation Broken Fang"></a>
		<a href="http://counter-strike.net/shatteredweb" id="update_shatteredweb" title="Operation Shattered Web"></a>
		<a href="http://counter-strike.net/dangerzone" id="update_dangerzone" title="Introducing Danger Zone — a fast-paced battle royale game mode built on CS:GO's tactical gameplay."></a>
		<a href="http://counter-strike.net/dust2" id="update_dust2" title="Update to the classic competitive mainstay."></a>
		<a href="http://counter-strike.net/operationhydra" id="update_hydra" title="Operation Hydra"></a>
		<a href="http://www.counter-strike.net/inferno/" id="update_inferno" title="Re-visiting the classic Inferno, we focused on quality-of-life upgrades and gameplay-tweaks."></a>
		<a href="http://www.counter-strike.net/operationwildfire/" id="update_wildfire" title="Operation Wildfire"></a>
		<a href="http://www.counter-strike.net/reintroducing_nuke/" id="update_nuke" title="Introducing the latest evolution of this 1999 classic map."></a>
		<a href="http://www.counter-strike.net/operationbloodhound/" id="update_bloodhound" title="Operation Bloodhound"></a>
		<a href="http://www.counter-strike.net/operationvanguard/" id="update_vanguard" title="Operation Vanguard"></a>
		<a href="http://www.counter-strike.net/reintroducing_train" id="update_train" title="We've rebuilt the map from the ground up in order to improve both the visual appearance and competitive gameplay balance."></a>
		<a href="http://www.counter-strike.net/operationbreakout/" id="update_breakout" title="Operation Breakout"></a>
		<a href="http://blog.counter-strike.net/index.php/2014/02/8768/" id="update_phoenix" title="Operation Phoenix"></a>
		<!--a href="http://blog.counter-strike.net/index.php/2014/05/9466/" id="update_huntsman"><span>The Huntsman Update</span></a-->
		<!--a href="http://blog.counter-strike.net/index.php/2014/02/8644/" id="update_cz"><span>Introducing the cz75-auto</span></a-->
		<!--a href="http://blog.counter-strike.net/index.php/2013/12/8348/" id="update_winter_offensive"><span>The winter offensive holiday update</span></a-->
		<a href="http://blog.counter-strike.net/index.php/2013/12/8306/" id="update_2maps" title="Update to the classic Cbble and a brand new map, Overpass"></a>
		<a href="http://counter-strike.net/operationbravo" id="update_bravo" title=
"Operation Bravo, CS:GO's second operation"></a>
		<a href="http://counter-strike.net/armsdeal" id="update_arms_deal" title="The introduction of unique weapon finish collections and cases to CS:GO."></a>
		<a href="http://counter-strike.net/operationpayback" id="update_payback" title="Operation Payback, CS:GO's first operation"></a>
		
		<br /><br /><p class="uniques">Major Tournaments and Champions</p><br />
		<a href="https://blog.counter-strike.net/index.php/2021/11/36175/" id="update_stockholm2021" title="NAVI - Major Champions! PGL Stockholm 2021"></a>
		<a href="https://blog.counter-strike.net/index.php/2019/09/25446/" id="update_berlin2019" title="Astralis - Major Champions! Starladder Berlin 2019"></a>
		<a href="https://blog.counter-strike.net/index.php/2019/03/23296/" id="update_katowice2019" title="Astralis - Major Champions! IEM/ESL Katowice 2019"></a>
		<a href="https://blog.counter-strike.net/index.php/2018/09/21154/" id="update_london2018" title="Astralis - Major Champions! Faceit London 2018"></a>
		<a href="https://blog.counter-strike.net/index.php/2018/01/19972/" id="update_boston2018" title="Cloud9 - Major Champions! ELEAGUE Boston 2018"></a>
		<a href="https://blog.counter-strike.net/index.php/2017/07/19137/" id="update_krakow2017" title="Gambit - Major Champions! PGL Krakow 2017"></a>
		<a href="https://blog.counter-strike.net/index.php/2017/01/17770/" id="update_atlanta2017" title="Astralis - Major Champions! ELEAGUE Atlanta 2017"></a>
		<a href="https://blog.counter-strike.net/index.php/2016/07/15152/" id="update_cologne2016" title="SK Gaming - Major Champions! ESL One Cologne 2016"></a>
		<a href="https://blog.counter-strike.net/index.php/2015/11/12978/" id="update_cluj-napoca2015" title="Team EnVyUs - Major Champions! DreamHack Cluj-Napoca 2015"></a>
		<a href="https://blog.counter-strike.net/index.php/2015/08/12312/" id="update_cologne2015" title="Fnatic - Major Champions! ESL One Cologne 2015"></a>
		<a href="https://blog.counter-strike.net/index.php/2015/03/11579/" id="update_katowice2015" title="Fnatic - Major Champions! ESL One Katowice 2015"></a>
		<a href="http://blog.counter-strike.net/index.php/2014/11/10986/" id="update_jonkoping2014" title="Team LDLC - Major Champions! - Dreamhack Winter Jönköping 2014"></a>
		<a href="http://blog.counter-strike.net/index.php/2014/08/10177/" id="update_cologne2014" title="Ninjas in Pyjamas - Major Champions! ESL One Cologne 2014"></a>
		<a href="http://blog.counter-strike.net/index.php/2014/03/9105/" id="update_katowice2014" title="Virtus.Pro - Major Champions! EMS One Katowice 2014"></a>
		<a href="http://blog.counter-strike.net/index.php/2013/12/8278/" id="update_jonkoping2013" title="Fnatic - Major Champions! Dreamhack Jönköping 2013"></a>
		
		<!--a href="http://blog.counter-strike.net/index.php/2013/11/8199/" id="update_90new_weapons"><span>Introducing 90 New Weapons</span></a-->
		
		<br /><br /><p class="uniques">CS:GO Community Workshops</p><br />
		<a href="http://counter-strike.net/workshop/workshopfinishes" id="update_weapon_workshop" title="Create weapon finishes and submit your original work to the community workshop."></a>
				<a href="https://blog.counter-strike.net/index.php/2014/02/8805/" id="update_stickers" title="Explore our sticker creation guide and browse the community workshop."></a>		<a href="http://counter-strike.net/workshop/workshopmaps" id="update_maps_workshop" title="The CS:GO Maps Workshop makes it easy to find, download, and play CS:GO maps created by the community."></a>
		
		
		
		<!--a href="http://blog.counter-strike.net/index.php/resources/" id="update_protips"><span>Pro Tip Series</span></a-->
		<!--a href="http://blog.counter-strike.net/index.php/2012/10/5565/" id="update_skillgroups"><span>Competitive Skill Groups faq</span></a-->
		<!--a href="http://blog.counter-strike.net/index.php/2012/08/4690/" id="update_trailer"><span>The CS:GO Trailer</span></a-->
	</div><!-- update history -->

	<!-- resources -->
	<!-- <div id="sidebar_resources" class="sidebar_item sidebar_container">
		<div id="title_resources" class="title_sidebar">
			<img src="http://media.steampowered.com/apps/csgo/blog/images/crosshair.png" />
			<a href="https://blog.counter-strike.net/?page_id=5303"><h5>RESOURCES</h5></a>
		</div>
		<div id="resources" class="sidebar_content">
			<div class="sidebar_sub_content">
				<img src="http://media.steampowered.com/apps/csgo/blog/images/thumbnail_csgo_competitive.png" class="sidebar_thumbnail left"/>
				<div class="left">	
					<span class="blue bold"><a href="http://www.steampowered.com/v/?area=tourney_limited_signup">TOURNAMENT SIGNUP</a></span>
					<div class="description_text">Click the link to get started</div>
				</div>	
			</div>
			<div style='clear:both'></div>
			<div class="sidebar_sub_content">
				<img src="http://media.steampowered.com/apps/csgo/blog/images/thumbnail_getRight.png" class="sidebar_thumbnail left"/>
				<div class="left">	
					<span class="blue bold"><a href="https://blog.counter-strike.net/?page_id=5303#protips">PRO TIP: </a></span><span class="orange bold">GeT_RiGhT</span>
					<div class="description_text">Backup role on de_inferno</div>
				</div>	
			</div>
			<div style='clear:both'></div>
			<div class="sidebar_sub_content">
				<img src="http://media.steampowered.com/apps/csgo/blog/images/thumbnail_de_fuser.png" class="sidebar_thumbnail left"/>
				<div class="left">	
					<span class="blue bold"><a href="http://issuu.com/de_fuser/docs/de_fuser_issue_seven?mode=window&backgroundColor=%23222222" target="_blank">COMMUNITY: </a></span><span class="orange bold">de_fuser</span>
					<div class="description_text">CS:GO Magazine</div>
				</div>	
			</div>
		</div>
		<div style='clear:both'></div>
	</div> --> <!-- close resources div -->
	

	<!-- trailer -->
	<!-- <div id="sidebar_competitions" class="sidebar_item sidebar_container">
		<div id="trailer" class="sidebar_content">
			<a href="http://blog.counter-strike.net/index.php/2012/08/4472/">
				<img src="http://media.steampowered.com/apps/csgo/blog/images/thumbnail_trailer.png" class="left"/>
			</a>	
				<div class="blue bold left trailer_link"><a href="http://blog.counter-strike.net/index.php/2012/08/4472/">CS:GO Trailer</a></div>
			
		</div>
		<div style='clear:both'></div>
	</div> --> <!-- close trailer div -->

	<!-- valvestore -->
	<!-- <div id="sidebar_competitions" class="sidebar_item sidebar_container">
		<div id="valvestore" class="sidebar_content">
			<a href="http://store.valvesoftware.com/index.php?g=1">
				<img src="http://media.steampowered.com/apps/csgo/blog/images/csgo_merch_patches.png" class="left"/>
			</a>	
				<div class="blue bold left trailer_link"><a href="http://store.valvesoftware.com/index.php?g=1">MERCHANDISE</a></div>
			
		</div>
		<div style='clear:both'></div>
	</div> --> <!-- close valvestore div -->

		

	<!--?php
		if(function_exists('dynamic_sidebar') && !isset( $_GET['perfectworld'] ) )
		{
			dynamic_sidebar();
		}
	? -->
</div> <!-- close sidebar2 div -->			
			<div style="clear:both"></div>
		</div> <!-- close content_container div -->	
		<div id="footer" style="width: 615px;">
	<a href="http://www.esrb.org/ratings/" class="esrb"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/footer_esrb.jpg"/></a>	<div id="footer_content">
		<a href="http://www.valvesoftware.com"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/footer_valve.png"/></a>
		<a href="http://source.valvesoftware.com/"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/footer_source.png"/></a>		<a href="http://www.steampowered.com"><img src="https://blog.counter-strike.net/wp-content/themes/counterstrike_launch/images/footer_steam.png"/></a>		<br/>
		<p>&copy 2022 Valve Corporation, all rights reserved.  Valve, the Valve logo, Source, the Source logo, Steam, the Steam logo, Counter-Strike, and the Counter-Strike logo are trademarks and/or registered trademarks of the Valve Corporation.</p>
		<script src="/wp-content/themes/counterstrike_launch/js/agever.js"></script>
	</div>
	<!-- wpcom_wp_footer -->
<script defer id='bilmur' data-provider='wordpress.com' data-service='atomic'  src='https://s0.wp.com/wp-content/js/bilmur.min.js?m=202225'></script>
<link rel='stylesheet' id='jetpack_css-css'  href='https://blog.counter-strike.net/wp-content/plugins/jetpack/css/jetpack.css?ver=11.1-a.5' type='text/css' media='all' />
<script src='https://stats.wp.com/e-202225.js' defer></script>
<script>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:11.1-a.5',blog:'155055202',post:'0',tz:'-7',srv:'blog.counter-strike.net',hp:'atomic',ac:'2',amp:'0'} ]);
	_stq.push([ 'clickTrackerInit', '155055202', '0' ]);
</script>
</div> <!-- close footer div -->	</div> <!-- close container div -->
</body>

</html>
<!--
	generated 32 seconds ago
	generated in 0.248 seconds
	served from batcache in 0.002 seconds
	expires in 268 seconds
-->
URL
GET http://www.counter-strike.net/
Response Headers
Connection:
keep-alive
Content-Encoding:
gzip
Content-Length:
20
Content-Type:
text/html; charset=UTF-8
Date:
Sat, 25 Jun 2022 12:00:10 GMT
Location:
https://blog.counter-strike.net
Server:
nginx
Vary:
Accept-Encoding
Response Body
‹

Resolver

Resolver ASN
AS4766
Resolver IP
168.126.192.134
Resolver Network Name
Korea Telecom
Measurement UID
20220625120011.750152_KR_webconnectivity_f96ad83a55456f6a
Report ID
20220625T115623Z_webconnectivity_KR_4766_n1_Gl11EKWEzmZs6RC9
Platform
android
Software Name
ooniprobe-android (3.6.0)
Measurement Engine
ooniprobe-engine (3.14.1)

Raw Measurement Data

Loading…