Memasang Kode Exiting Hyperspace Circle
Login ke akun blog klik tombol blog baru, buat satubuah link baru   
kemudian beri nama sesuai fungsi,  klik Edit HTML pada link baru tersebut, 
hapus semua kode template ganti dengan kode blank template, yang tersedia pada sumber  berikut :  Get Blank Template.   edit background warna sesuai keinginan klik simpan selesai.
Kemudian klik entri halaman baru HTML pada link tersebut.
copy kode dibawah ini, pastekan kedalam halaman baru tersebut dan klik simpan selesai
<style class="Mys2010-styles">
body {);color:red;height:100%;overflow:hidden;}
body {
  background: #000;
}
header {
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:   1px 0;
  position: fixed;
  top: 0;
  width: 100%;
text-align: center;
text-shadow: 0px 0px #fff;  
font-size:  6px;
background: -moz-linear-gradient(top, #333 0%, rgba(53,02,01,1) 100%);
  border-bottom: 3px solid #dad;  
}
.ap {
position: fixed;
right: 0;
bottom: 30px;
left: 0;
height: 50px;
margin: auto;
font-family: Arial, sans-serif;
font-size: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
text-shadow: 0px 0px #FFf;  
font-size:  11px;
background:  #111;
border-top: 2px solid #f0f;
z-index: 9999;
}  
h2 {
padding: 15px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #666 50%, transparent 90%); 
}
.star {
  animation: star 10s ease-out infinite;
}
.wars {
  animation: wars 10s ease-out infinite;
}
.byline span {
  animation: spin-letters 10s linear infinite;
}
.byline {
  animation: move-byline 10s linear infinite;
}
/* Keyframes */
@keyframes star {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(-0.75em);
  }
  20% {
    opacity: 1;
  }
  89% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: translateZ(-1000em);
  }
}

@keyframes wars {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(0.5em);
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: translateZ(-1000em);
  }
}

@keyframes spin-letters {
  0%, 10% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  30% {
    opacity: 1;
  }
  70%, 86% {
    transform: rotateY(0);
    opacity: 1;
  }
  95%, 100% {
    opacity: 0;
  }
}

@keyframes move-byline {
  0% {
    transform: translateZ(5em);
  }
  100% {
    transform: translateZ(0);
  }
}
/* Make the 3D work on the container */
.starwars-demo {
  perspective: 800px;
  transform-style: preserve3d;
}
/* General styles and layout */
.starwars-demo {
  height: 17em;
  left: 50%;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 34em;
}
.byline span {
  display: inline-block;
}
img {
  width: 100%;
}

.star, .wars, .byline {
  position: absolute;
}

.star {
  top: -0.75em;
}

.wars {
  bottom: -0.5em;
}
.byline {
  color: #fff;
  font-family: "ITC Serif Gothic", Lato;
  font-size: 2.25em;
  left: -2em;
  letter-spacing: 0.4em;
  right: -2em;
  text-align: center;
  text-transform: uppercase;
  top: 29%;
}
/*** Media queries  ***/
@media only screen and (max-width: 600px) {
  .starwars-demo {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .starwars-demo {
    font-size: 7px;
  }
}
.scene,
.space {
  animation: fadeIn 3s 1 linear;
}
input {
  color: yellow;
  outline: none;
  border: 0px solid white;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 6px;
  width: 200px;
  height: 40px;
  margin: 7px 0 0 -100px;
  position: absolute;
  left: 50%;
  top: 8%;
  background: transparent;
  z-index: 9999;
  animation: reload-button 17s ease-out 1;
}
@keyframes reload-button {
  0% {
    opacity: 0;
    display: none;
  }
  95% {
    opacity: 0;
    display: auto;
  }
  100% {
    opacity: 1;
    display: auto;
  }
}
 
@keyframes bb-swivel {
  0% {
    background-position: 40% center;
  }
  3% {
    background-position: 40% center;
  }
  5% {
    background-position: 58% center;
  }
  8% {
    background-position: 58% center;
  }
  10% {
    background-position: 58% center;
  }
  12% {
    background-position: 40% center;
  }
  15% {
    background-position: 60% center;
  }
  25% {
    background-position: 60% center;
  }
  35% {
    background-position: 10% center;
  }
  39% {
    background-position: 10% center;
  }
  40% {
    background-position: 60% center;
  }
  52% {
    background-position: 37% center;
  }
  53% {
    background-position: 63% center;
  }
  54% {
    background-position: 39% center;
  }
  55% {
    background-position: 60% center;
  }
  56% {
    background-position: 36% center;
  }
  57% {
    background-position: 62% center;
  }
  66% {
    background-position: 62% center;
  }
  67% {
    background-position: 45% center;
  }
  70% {
    background-position: 45% center;
  }
  75% {
    background-position: 100% center;
  }
  100% {
    background-position: 100% center;
  }
}
.thruster-flicker {
  opacity: 0.55;
  width: 100%;
  height: 100%;
  animation: flicker 0.05s linear infinite;
}

@keyframes flicker {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.075);
  }
  30% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.015);
  }
  70% {
    transform: scale(0.92);
  }
  85% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.thruster {
  position: absolute;
  border-radius: 50%;
  height: 2.8vh;
  width: 2.8vh;
  max-height: 13px;
  max-width: 13px;
  background-color: white;
  box-shadow: 0 0 8px 3px red;
  animation: thrusters 16.5s ease-out 1;
}
.thruster.t1 {
  top: 42%;
  left: 35%;
}
.thruster.t2 {
  top: 41.5%;
  left: 64.5%;
}
.thruster.t3 {
  top: 80.5%;
  left: 63%;
}
.thruster.t4 {
  top: 81.5%;
  left: 36.5%;
}

@keyframes thrusters {
  0% {
    transform: scale(2.25);
  }
  15% {
    transform: scale(0.8);
  }
  30% {
    transform: scale(2.25);
  }
  44% {
    transform: scale(0.95);
  }
  52% {
    transform: scale(3);
  }
  54% {
    transform: scale(1.5);
  }
  62% {
    transform: scale(2.5);
  }
  100% {
    transform: scale(0.8);
  }
}
.x-wing {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg) scale(0);
  z-index: 9999;
  height: 41vh;
  width: 80vh;
  max-height: 205px;
  max-width: 400px;
  background-size: cover;
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0iNwug76uLpn4dNA8KG41Rgw_rRHqYD7lzGnD-_2kCG1ry57-aMRGvkTm8RFEhGqarzi3V98VNbzzNG7EKfAXpCoVFLynuxF6Kk0VsjfBiWLohVYaW2HCw1IVqie_caZNfeist2m-Hvw/s1600/Starwars-mys2010.png);
  animation: flightplan 16.5s ease-in-out 1;
}

@keyframes flightplan {
  0% {
    -webkit-filter: brightness(0.5) hue-rotate(-5deg);
    filter: brightness(0.5) hue-rotate(-5deg);
    transform: translate(-85%, 50%) rotate(8deg) scale(5);
  }
  15% {
    -webkit-filter: brightness(0.9) hue-rotate(-15deg);
    filter: brightness(0.9) hue-rotate(-15deg);
    transform: translate(25%, 30%) rotate(-30deg) scale(0.85);
  }
  30% {
    -webkit-filter: brightness(1.35) hue-rotate(-5deg);
    filter: brightness(1.35) hue-rotate(-5deg);
    transform: translate(-80%, 0%) rotate(15deg) scale(1.3);
  }
  44% {
    -webkit-filter: brightness(1.2) contrast(1) hue-rotate(-12deg);
    filter: brightness(1.2) contrast(1) hue-rotate(-12deg);
    transform: translate(-20%, -20%) rotate(-18deg) scale(0.75);
  }
  52% {
    -webkit-filter: brightness(1.45) contrast(1.15) hue-rotate(2deg);
    filter: brightness(1.45) contrast(1.15) hue-rotate(2deg);
    transform: translate(10%, 10%) rotate(-25deg) scale(1.65);
  }
  100% {
    -webkit-filter: brightness(0.55) contrast(0.85) hue-rotate(0deg);
    filter: brightness(0.55) contrast(0.85) hue-rotate(0deg);
    transform: translate(-30%, -30%) rotate(-47deg) scale(0);
  }
}
.subspace {
  z-index: 500;
  width: 300px;
  height: 300px;
  position: absolute;
  margin-top: -150px;
  top: 50%;
  margin-left: -150px;
  left: 50%;
}
.hosnian-prime {
  position: absolute;
  top: 55%;
  left: 50%;
  left: 0;
  right: 0;
  margin: -22vh auto 0;
  z-index: 50;
  background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhO89UpztbCb-Fm8h5FKhV26Um2rH3qu9pTIrK6lKDrC2PSJpx04Uwz2s90OVTQjaIQoaTpbneGydofO75IpiwcKvFC674KuVyuRatIKwzRFNTFb-JnWqPbKPlI9mL4f69emifiaENAIbb6/s1600-r/black-logo-sule.png");
  width: 38vh;
  max-width: 268px;
  height: 38vh;
  max-height: 268px;
  box-shadow: inset 76px 0 80px 3px rgba(0, 0, 0, 0.69), inset -1px 0 50px 15px rgba(255, 255, 255, 0.49), inset -1px 0 15px 2px white, 0 0 55px 10px rgba(0, 0, 255, 0.45), 3px 0 10px 2px rgba(0, 0, 255, 0.75), -3px 0 10px 2px rgba(96, 96, 159, 0.75);
  background-size: 602px;
  border-radius: 50%;
  position: relative;
  transform: scale(1.1) translateY(0px);
  animation-name: rotate, planet-zoom;
  animation-duration: 60s, 16.5s;
  animation-iteration-count: infinite, 1;
  animation-timing-function: linear, ease-out;
}
@keyframes rotate {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 602px;
  }
}
@keyframes planet-zoom {
  0% {
    transform: scale(0) translateY(-100px);
  }
  51% {
    transform: scale(0) translateY(-100px);
  }
  52% {
    transform: scale(0.01) translateY(-100px);
  }
  100% {
    transform: scale(1.1) translateY(0px);
  }
}
.space {
  width: 100%;
  transform: scale(1.75) translateX(-300px);
  animation: space-zoom 16.5s 1 ease-out;
}

@keyframes space-zoom {
  0% {
    transform: scale(0.45) translateX(-250px);
    opacity: 0;
  }
  48% {
    transform: scale(0.45) translateX(-250px);
    opacity: 0;
  }
  49% {
    transform: scale(0.45) translateX(-250px);
    opacity: 1;
  }
  100% {
    transform: scale(1.75) translateX(-300px);
    opacity: 1;
  }
}
.posisilingkaran {
  width: 400px;
  height: 400px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.posisilingkaran .tengah {
 left:  40px;
margin-top:20px;
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 100%;
  border: 10px solid #f00;
  overflow: hidden;
  z-index: 10;
}
#M-2010, #teks, #posisi, #dibawah  {
    position: absolute;
    font-size: 11px;
    margin: 2px
}
#M-2010, #teks div {
    text-decoration: underline;
    cursor: pointer
}
#teks, #posisi {
    text-align: right;
    right:  50px;
}
#teks, #dibawah {
    text-align: left;
    left:  50px;
}
 #dibawah, #posisi {
    bottom: -6px;
}
canvas{
  position: absolute;
  min-width: 400px;
  min-height: 400px;
  width: 100%;
  height: 100%;

}</style>
<div class="ap" id="ap">
<h2>
<div id="dibawah">
<span style="font-family: arial ; font-size: 12px; color:orange;"> Edited by . <a href="https://Link Download" title="Download Full Code"><span style="font-family: arial ; font-size: 12px; color:#eee;">&nbsp; Myscript2010 </a>&nbsp; Download </a> 
</div>
<body translate="no" ><div align="center" style="margin-top:11px">
<audio id="mys2010" src="https://sites.google.com/site/usesitesto/file/sepultura-Mys2010.mp3" controls="controls"></audio></div>
<div id="posisi">
<span style="font-family: arial ; font-size: 12px; color:orange;"> Copyright <a href="http://sample-mys2010.blogspot.co.id/2016/05/exiting-hyperspace-circle.html" target="_blank" title="Mari Belajar"><span style="font-family: arial ; font-size: 12px; color:#eee;">&nbsp; 2010 - 2016 </a>&nbsp; Let's Study </a> 
</div>
</2></a>  
</div>
<header>
<h2>
<input type="button" value="replay" onClick="history.go(0)"></2></a>
</div>
</header>
<div class="posisilingkaran">
<div class="tengah">
<canvas id="field"></canvas>
<div class="subspace">
<div class="hosnian-prime">
</div>
<div class="x-wing">
<div class="bb-unit">
</div>
<div class="thruster-flicker">
<div class="thruster t1">
</div>
<div class="thruster t2">
</div>
<div class="thruster t3">
</div>
<div class="thruster t4">
</div>
</div>
</div>
</div>
<div class="hyperspace">
<div class="scene">
<div class="wrap">
<div class="wall wall-right">
</div>
<div class="wall wall-left">
</div>
<div class="wall wall-top">
</div>
<div class="wall wall-bottom">
</div>
<div class="wall wall-back">
</div>
</div>
<div class="wrap">
<div class="wall wall-right">
</div>
<div class="wall wall-left">
</div>
<div class="wall wall-top">
</div>
<div class="wall wall-bottom">
</div>
<div class="wall wall-back">
</div>
</div>
</div>
</div>
<div class="space">
<div id="stars">
</div>
<div id="stars2">
</div>
<div id="stars3">
</div>
</div>
</div>
<div class="starwars-demo">
<h1 class="byline" id="byline">
M-2010</h1>
</div>
</div>
</div>
</div>
<ul class="mys2010-list">
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'>
</script>   
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'>
</script>  
<link rel='stylesheet prefetch' href='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelementplayer.min.css'>   
<script src='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelement-and-player.min.js'>
</script>  
<script src="//assets.codepen.io/assets/common/stopExecutionOnTimeout-f961f59a28ef4fd551736b43f94620b5.js">
</script> 
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'>
</script>
<script>var byline = document.getElementById('byline');
bylineText = byline.innerHTML;
bylineArr = bylineText.split('');
byline.innerHTML = '';
var span;
var letter;
for (i = 0; i < bylineArr.length; i++) {
    if (window.CP.shouldStopExecution(1)) {
        break;
    }
    span = document.createElement('span');
    letter = document.createTextNode(bylineArr[i]);
    if (bylineArr[i] == ' ') {
        byline.appendChild(letter);
    } else {
        span.appendChild(letter);
        byline.appendChild(span);
    }
}
window.CP.exitedLoop(1);
</script>
<music>               
<script>
      $(function () {
    $('video,audio').mediaelementplayer({
        success: function (mediaElement, domObject) {
            var audio_src = $('li.current').attr('data-url');
            mediaElement.setSrc(audio_src);
            mediaElement.addEventListener('ended', function (e) {
                mys2010PlayNext(e.target);
            }, false);
        },
        keyActions: []
    });
    $('.mys2010-list li').click(function () {
        $(this).addClass('current').siblings().removeClass('current');
        var audio_src = $(this).attr('data-url');
        $('audio#mys2010:first').each(function () {
            this.player.pause();
            this.player.setSrc(audio_src);
            this.player.play();
        });
    });
});
function mys2010PlayNext(currentPlayer) {
    if ($('.mys2010-list li.current').length > 0) {
        var current_item = $('.mys2010-list li.current:first');
        var audio_src = $(current_item).next().text();
        $(current_item).next().addClass('current').siblings().removeClass('current');
        console.log('if ' + audio_src);
    } else {
        var current_item = $('.mys2010-list li:first');
        var audio_src = $(current_item).next().text();
        $(current_item).next().addClass('current').siblings().removeClass('current');
        console.log('elseif ' + audio_src);
    }
    if ($(current_item).is(':last-child')) {
        $(current_item).removeClass('current');
    } else {
        currentPlayer.setSrc(audio_src);
        currentPlayer.play();
    }
}     
    </script>
<script>
      var totalObjects = 1500;
var maxVelocity = 2;
var starSize = 2;
var twinkleFreq = 50000;
var shootingStarFreq = 90;
var shootingStarVelocity = 100;
var shootingStarSize = 7;

window.requestAnimFrame = (function(){
  return  window.requestAnimationFrame       ||
          window.webkitRequestAnimationFrame ||
          window.mozRequestAnimationFrame    ||
          function( callback ){
            setInterval(callback, 75);
          };
})();

var canvas = document.getElementById('field');
canvas.width = document.width || 1024;
canvas.height = document.height || 768;
var ctx = canvas.getContext("2d");



var stars = [];
var shootingStars = [];
this.init();

setInterval(update, 30);
requestAnimFrame(draw);

function init() {
  for(i=0;i<totalObjects;i++){
    stars.push(new Star());
  }
}

function draw() {
  requestAnimFrame(draw);
  ctx.clearRect(0,0,canvas.width,canvas.height);
   for(f=0;f<stars.length;f++)
   {
     stars[f].Update();
     stars[f].Draw();
   }
   for(f=0;f<shootingStars.length;f++)
   {
     shootingStars[f].Update();
     shootingStars[f].Draw();
   }
}

function update()
{
  if(Math.round((Math.random()*shootingStarFreq))==1){
    shootingStars.push(new ShootingStar());
  }
   for(f=0;f<shootingStars.length;f++)
   {
     if (shootingStars[f].X < -1000)
     {
       shootingStars.splice(f,1);
     }
   }
}


function Star(){
  this.X = Math.random()*canvas.width;
  this.Y = Math.random()*canvas.height;
  this.Velocity = (Math.random()*maxVelocity);
  this.Opacity = (((Math.random()*10)+1)*0.1);
  
  this.Update = function() {
    this.X -= this.Velocity;
    if(this.X<0){ ///reset
      this.X = canvas.width+1;
    }
  };
  
  this.Draw = function() {
    ctx.fillStyle = "rgba(255,255,255," + this.Opacity + ")";
    if(Math.round((Math.random()*twinkleFreq))==1){
      ctx.fillRect(this.X,this.Y,starSize+2,starSize+2);
    }
    else{
      ctx.fillRect(this.X,this.Y,starSize,starSize);
    }
  };
}

function ShootingStar() {
    this.X = 2000;
    this.Y = Math.random()*canvas.height;
    this.Length = 1000;
  
  this.Update = function(){
    this.X -= shootingStarVelocity;
  };
  
  this.Draw = function() {
    for (var i = 0; i < this.Length; i++){
      opacity = (0.8 - (0.001 * i));
      ctx.fillStyle = "rgba(255,255,255," + opacity + ")";
      ctx.fillRect(this.X+i,this.Y,shootingStarSize,shootingStarSize);
    }
  };
}   
  </script>
Hyperspace Code by. Matt Popovich
Night sky with Stars Code by. Web Sonick
Design code is edited by. Mys2010 In Codepen
If you want to directly copy  and  paste you canDownload Here  Hyperspace Circle