Websites
Websites
Runtime: 2.2s
Share on Facebook or Twitter
On March 30, 2021 at 3:52:46 PM UTC, http://www.counter-strike.net/ was accessible when tested on AS55805 in Mongolia.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

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

TCP Connections

184.84.63.223:80: succeeded

HTTP Requests

URL
GET https://blog.counter-strike.net/
Response Headers
Cache-Control:
max-age=47, must-revalidate
Content-Type:
text/html; charset=UTF-8
Date:
Tue, 30 Mar 2021 15:52:48 GMT
Host-Header:
WordPress.com
Last-Modified:
Tue, 30 Mar 2021 15:48:35 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:
3.hkg _atomic_bur EXPIRED
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" /> 
		
		
		<!--<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/2021/03/33564/">Premier for All</a></h2>  
									<p class="post_date">2021.03.29   - <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://steamcdn-a.akamaihd.net/apps/csgo/blog/images/brokenfang/brokenfang_premier.png?v=2" alt="" width="100%" /><br />
Today we are opening up Broken Fang Premier to everyone. </p>
<p>Broken Fang Premier, which introduces a pick/ban phase to the start of a competitive match, allows players to test their mettle across the entire Active Duty map pool. Pick and ban maps, choose your starting side, and work together to win 16 rounds. </p>
<p>Operation Broken Fang ends April 30th, so now&#8217;s the perfect time to queue for Broken Fang Premier with friends. And if you&#8217;re an Operation Pass holder, you have one month to complete missions, collect stars, and redeem rewards from the Operation Shop.</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%2F2021%2F03%2F33564%2F&t=Premier+for+All"><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%2F2021%2F03%2F33564%2F&title=Premier+for+All"><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/2021/03/33418/">Strike Now!</a></h2>  
									<p class="post_date">2021.03.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://steamcdn-a.akamaihd.net/apps/csgo/blog/images/coop_fall_2.png" alt="" width="520" /><br />
All 16 Operation Broken Fang mission cards have been released, including the final Strike mission! But don&#8217;t worry if you can&#8217;t get everything done this week, you still have until April 30th to earn your stars.</p>
<h4>Music Kits</h4>
<p><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/3_new_music_kits.png" alt="" width="520" /><br />
Today we&#8217;re shipping three new Music Kits. Scarlxrd (CHAIN$AW.LXADXUT) and Neck Deep (The Lowlife Pack) are now available for purchase.</p>
<p>If you&#8217;re a fan of Supergiant Games&#8217; Hades, you may already own the Music Kit. If you own the game on Steam and have more than 5 hours of play time you&#8217;ll find the Hades Music Kit in your CS:GO Inventory.</p>
<h4>Poorly Drawn Stickers</h4>
<p><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/poorlydrawnstickers.png" alt="" width="520" /><br />
Hand-crafted by HH110011HH and Hoxton with a bit more love than skill, the Poorly Drawn Sticker Capsule is now available for purchase in-game.</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%2F2021%2F03%2F33418%2F&t=Strike+Now%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%2F2021%2F03%2F33418%2F&title=Strike+Now%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/2021/01/32375/">2021 RMR Update</a></h2>  
									<p class="post_date">2021.01.27   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<style>
      table, th, td {
        padding: 8px;
        border: 1px solid gray; 
        border-collapse: collapse;
      }
      .cntr {
        text-align: center;
        vertical-align: middle;
      }
</style>
<p></p>
<h3>2020 RMR Sticker Capsules</h2>
<p><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/rmr2020.png" alt="" width="520" /><br />
Over the past year, the top CS:GO teams in the world competed in regional ranking events for invitations to a Major Championship. Ultimately there would be no Major in 2020, but it is important that fans have an opportunity to celebrate and recognize the hard work of the best teams of 2020. So we’re excited to announce 2020 CS:GO RMR Capsules.</p>
<p>These capsules represent the teams that would have received invitations to the 2020 Fall Major, broken down by their invitation status (Legend, Challenger, Contender). You can find the final RMR scores and standings <a href="https://blog.counter-strike.net/index.php/2020-eu-rmr-standings/">here</a>.</p>
<p>For these stickers, 50% of the proceeds directly support the teams.</p>
<p></p>
<h3>2021 RMR Events</h2>
<p>We will continue to hold regional RMR events to identify the 24 teams to invite to the 2021 PGL Stockholm Major. In the link below you can find all the details and updates to the 2021 RMR event system, but here are some highlights:</p>
<li>RMR points are reset for 2021, however the 2020 RMR Legends will start with 600, Challengers with 300, and contenders with 100 points.</li>
<li>Teams can now specify a substitute player (any player who is not registered to participate or substitute for another team) that is separate from their coach.</li>
<li>A team incurs a penalty when they substitute out a player in an event, but there is no penalty when that player is brought back in.</li>
<li>During online matches only players are allowed in the room and on the server. Neither coaches nor any other team staff will be allowed in the room, on the server, or to otherwise communicate with the team during an online match.</li>
<p>The full details of the 2021 RMR system can be found <a href="https://blog.counter-strike.net/index.php/csgo-regional-major-rankings-for-2021/">here</a>.</p>
<p></p>
<h3>Coaching Integrity</h2>
<p>In September of 2020 we were alerted to the fact that many professional coaches were exploiting a coaching-feature bug to gain an unfair advantage during matches. You can read about our initial response <a href="https://blog.counter-strike.net/index.php/2020/09/31604/">here</a>.</p>
<p>Since then, ESIC has published the findings of their investigation and the resulting sanctions. You can read about them <a href="https://esic.gg/esports-integrity-commission-findings-from-investigation-into-csgo-spectator-bug-exploitation/">here</a>.</p>
<p>As our follow up, we have decided that coaches that exploited the camera bug will be ineligible to participate in some number of future Valve-sponsored events&#8211;that number to be determined by the extent of the abuse.</p>
<p>The following table translates ESIC demerits into Major ineligibility:</p>
<table style="margin: 0 auto;">
<tbody>
<tr>
<td  style="width:75px" class="cntr">ESIC Demerits</td>
<td  style="width:75px" class="cntr">Number of Majors to Miss</td>
</tr>
<tr">
<td class="cntr">2</td>
<td class="cntr">1</td>
</tr>
<tr>
<td class="cntr">3</td>
<td class="cntr">2</td>
</tr>
<tr>
<td class="cntr">4</td>
<td class="cntr">3</td>
</tr>
<tr>
<td class="cntr">5</td>
<td class="cntr">5</td>
</tr>
<tr>
<td class="cntr">6+</td>
<td class="cntr">All</td>
</tr>
</tbody>
</table>
<p>In addition to consequences for individuals, we have also thought about how commonly coaches exploited the bug, for how long it went unreported, as well as how common coach stream-sniping accusations have been. </p>
<p>To avoid the diminished integrity of coaching from casting a shadow on the integrity of Valve-sponsored events, we’ll be changing the restrictions on support staff in the following way:</p>
<p><i>During online matches only players are allowed in the room and on the server. Neither coaches nor any other team staff will be allowed in the room, on the server, or to otherwise communicate with the team during an online match.</i></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%2F2021%2F01%2F32375%2F&t=2021+RMR+Update"><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%2F2021%2F01%2F32375%2F&title=2021+RMR+Update"><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/2021/01/32508/">2021 Major Championship</a></h2>  
									<p class="post_date">2021.01.14   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<p>CS:GO’s next Major Championship will be hosted by PGL, and will take place in Stockholm at the Ericsson Globe, October 23rd-November 7th, provided it is safe to hold live competitive events by that time.</p>
<p>Join us in Sweden, or watch all of the matches online with the CS:GO Major’s first 4K 60fps stream!</p>
<p><a href="http://press.pglesports.com/123305-pgl-to-host-the-first-csgo-major-after-a-two-year-break"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/pgl_2021.jpg" alt="" width="530"/></a></p>
<p>Twenty-four teams will battle for their share of a $2,000,000 prize pool. Those teams will be identified through a series of Regional Major Ranking (RMR) events throughout the year, initially taking place online and culminating in at least one offline RMR per region prior to the Major. We&#8217;ll provide more detail about 2021 RMR events soon.</p>
<p>It has been a long stretch since CS:GO last crowned a Major Champion. Who will rise to the top and claim the title?</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%2F2021%2F01%2F32508%2F&t=2021+Major+Championship"><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%2F2021%2F01%2F32508%2F&title=2021+Major+Championship"><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/2020/12/32145/">2021 Can&#8217;t Come Soon Enough</a></h2>  
									<p class="post_date">2020.12.17   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<p>Donating weapons to a teammate in need? <a href="https://blog.counter-strike.net/index.php/2020/12/32146/">Today&#8217;s update</a> includes some quality of life upgrades.</p>
<h4>2021 Service Medal</h4>
<p><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/service_medal_2021.png" alt="" width="530"/><br />
When you reach Global General (Rank 40), you’ll have the option to reset your Profile Rank and earn (or upgrade) a Service Medal. After January 1, 2021 you’ll be able to receive the new 2021 Service Medal, an inspectable display item that will be visible wherever your avatar is shown.</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%2F2020%2F12%2F32145%2F&t=2021+Can%E2%80%99t+Come+Soon+Enough"><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%2F2020%2F12%2F32145%2F&title=2021+Can%E2%80%99t+Come+Soon+Enough"><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 wpml-ls-last-item">
						<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>

							</ul>

		</li>

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

	<!-- monthly uniques -->
	<div class="sidebar_item sidebar_container">
        <div class="title_sidebar_monthly">
			    <div class="monthly">25,946,420</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/brokenfang" id="live_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/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 2021 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=202113'></script>
<link rel='stylesheet' id='jetpack_css-css'  href='https://blog.counter-strike.net/wp-content/plugins/jetpack/css/jetpack.css?ver=9.5.2' type='text/css' media='all' />
<script src='https://stats.wp.com/e-202113.js' defer></script>
<script>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:9.5.2',blog:'155055202',post:'0',tz:'-8',srv:'blog.counter-strike.net'} ]);
	_stq.push([ 'clickTrackerInit', '155055202', '0' ]);
</script>
</div> <!-- close footer div -->	</div> <!-- close container div -->
</body>

</html>
<!--
	generated 253 seconds ago
	generated in 0.382 seconds
	served from batcache in 0.002 seconds
	expires in 47 seconds
-->
URL
GET http://blog.counter-strike.net
Response Headers
Connection:
keep-alive
Content-Length:
162
Content-Type:
text/html
Date:
Tue, 30 Mar 2021 15:52:47 GMT
Location:
https://blog.counter-strike.net/
Server:
nginx
X-Ac:
3.hkg _atomic_bur
Response Body
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
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:
Tue, 30 Mar 2021 15:52:47 GMT
Location:
http://blog.counter-strike.net
Server:
nginx
Vary:
Accept-Encoding
X-N:
S
Response Body
‹

Resolver

Resolver ASN
AS55805
Resolver IP
27.123.214.101
Resolver Network Name
MobiCom Corporation
Measurement UID
20210330155249.012845_MN_webconnectivity_9791753f06d0c453
Report ID
20210330T155139Z_webconnectivity_MN_55805_n1_wKerM0v0b1T7EoxK
Platform
ios
Software Name
ooniprobe-ios (1.0.0)
Measurement Engine
ooniprobe-engine (0.21.0)

Raw Measurement Data

Loading…