January 19, 2021 at 10:08:47 PM UTC
VERIFY
Websites
Websites
Runtime: 3.6s
Share on Facebook or Twitter
On January 19, 2021 at 10:08:47 PM UTC, http://www.counter-strike.net/ was accessible when tested on AS20294 in Uganda.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
41.210.187.18
Query:
IN A www.counter-strike.net
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
23.39.115.144
AS16625 (Akamai Technologies, Inc.)

TCP Connections

23.39.115.144:80: succeeded

HTTP Requests

URL
GET https://blog.counter-strike.net/
Response Headers
Cache-Control:
max-age=251, must-revalidate
Content-Type:
text/html; charset=UTF-8
Date:
Tue, 19 Jan 2021 22:08:51 GMT
Host-Header:
WordPress.com
Last-Modified:
Tue, 19 Jan 2021 22:08:01 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.jnb _atomic_ams EXPIRED
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/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://pbs.twimg.com/media/Ers0n1bUwAMMItd?format=jpg&#038;name=large" 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 -->
															<!-- inter-post rule -->
								<div class="horizontal_rule"></div>
										  
						  
							
							<div class="inner_post">
								<h2><a href="https://blog.counter-strike.net/index.php/2020/12/31917/">Introducing Operation Broken Fang</a></h2>  
									<p class="post_date">2020.12.03   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<p><a href="http://counter-strike.net/brokenfang"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/brokenfang/bf_blog_image.png" alt="" width="530"/></a><br />
New challenges await with the all-new Retakes and the exclusive Broken Fang Premier. Play new maps across a variety of game modes and see how you measure up in the Operation Stats page. Complete weekly missions and choose from a variety of rewards including new agents, weapon collections, stickers, patches, and graffiti.</p>
<p>Join the fight and take part in <a href="http://counter-strike.net/brokenfang">Operation Broken Fang</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%2F2020%2F12%2F31917%2F&t=Introducing+Operation+Broken+Fang"><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%2F31917%2F&title=Introducing+Operation+Broken+Fang"><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/09/31604/">Update on Majors and Coaching</a></h2>  
									<p class="post_date">2020.09.09   - <img style='margin-bottom: -1px;' src='https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/tags/cs_blog_tag.png'></p>  
								<h4>Majors</h4>
<p>When we announced the Rio Major, we were excited to bring a CS:GO Major to one of Counter-Strike&#8217;s most passionate fan bases. At the time, we couldn&#8217;t have imagined the global challenges that have limited live events throughout 2020.  </p>
<p>We’re not going to ask players and fans to risk their health in order to attend a Major while the pandemic still poses a threat to travelers. Therefore, we have made the painful decision to cancel the November Major.  </p>
<p>So, what’s the plan? First, we’re going to hold off on scheduling Majors until, at a minimum, Regional Major Ranking (RMR) LAN events are safe to hold around the world. Until then, we expect to continue to hold online RMR events to keep track of the best teams in each region. </p>
<h4>Coaching</h4>
<p>Recently we’ve been made aware that several coaches of professional CS:GO teams exploited a bug in the game in order to gain an advantage over their opponents. It is unfortunate and frustrating that we did not respond to this bug sooner. But bugs are the reality of software—and until they are resolved, we need to be able to trust players and coaches. </p>
<p>We won’t spend much time here reiterating our stance on the importance of integrity in CS:GO matches. At a minimum, we expect that players and coaches will play by the rules, and immediately pause the match and alert tournament admins if they know of an issue that may give them (or an opponent) an unfair advantage.  </p>
<p><b>Any teams that were disqualified for exploiting this bug during an RMR event will have their RMR points reset.</b></p>
<p>As for taking action against individual coaches, we’re going to wait until we get a complete picture of the extent of the bug abuse and the punishments handed down by third parties. Regardless of those penalties, mid-match coaching will always be a tempting opportunity for some teams to violate the integrity of the match. So we may also consider limitations to coaching. </p>
<p>We’re looking forward to getting LAN events started again, and hope that we can all find a safe way to do it soon. </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%2F09%2F31604%2F&t=Update+on+Majors+and+Coaching"><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%2F09%2F31604%2F&title=Update+on+Majors+and+Coaching"><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/08/31067/">On the Case</a></h2>  
									<p class="post_date">2020.08.06   - <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/fracture/sw2_case.png" alt="" width=100% style="display:none;" />Today&#8217;s update includes some networking improvements, updates to Swamp, Mutiny, and Anubis, and an all new weapon case! </p>
<h4>The Fracture Collection</h4>
<p>Introducing the Fracture Collection, featuring designs from over 17 different community artists, and including the <a href="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/shatteredweb_knives_grid.jpg" data-rel="lightbox-image-0" data-magnific_type="image" data-rl_title="" data-rl_caption="" title="">Shattered Web Knives</a> as rare special items!<br />
  <!-- Swiper --></p>
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#01"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_01.jpg" width="100%" style="width:100%"/></a><!--p class="item_desc">AK-47 | <span class="r_purple">Gun name</span> - by author</p-->
<!--a href="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_01.jpg"><img class="magnify" src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/magnify.png"/></a-->
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#02"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_02.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#03"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_03.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#04"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_04.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#05"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_05.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#06"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_06.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#07"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_07.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#08"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_08.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#09"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_09.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#10"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_10.jpg?v=2" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#11"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_11.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#12"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_12.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#13"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_13.jpg?v=3" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#14"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_14.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#15"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_15.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#16"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_16.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
<div class="swiper-slide">
<div style="width:100%;height:100%;">
<a href="http://counter-strike.net/fracture#17"><img src="https://steamcdn-a.akamaihd.net/apps/csgo/blog/images/fracture/sw2_17.jpg" width="100%" style="width:100%"/></a>
      </div>
</p></div>
</p></div>
<p>    <!-- Add Arrows --></p>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<p>    <!-- Add Pagination --></p>
<div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 1"></span>
</div>
</div>
<p>  <!-- Initialize Swiper --><br />
  <script>
    var swiper = new Swiper('.swiper-container', {
      direction: 'horizontal',
    autoplay: {
        delay: 6500
},
loop: true,
cssMode: true,
      navigation: {
        nextEl: '.swiper-button-next',
        prevEl: '.swiper-button-prev',
      },
      pagination: {
        el: '.swiper-pagination',
        clickable: true,
      },
      mousewheel: true,
      keyboard: true,
    });
  </script></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%2F08%2F31067%2F&t=On+the+Case"><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%2F08%2F31067%2F&title=On+the+Case"><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 wpml-ls-last-item">
						<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>

							</ul>

		</li>

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

	<!-- monthly uniques -->
	<div class="sidebar_item sidebar_container">
        <div class="title_sidebar_monthly">
			    <div class="monthly">23,240,529</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=202103'></script>
<link rel='stylesheet' id='jetpack_css-css'  href='https://blog.counter-strike.net/wp-content/plugins/jetpack/css/jetpack.css?ver=9.3.2' type='text/css' media='all' />
<script src='https://stats.wp.com/e-202103.js' defer></script>
<script>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:9.3.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 49 seconds ago
	generated in 0.245 seconds
	served from batcache in 0.002 seconds
	expires in 251 seconds
-->
URL
GET http://blog.counter-strike.net
Response Headers
Connection:
keep-alive
Content-Length:
162
Content-Type:
text/html
Date:
Tue, 19 Jan 2021 22:08:50 GMT
Location:
https://blog.counter-strike.net/
Server:
nginx
X-Ac:
2.jnb _atomic_ams
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, 19 Jan 2021 22:08:49 GMT
Location:
http://blog.counter-strike.net
Server:
nginx
Vary:
Accept-Encoding
X-N:
S
Response Body
‹

Resolver

Resolver ASN
AS20294
Resolver IP
41.210.187.18
Resolver Network Name
MTN Uganda
Measurement UID
20210119225208.161203_UG_webconnectivity_31015ac1bfdf544d
Report ID
20210119T170822Z_webconnectivity_UG_20294_n1_Fov4vvTodXlibn9X
Platform
linux
Software Name
ooniprobe-cli (3.1.0)
Measurement Engine
ooniprobe-engine (0.21.0)

Raw Measurement Data

Loading…