Pages

Showing posts with label TUTORIAL. Show all posts
Showing posts with label TUTORIAL. Show all posts

Sunday, 10 January 2016

Tutorial Navigation Style #4

TUTORIAL NAVIGATION STYLE #4
  1. BLOGSKIN : paste atas code < / style >
  2. DENIM / SIMPLE : Add a gadget > HTML/Javascript
  CP by : Adam Faiz

Tutorial Navigation Style #3

TUTORIAL NAVIGATION STYLE #3
  1. BLOGSKIN : paste atas code < / style >
  2. DENIM / SIMPLE : Add a gadget > HTML/Javascript
 
 
 CP by : Adam Faiz

Tutorial Navigation Style #2

TUTORIAL NAVIGATION STYLE #2
  1. BLOGSKIN : paste atas code < / style >
  2. DENIM / SIMPLE : Add a gadget > HTML/Javascript
CP by : Adam Faiz

Tutorial Circle Navigation With Hover

This is how it looks like <3

Tutorial Circle Navigation With Hover
Assalamualaikum,lepas penat beraya,terus mengadap laptop,ingat nak bagi freebies header tadi,tapi 'ter' buat navigation pulak -.-,nampak tak kemurah hatian aku ? Lololol.Untuk pengetahuan,ni tutorial navigation yang kedua aku buat selepas yang ini {click}.STP,kalau ada yang berminat boleh terus follow step by step tuto kat bawah <3.
LIVE PREVIEW:

Home

About

Tutorial

Freebies
  1. TEMPLATE DESIGNER: Blogger > Layout > Add a gadget > HTML/Javascript
  2. BLOGSKIN :  Paste atas </style>
a.circle{
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
margin:2px;
display:inline-block;
text-align:center;
background: #eee;
color:#000;
font-family:calibri;
text-transform:uppercase;
font-size:11px;
width:60px;height:35px;
border:5px solid pink;
padding:5px;
border-radius:50%;
}
a.circle:hover{
text-align:center;
color: #fff;
font-size:11px;
border:5px solid white;
background: pink;
-moz-box-shadow: 0 0 5px 5px #eee;
-webkit-box-shadow: 0 0 5px 5px #eee;
box-shadow: 0 0 5px 5px #eee;
-webkit-transform: scale( -1.0) rotate( 540deg);
-moz-transform: scale( -1.0) rotate( 540deg);}
</style>
<a class="circle" href="lINK/URL"><br />Home</a>
<a class="circle" href="lINK/URL"><br />About</a>
<a class="circle" href="lINK/URL"><br />Tutorial</a>
<a class="circle" href="lINK/URL"><br />Freebies</a></div>
P/s: Kalau ada yang RE-TUTO,tolong letak credit!
 CP by : Adam Faiz

Tutorial Button Navigation

ASSALAMUALAIKUM
Hari  khamis ni dah raya kan? lol.Bulan puasa ni memang bosan kan? tak tahu nak buat apa.tadi try main campak-campak koding kat HTML editor,and tak sangka pulak jadi button navi ni,kahkah -.-.For your information,this is my own codes,kalau ada yang guna,tolong creditkan bole? kalau taknak pun takpe,but better cedit :'3
LIVE PREVIEW:
about tutorial freebies
  1. TEMPLATE DESIGNER:  Blogger > layout > Add a gadget > HTML Javascript
  2. BLOGSKIN: Template > </style>
.graybutton {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #f5f5f5 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ededed');
background-color:#f5f5f5;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:1px solid #dcdcdc;
display:inline-block;
color:#666666;
font-family:calibri;
text-transform: uppercase;
font-size:12px;
font-weight:bold;
padding:6px 50px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
width:50px;
display:inline-block;
margin:2px;
text-align:center;
}
.graybutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #f5f5f5) );
background:-moz-linear-gradient( center top, #ededed 5%, #f5f5f5 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f5f5f5');
background-color:#ededed;
}
.graybutton:active {
position:relative;
top:1px;
}
</style>
<a class="graybutton" href="LINK URL">about</a>
<a class="graybutton" href="LINK URL">tutorial</a>
<a class="graybutton" href="LINK URL">freebies</a>
</div> 
 
 CP by : Adam Faiz

Tutorial Simple Navigation With Hover #1


TUTORIAL SIMPLE NAVIGATION WITH HOVER #1

  1. BLOGSKIN : paste atas code < / style >
  2. DENIM / SIMPLE : Add a gadget > HTML/Javascript


NOTAPENTING
  • MERAH -  Tukar warna ikut suka hati

CP by : Adam Faiz

Tutorial Highlight text colour

ASSALAMUALAIKUM
Tutorial ni direquest daripada someone ^^v kalau nak tahu,highlight text colour tu macam mana,cuba highlight text ni : SAYA BLOGGER text tu automatik jadi kaler merah kan? nak buat ke? meh sini:
Tutorial Highlight text colour 

1st STEP:
1.Sign in blogger > Template > Edit HTML > tekan simbol hitam kat tepi tu
2nd STEP:
1. CTRL+F cari kod ni : /* Header

3rd STEP:
1.Kalau dah jumpa,copy code ni:

::selection {
background:transparent;
color: red;
}

4th STEP:
1.Paste kod yang adam beri tu kat atas /* Header
5th STEP:
1.Preview dan save :)
P/S: yang adam merahkan tu warna highlight text.letak warna yang korang berkenan kay? ^^V
 
 CP by : Adam Faiz

Tutorial Letak Border Keliling Body Blog

Assalamualaikum dan Selamat petang
Next tutorial.Banyak yang request hari ni,adam buat satu-satu ya? Nak request tuto/freebies? click sini {sini} Tutorial ni boleh diguna pakai untuk template simple dan denim,kalau yang blogskin tu tak sure.So,here we go !
Tutorial Letak Border Keliling Body Blog

  • Denim Template : CTRL+F search = #content-wrapper {
  • Simple template : CTRL+F search =  .content-inner {
Copy Code:
border: 1px dashed #E7D8BF;


  • Denim : Paste bawah  #content-wrapper {
  • Simple: Paste bawah  .content-inner {
  • Nota: Simple template.Buang anak code di bawah code  .content-inner { sebelum paste code yang diberi.Contoh ;
Ubahsuai:
-Purple text : ketebalan border
-Orange text: jenis border [dashed,solid,dotted]
-Green text: color;
#Selamat mencuba ! Harap membantu.Kalau tak faham komen kay? nak suh buat pun boley ;)
 CP by : Adam Faiz

Tutorial letak cursor dalam blog

tutorial letak cursor dalam blog
Gambar hiasan*
Tutorial letak cursor dalam blog
I thought ramai yang dah tahu pasal tuto ni,tapi adam sesaje je nak update,sebab i think,masih ada lagi sebahagian orang yang belum tahu pasal ni,so,let's go!
  1. First,macam biasa from dashboard,blogger, > Layout > Add a gadget > HTML/Javascript
  2. Copy code di bawah ni dan paste di bahagian HTML tadi:
<style type="text/css">body, a, a:hover {cursor: url(URL CURSOR), progress;}</style>
p/s: gantikan text yang adam merahkan tu dengan URL cursor yang korang nak,kat bawah ada freebies,boleh pilih mana berkenan:

SELAMAT MENCUBA! ^^
CP by : Adam Faiz

Tutorial Letak Border Keliling Post Body

Assalamualaikum dan Selamat Petang
Tutorial Letak Border Keliling Post Body
  • Simple and Denim : CTRL+F Search = .post {
  • Delete anak code bawah code .post { tadi
Copy Code

background-color: #fff;
border: 1px dashed #E7D8BF;
margin: 0 0 1.5em;
padding-bottom: 1.5em;
padding: 6px;

  • Paste bawah code yang dicari tadi. :)
  • Ubahsuai ikut citaras sendiri.k.bye ! 
CP by : Adam Faiz

Tutorial : cara letak Ribbon Pada body Blog(bawh headr)

بسم الله الرحمن الرحيم|Asssalamualaikum
Hehe 1st time seumur hidup buat tuto hahaha...
saja saja je muahehehe..sesaje je nak share ngan korang ilmu ilmu yang ada padaku 
nie hehe..dengan tuto nie bolehla jugak korang cantikkan blog korang tue hehe..
untung korang pun dapat !!
ok jom kita ke tuto tue hhee
Ribbon on the body blog???
benda nie  jarang sekali dengar kan??
tapi ada jew blogger blogger yang buat benda nie kat blog diorang?
nie contoh image ribbon on the body blog:
hah! nak buat?? jom jom!!
step 1:
  • Korang cari kod nie #content-wrapper {
  • Copy kod yang aku bagi kat bawah nie:-
background:url('URL IMAGE') repeat-x;
line-height:10px;
-preview dulu oke kalau takde error or rintangan kira okla tue ;)- 
step 2: 

  • Cari kod nie #main-wrapper {
  • Gantikan code> colour Background untuk main wrapper nie kepada transparent contoh: -

#main-wrapper {
margin-left: 14px;
padding-top:38px;
width: 550px;
float: left;
border-radius: 0px;
background: transparent;display: inline; /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
step 3: 

  • Cari kod #sidebar-wrapper {
  • gantikan colour background tue kepada transparent macam di step 2
Siap hehe!!
Nota kaki : -
Url image : boleh digantikan dengan image image yang korang suka.
nie ada contoh image yang bole korang guna..
silakan ambil muahehehe
http://sl.glitter-graphics.net/pub/989/989187lp6iabbqwf.gif
http://sl.glitter-graphics.net/pub/729/729336dsmt00qvjp.gif
http://sl.glitter-graphics.net/pub/1122/1122876oldon71q31.gif
http://sl.glitter-graphics.net/pub/989/989180um8j5de50v.gif
http://sl.glitter-graphics.net/pub/989/989200szzhrc8s9l.gif
Selamat mencuba!!!
cp by :

Tutorial Stylish Fanpage box

Tutorial Stylish  Fanpage box
Nak cantikkan fanpage box korang macam kat atas tu? nak letak background cantik-cantik kat fanpage box korang? nak  hias fanpage box korang supaya nampak lebih ummphh? meh sini adam tolong ajarkan,tolong perhatikan betul-betul,step by step:
  1. Sign in Blogger >> layout >> Add a gadget >> HTML/Javascript
  2. Copy code ni:

<center><div style="height:200px;width:265px;border: 3px solid purple; box-shadow:0px 0px 0px #cecece;border-radius:5px; padding: 4px;background:url(URL BACKGROUND);">
<center><iframe src="//www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/BloggerAdamFaiz&amp;width=262&amp;height=200&amp;show_faces=false&amp;colorscheme=light&amp;stream=true&amp;show_border=false&amp;header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:262px; height:200px;" allowTransparency="true"></iframe>
  1. Paste dekat ruangan HTML tadi
Nota Kaki:
  • Merah: URL Fanpage Korang
  • Hijau: Border colour
  • Kuning: Width Fanpage Box
  • Biru: URL background yang korang nak letak
GUDLUCK! ^^V 
C/P : Adam Faiz

Monday, 23 November 2015

Advanced Guide to Decrypt Encrypted Footer Credits

how to remove encrypted footer credits from blogger template advanced guide

Hi friends, I've already written a basic guide on  "Encryption and Decryption of footer credits for blogger templates" and got a very good response for that. One of my blog readers Robin Mera posted a comment on it which I would like to mention.
Removal of footer credits Trick works well for gooyaabitemplates templates. But when we try to edit a single word, footer credit like goes despair but some of the query responsive function also not working.. can you guide me for this? how can I remove encrypted footer link without affecting other UI responsive functions?
So, I thought an advanced guide will work for bloggers who want to know how technically these footer credits are encrypted and how to remove them. In case you did not follow my previous post, please go through it.

How to Decrypt footer credits from any blogger template?

Before knowing how to remove credits from template, let us dig deep into the concept and find out how they are actually encrypted.

How are these footers actually encrypted?

I've already said in my blog post that they are encrypted using some nasty java script. Actually it's much more than a javascript. What happens during Encryption is ...
  1. The template authors design the template with all the inline javascripts.
  2. Take each javascript and pack it with necessary code that places back the footer credits in case you try to remove it.
  3. Hex encode the script to obfuscate it as shown below.
    Hex encoded script
Javascript code that has been packed helps to compress as well as to obfuscate the code. The reasons for this will be to reduce the size of the original Javascript code as well as make it harder for someone to work out what is going on and to steal it. Obviously if you have spent time and effort writing a cool widget or piece of code you don't really want every tom dick and harry coming along and ripping your code without payment or even acknowledgement. 

Why query responsive function and other features are lost when we edit the code shown above?

Basically when we are editing or removing something in the packed script or hex encoded script we make it useless to render. We are actually not editing the script that only replaces the footer link but, we are changing the entire script. So, obviously the useful script function turns out useless along with the code that replaces footer credits.

Is there no way to remove credits without loosing the features of the useful script??

As I always say 
Where there is a will, there is a way.
 Yes, we have two procedures to remove only the script that replaces footer credits back.
  • First one is useless according to me. It goes like this "Disable all the java script using no-script tag in css". I don't prefer this one because script is mandatory for my templates.
  • And the Second ..Here it comes, buckle up your seat belts and concentrate.

Process to unpack a packed java script and remove hex encoding:

So, we have two jobs to accomplish. First is to find if any packed java script is present and unpack it which is then followed by hex decoding.

1. Unpacking java script and removing of footer credits and URL redirects

Fore most step is open your template with an editor or directly in template edit section of your blogger account.
search for the following line

eval(function(p,a,c,k,e,d)
you may find multiple instances. Remember to repeat the procedure for all the packed codes. Consider for example I find the following code.

eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('4 6=n o();4 f=0;4 7=n o();4 9=n o();u 1e(L){x(4 i=0;i<L.12.g.2;i++){4 g=L.12.g[i];6[f]=g.1c.$t;1g{9[f]=g.1h$1b.18}19(1a){s=g.1f.$t;a=s.J("<P");b=s.J("N=\\"",a);c=s.J("\\"",b+5);d=s.1i(b+5,c-b-5);8((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")){9[f]=d}z{8(V(10)!==\'U\')9[f]=10;z 9[f]="K://3.1q.1p.G/-1m/1r/1n/1l/1j/1k.1o"}}8(6[f].2>R)6[f]=6[f].1u(0,R)+"...";x(4 k=0;k<g.E.2;k++){8(g.E[k].1t==\'1s\'){7[f]=g.E[k].A;f++}}}}u 1v(){4 p=n o(0);4 y=n o(0);4 v=n o(0);x(4 i=0;i<7.2;i++){8(!T(p,7[i])){p.2+=1;p[p.2-1]=7[i];y.2+=1;v.2+=1;y[y.2-1]=6[i];v[v.2-1]=9[i]}}6=y;7=p;9=v}u T(a,e){x(4 j=0;j<a.2;j++)8(a[j]==e)11 1d;11 1A}u 1U(W){4 B;8(V(M)!==\'U\')B=M;z B="#1V";x(4 i=0;i<7.2;i++){8((7[i]==W)||(!6[i])){7.q(i,1);6.q(i,1);9.q(i,1);i--}}4 r=O.1T((6.2-1)*O.1S());4 i=0;8(6.2>0)h.l(\'<S>\'+1Q+\'</S>\');h.l(\'<m w="1w: 1W;"/>\');22(i<6.2&&i<15&&i<1Z){h.l(\'<a w="1Y-21:Z;Y:Q;20:F;\');8(i!=0)h.l(\'H-F:1R 0.Q \'+B+\';"\');z h.l(\'"\');h.l(\' A="\'+7[r]+\'"><P w="1O:1C;17:1D;H:1E;" N="\'+9[r]+\'"/><1B/><m 1P="1x"><m w="Y-F: X; H: I Z; 1y: X I I; D-w: C; D-1z: C; D-1F: C; 1G-17: C;">\'+6[r]+\'</m></m></a>\');i++;8(r<6.2-1){r++}z{r=0}}h.l(\'</m>\');7.q(0,7.2);9.q(0,9.2);6.q(0,6.2)}$(h).1M(u(){$(\'#13\').1N(\'<a A="K://14.16.G/">1L</a>\');1K(u(){8(!$(\'#13:1H\').2)1I.1J.A=\'K://14.16.G/\'},1X)})',62,127,'||length||var||relatedTitles|relatedUrls|if|thumburl||||||relatedTitlesNum|entry|document||||write|div|new|Array|tmp|splice||||function|tmp3|style|for|tmp2|else|href|splitbarcolor|normal|font|link|left|com|border|0pt|indexOf|http|json|splittercolor|src|Math|img|5px|35|h2|contains_thumbs|undefined|typeof|current|3px|padding|none|defaultnoimage|return|feed|mycontent|www||templateism|height|url|catch|error|thumbnail|title|true|related_results_labels_thumbs|content|try|media|substr|s1600|no_image|092MmUHSFQ0|PpjfsStySz0|AAAAAAAACl8|jpg|blogspot|bp|UF91FE7rxfI|alternate|rel|substring|removeRelatedDuplicates_thumbs|clear|titles|margin|variant|false|br|200px|120px|0px|weight|line|visible|window|location|setInterval|Templateism|ready|html|width|id|relatedpoststitle|solid|random|floor|printRelatedLabels_thumbs|DDDDDD|both|3000|text|maxresults|float|decoration|while'.split('|'),0,{}))

I'll copy the code completely from "eval(" to last occurance of ")"  as shown in the image. Then go to the following link and paste your code under paste section then click Unpack.
http://dean.edwards.name/unpacker/

After unpacking you may get a code like the one shown below

var relatedTitles=new Array();var relatedTitlesNum=0;var relatedUrls=new Array();var thumburl=new Array();function related_results_labels_thumbs(json){for(var i=0;i<json.feed.entry.length;i++){var entry=json.feed.entry[i];relatedTitles[relatedTitlesNum]=entry.title.$t;try{thumburl[relatedTitlesNum]=entry.media$thumbnail.url}catch(error){s=entry.content.$t;a=s.indexOf("<img");b=s.indexOf("src=\"",a);c=s.indexOf("\"",b+5);d=s.substr(b+5,c-b-5);if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")){thumburl[relatedTitlesNum]=d}else{if(typeof(defaultnoimage)!=='undefined')thumburl[relatedTitlesNum]=defaultnoimage;else thumburl[relatedTitlesNum]="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLQoFO5ZEwXUgpOEke9ETn9eCsJ0450MQbmDmUfdETChWJJ7Lua-CYBQJh1SClmxYrnc3_RN0l1Ao-eQ52PS_V745PPxfSBCqhAh4Uksn7le7h_M3lXJzeh6iv9MOKm0s1BwxhlgyL6vxM/s1600/no_image.jpg"}}if(relatedTitles[relatedTitlesNum].length>35)relatedTitles[relatedTitlesNum]=relatedTitles[relatedTitlesNum].substring(0,35)+"...";for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){relatedUrls[relatedTitlesNum]=entry.link[k].href;relatedTitlesNum++}}}}function removeRelatedDuplicates_thumbs(){var tmp=new Array(0);var tmp2=new Array(0);var tmp3=new Array(0);for(var i=0;i<relatedUrls.length;i++){if(!contains_thumbs(tmp,relatedUrls[i])){tmp.length+=1;tmp[tmp.length-1]=relatedUrls[i];tmp2.length+=1;tmp3.length+=1;tmp2[tmp2.length-1]=relatedTitles[i];tmp3[tmp3.length-1]=thumburl[i]}}relatedTitles=tmp2;relatedUrls=tmp;thumburl=tmp3}function contains_thumbs(a,e){for(var j=0;j<a.length;j++)if(a[j]==e)return true;return false}function printRelatedLabels_thumbs(current){var splitbarcolor;if(typeof(splittercolor)!=='undefined')splitbarcolor=splittercolor;else splitbarcolor="#DDDDDD";for(var i=0;i<relatedUrls.length;i++){if((relatedUrls[i]==current)||(!relatedTitles[i])){relatedUrls.splice(i,1);relatedTitles.splice(i,1);thumburl.splice(i,1);i--}}var r=Math.floor((relatedTitles.length-1)*Math.random());var i=0;if(relatedTitles.length>0)document.write('<h2>'+relatedpoststitle+'</h2>');document.write('<div style="clear: both;"/>');while(i<relatedTitles.length&&i<15&&i<maxresults){document.write('<a style="text-decoration:none;padding:5px;float:left;');if(i!=0)document.write('border-left:solid 0.5px '+splitbarcolor+';"');else document.write('"');document.write(' href="'+relatedUrls[r]+'"><img style="width:200px;height:120px;border:0px;" src="'+thumburl[r]+'"/><br/><div id="titles"><div style="padding-left: 3px; border: 0pt none; margin: 3px 0pt 0pt; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;">'+relatedTitles[r]+'</div></div></a>');i++;if(r<relatedTitles.length-1){r++}else{r=0}}document.write('</div>');relatedUrls.splice(0,relatedUrls.length);thumburl.splice(0,thumburl.length);relatedTitles.splice(0,relatedTitles.length)}$(document).ready(function(){$('#mycontent').html('<a href="http://www.templateism.com/">Templateism</a>');setInterval(function(){if(!$('#mycontent:visible').length)window.location.href='http://www.templateism.com/'},3000)})

So, are you thinking why I've highlighted the code at last ignoring the other? Here is the answer.

The above code snippet shows the unpacked script packed in templateism blogger template. If you know a little Java Script you can easily find that this one is the code that encrypts the footer. The above script is written to redirect to www.templateism.com if we remove the footer credits.

You may not find exactly the same one in all template but I can say that you can find something starting with "$(document).ready(" and there will be a url after it. So, remove the similar code I've highlighted form "$(document" to last occurrence of ")" i.e, closing brace.

Repeat the same procedure with all other packed functions.
  1. Copy the packed function code (starts with "eval(function(p,a,c,k,e,d)").
  2. Goto http://dean.edwards.name/unpacker/ and unpack it.
  3. Replace the unpacked code in the place of packed code.
  4. Remove everything starting from "$(document).ready(" to ")" last closing brace.

2. Remove encoded script using Hexdecoder:

Some webmasters use this technique to hide their footer encrypting code. Its very simple to find the hex encoded. It is a very long list of hexadecimal characters stored in an array variable. In java script we use "var" to declare a variable. You can see the snippet below to get an idea how the hex encoded script looks.
Hex encoded script
I'm sorry Blogger doesn't allow me to post the script directly

Now copy all the code starting from "var" to  last semicolon of script. Click the below link and paste the entire copied code in the box and click on decode.
http://ddecode.com/hexdecoder/

Then replace the decoded script with the one that is present in your template. At the end in the decoded script, you can find a code looking like the one below (not exactly same but similar)

$(document)[_0xc5eb[58]](function (){$(_0xc5eb[54])[_0xc5eb[53]](_0xc5eb[52]);setInterval(function (){if(!$(_0xc5eb[55])[_0xc5eb[3]]){window[_0xc5eb[56]][_0xc5eb[18]]=_0xc5eb[57];} ;} ,3000);} );

As I said previously, this is also an obfuscated version to replace the footer credits. Remove this thing, repeat the same procedure for all such hex encoded scripts.

Conclusion

Officially I say that you must not do this. Follow the instructions at your own risk. I'm not responsible for anything :P 
If you have any problem, just drop a comment below, I'll help you to sort it out.

Thanks to Robin as he helped my blog readers to learn something new.

Disable Some Features in Sora Template

You may hide some features in Confidence Blogger Templates created by Sora Template by using CSS as follows:

PUT THE FOLLOWING CODE BEFORE OR ABOVE /b:skin

DISABLE SOCIAL COUNTER

#aero-social-counter-widget-2 { display: none }

DISABLE HEADER

#header { display: none }

DISABLE SLIDER
#slider-container { display:none }
#slider-container { display:none }
#slider-container { display:none }
#slider-container { display:none }
#slider-container { display:none }
#slider-container { display:none }

DISABLE SEARCH BOX

#search-3 { display: none }

DISABLE FOOTER CREDIT LINK

1. Surround the credit code with the following code
<div class=”credits”> and </div>
. So, it'll look like this:
<div class=”credits”><div id=”credit”>……</div></div>

2. Find /b:skin dan put the following code above it:
.credits { display:none !important; }

REMOVE OR DELETE THE CREDIT LINK

1. Find this code: //<![CDATA[
2. Find javascript code above the code no.1 like this code:
<script type='text/javascript'>//<![CDATA[
var posts=6,
num=2,
previous="&#171;",
next="&#187;";
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('5I="<9u=9v\\"9w\\"\\"9x.9y) 9z)9A=\\"9B(u/)i(2z=9C(2A<)2A=;9D(9E+;9F-=9G/T)9H-;ki=2A+u-;9I)ki=9J+\\"14 ls=9K>ae\\"B\\"o +9L\\"/1l\\"9M()1i(>)fB=)fD=1R\\"hm+\'1m=\'G\'>+2B\\"/>;2C+\'1m=/1S\'F\\"&a-1u=+31\'>+2B\\"/>;U(=\\"ae)M=< V\\"\\"2e\\"1T\'5J\';2f>+2B\\"/>;2C+\'1m=# 2g=43\'5J\';2f>+2B\\"/>;o(a 9N<9O+)fB=9P+\'14 ls=9Q>+j\\"/1l\\"es fj=1i(=\\"ae)M=< V\\"++\\"1/>;2C+\'1m=/1S\'F\\"&a-1u=+T+\\"1/>;U(=\\"ae)M=< V\\"\\"2e\\"1T\' j\';2f>+j\\"/>;2C+\'1m=# 2g=43\'j+)m as\\"\'j+<a\\"9R()1i(<9S(=\\"ae)M=< V\\"\\"2e\\"1T\'5K\';2f>+et\\"/>;2C+\'1m=# 2g=43\'5K\';2f>+et\\"/>;a 9T.9U(44\\";a 45=9V(bo-ae\\";o(a =;<5L;+)9W.5M=hm;9X&44.9Y=\\"i(45)45.5M=<i ls=9Z\\"\'hm+<dv\\"Q 46(T{a a0.a1(a2$a3$,0;5N(5O) a4)a5(11.X(/1S\\"!-)2D\\"47)=a6\\"1D/ae/)1,11.X(?33-a\\")es =11.2h(11.X(/1S\\"+5P\\"&a\\")i(11.X(?=)=1&11.X(.M)=1i(11.X(/1S\\"=-)D\\"ae;5Q\\"2j=)=5R\\"2j=)5S)es =;5T\'34 r=\' +a7-36&a8>5U>)es{=a9;2D\\"2E\\"=-)T=ab(.X(#2k\\"!-)=.2h(.X(#2k\\"+,.1E;5V.5W(<5X\\"++5Y-\\"F\'ac-36&ad \\\\3/1F\'} af(5Z{37=60-)61;a 38=62(ha\\"[]63=64\\"1F)39.66\\"67\\"39.68\\"r\\"G\\"ed/T/3a?1v-2l=+37+&a-1u=&l=3b-3c=69)6a) ag)3d(6b*T;=6c.6d\\"ed)0;a 6e.6f(34\\";6g=1U/48;6h(6i,+5Y-\\"F\\"ai\\"3d\\"6j-36&6k\\";38.6l(6m}Q aj)2F=6n.am[]an=6o$.2h(,9+6o$.2h(32)ao(ap;fD=1R\\"aq=/ar\\"6p\\"2E\\"31\\"2j=+;av=/1S\\"F\\"47\\"6p\\"2E\\"31\\"2j=+;49=4a f$\\"6q\\".1E$\\"6q\\".aw(< M=2G ax 4b 6r ay az 4c 6s;aA 99 aB:1p;6t 6u\\"he=ht:/w.4d.o\\"aC y<aD\\"6v:#6w>4d<14>/>)es aE.V\\"3e/6x;(.aF)12(aG)$\\"aH\\".aI(<1l<14>) Q()$f.3f=aJ)6y=.aK.,aL$[<4e\\",.6z\'>&17<14>]ji(\\")1V=g)1W$=(hs,6A$)aM(6B;$aN)aO(.3g(}6C({a $$k)mn=4f($,=fo;6D.4g)mn.4g=4h({.6E$aP$[]o$ah>1$.3g(;fo$aQ&$.2m(\\"i\\"4i]ji(\\")3h<aR.aS$ah}aT}aU(mn)aV=mn.2m(\\"l\\"6F\\"1X]ji(\\")0;fo=aW.aX;aY}aZ=g$)$.b0.6G$6H.ln();2H.1n({a =b1=b2;a =.3i{,6I,p;.2I=(l.+.4j,hs.lc(,.b3.1n({(hs.13[.b4.C\\"\\")4k(l:a(l\\".1G(.4j))s.[] fo=;(l:a(l\\"k)$f.6J&!.4l?b5:b6]1V,u)ec(g)i(.b7((>:is-hl\\"k)}.o(.+.4m)4n)1W$=(a,hs;b8(6K{a l=ae()6L\\"i)$.6M.b9(g)1V.al$i}.ba({u.al$i}};.bb(hs}.1n({a 4o=6F;fs.bc&(.3j.6N&.3j.6O<)bd(.3k) (hs.be( )}}6y=.bf.=]s.p{;4p=g)4q.bg(.3j.6N&.3j.6O>&bh&.15.2J!bi.bj(6P\\"6Q);fc{4m:s-bk,4r:s-bl,6R:s-bm\\"bp:s-u-bq\\"br\\"bs\\";6I=bt:bv,4j:bw\\"bx:,ea:0,15:6S\\"hw}by\\"bz,6T:bA,4l:as,bB({,bC({,bD({,bE({}$f.3i{3g:g)4q.bF==bG$ah\\";.bH$l$[l.,.2K.C\\")k)bI)bJ.1G(.2K.id\\"u\\".ie)cs\\"4c,6U\\";.bK(u)m hs,6V:g)4q.2F=6P\\"6Q,u=bL(.2K.id\\"u:4s)cs\\"4c,\\"6s\\";4p.al$l;.bM(u)$bN({4p.al$l;.bO(u))m hs}}(6W;(g${.1d=6X,2n)bP=6Y.bQ({c=.3i{,.1d.bR;bS(1Y,3l;6Z$\\"6\\"6)6.1Z$\\"6 i,1e;4t.bT;70.1o.bU;71.1o.4u=z=bV:as;bW\\"4v 72\\"73:\\"lc\\"6.bX.1H=;bY.4w.bZ=\\"1f;J=N?3e:c0\\"6.1w{;1q\\"c1 c2.M;h.16)J=-c3;h.74=\\"{2o$6.74.q$\\"6\\".2l(6Z)6.2L=c4>}h.75! \\"{4x=(c.c5.2L?c6)6.76.c7>}h.c8{Y.6C({c9.C(ca()21)6.W.cc(.77.1Z}h.4y)=6)i(78.1I()6.s(\\"cd:6U\\")i(c.1g)6.ce.1H=79.W.77.23(:is\\".ln(.13\\"ln\\")cf.23(:at)3m)12(3m)}cg$\\"6 i,1e;a ch-*6.1o.1H)i(N)6.3n.s(\\"2M\\"\\"lc\\"\\"it\\"\\"0%,4z:lf\\")6.W.1r(4t.7a*0+%)cs\\"4b,ci\\".it(10\\";4h({7b{4A\\"\\"6r}.7c.23(:is\\".1r);6.K.H=1q\\"Z(,+3o.1r)\\"4B\\"3p*2N(+p\\"6.W.s(v),0)es{v[J]6.16?24\\"3p*25)\\"7d\\"3p*25)\\"x;cj(4t.7a*0+%)ck.1w;4h({7e.it()cs{4z:lf\\"\\"2M\\"\\"lc\\"),0)}18.16=cl.cm{2O:10\\"\\"la\\"\\"et,cn:-0%}.4C.O.7f.4D}h.7g)i(7h)1J=4x;co=(<7i\\"cp>/l\';a =;o(a =;<cq+{cr(<i<>++<a<l>)j+i(4E{(2o.7j)6.4F$\\"fe-2p-a ia,6.19)es{4G(4H;1J=(.7k \\"6)}1J.4C.O.13\\"3q)6.ct(4I(1a)4J(;f!(hs.4K\\"3q){1J.2l((hs)6.1o.1h=R\\"6.1h=1b\\"6.1K(1J.2l((hs)6.2q})i(c.4L{a 4M (<7i\\"7l>l>7m\\"1x V\\"\\"\'6.cu+<a<l>l>7m\\"et V\\"\\"\'6.cv+<a<l>/l\\";h.2L)$6.19)3r(4M;1L=(.7n \\"6.19)es{4G(4M;1L=(.7n \\"6)i(6.cw(z=4N.7o(.1x)12(26\\";es h.O=4O.7o(.et)12(26\\";1L.3s.3t,4P{1a.2r)7p=(hs.4K\\"et)6.1s(R\\":1y\\"1x)i(2P(P)3u,c.27))i(c.7q&$\\"6Y\\".1E=)Q cx{h.1z)7r 4Q=9&1a.3v! cy;U(1a.3v=3)a 1M.1s(R\\";U(1a.3v=3)a 1M.1s(1b\\";h.3w)6.1K(1M.2q}$cz)bn(cA,cB}h.cC)6.7s=cD(cE.cF)\\"cG:cH\\"6.3s.7s,6X{.2r)cI.1a;a 7t=.cJ*cK/4,cL.1s(R\\":1y\\"1x)i(2P(P)3u,c.27))i(c.3x)i(c.cM&c.3x)cN({2Q),g)i(6.3y)4R(};4S=7u(7v.7w)i(c.1j)cO$\'3z\\"7x>14>/1l<dv\';i(4E{cP(4T)6.1j=(.7y\\"6.19)es{4G(4T)6.1j=(.7y\\"6)cQ=c.3x?2R:4U\\"6.1j.cR)1U(7z=2R?c.4V:c.4W;cS(4I(1a)4J(;f$k)4X(2R){2Q) cT}18.7A)6.3y=as})i(4Y\\"3A.4Z)cU,cV,cW,cX.1n({f\\"4v cY.50\\"73,cZ};d0()i(d1(;U(.1A.1E=)6.as(;d3.4w.1r)6.it(;d4(e ae;d5.1f 6.1o.1H)6.1r)(z+28*25)2S=N?.1A[]d6.ae;d7.7B.ae:.1A[]d8.1I()k.50\\"7C\\"7D;51(7E\\"7F,as)}d9{da.db-.1A[]7G-.1A[]dc.dd.b(x<7H.ae-2S)L.b(x<7H.ae-7I;f!3B)7J(;h.7K=6&6.16)i(6.de=x(z=0&4B|z=6.C-&d>?2T)1F+:)6.K.H=N?29\\"(3C-x+p,):24\\"(3C-x+p,,);2a.1w}}dg()6.1z=as;h.2s= z&!3B&!d=dh){a di>?1y\\"et)6.1s(1b\\";h.3w)&7L)2S<5&L.b(x>0|2T)1F/)3u,c.27)es 52.1o.2q}7M\\"7C\\"7D;7M\\"7N,7O;dj;dk;dl;dm}i(c.15.53(= 6)(dn.do({f!dp(N)6.7c.23(:is\\".1r);v[J]-*6.1o.1H)6.23(:is\\".1r)\\"x;h.16)6.1I()6.K.H=N?29\\"6.K.H+,):24\\"6.K.H+,,)}2a.1w}18.3n.it(25);6.K.H=1(z+28*25)\\"x;h.16)6.1I()6.K.H=N?29\\"6.K.H+,):24\\"6.K.H+,,)}2a.1w})6.dq);dr(ds{f!du{dw;dx;c.dy)i(as)2Q)i(c.7P.dz\\"3q)e(P.13\\"3q) dA=0|P=dB:as;f!c.1g&6.7Q)7R=4N.54\\"2b)4k(.1x)12(26\\";U(P=4O.54\\"2b)4k(.et)12(26\\";18.54\\"2b)i(6.1N&P=1O{2Q)6.dC)i(c.15.53(= 6)dD.4w.23(:is\\".1r)6.23(:is\\".it(;h.O=&2c=6.C-&6.1N&2t=R\\"6.2u=dE;U(z=6.C-&2c=0&c.1g&6.1h!\\"1x)2U-*6.C+)7S\\"x;18.2u=1(1M.1H)7S\\"x;v[J] dF(1q{dG.4D;v[J]6.1f\\"Z(,+2U\\"0\\"\\"Z(+2U\\"2V\\"6.W.s(v)1V\\"dH dI\\"Q({3D(1P))es dJ.K.7T({3D(1P))es{Y.4C.O.dK(c.2d) Y.7U)55(c.2d,g)6.dL))};3D=dM{h.7K=6)h.O=&6.2s=6.C-&6.1N{v[J]-*dN\\"x;h.16)6.1I()6.K.H=N?29\\"6.K.H+,):24\\"6.K.H+,,)}2a.1w}U(z= 1O&56=&6.1N{v[J]-*1P+p\\"i(1q{2v;v[J]6.1f\\"Z(,+v[J]\\"0\\"\\"Z(+v[J]\\"2V\\"6.W.s(v)6.1z=as;z=71.dO);dP({f!dQ.1K(1y\\"et)} dR({dS(4S)i(c.1j)7V\\"as\\".13\\"ly)1U(c.4W}6.dT({4S=7u(7v.7w)i(c.1j)7V\\"ly)12(2R)1U(c.4V);2P=7W)i(6.1N&dU(z=0&P=dV &6.1h!\\"et)7X h.O=1O&P=&6.1h=\\"et)7X 7Y;3E 3l;dW(i)6.1h=i;dX=R\\"m z=6.C-?:z+;3E z=4N.C-:z-}6.1I=7Z{dY{-dZ-e0:u/E+s}}6.80);.1d.81 82\\"ae,83\\"e1,3x:e2:E,2d:0,84,e3,7q:85:as,86\\"2B,87\\"et,1j:as,4V:e4,4W\\"ly,88:as,e5,27:e6:as,19:\\"e7:\\"e8({,89({,fe:g)}e9({}$f.1d=eb{2H.1n({f$k)fn(.8a\\".1E=1$k)fn(.8a\\".ee;U((hs.aa\\"1d\\"!57)e .1d((hs,2n))}(6W;1k.ef=eg)8b=8c(8d}8b)m 58(g)1W$k=3F)$k.13\\"eh)ei=;ej(l\\".1n()ek+1k(el.em))1W$ak$k.H\\"3z\'ak>/i>)1W$8e=8f(.H\\"3z\'8e\'<dv\\";a 8g$k.2m)en(.it(;eo)eq+8h;a 59=3G/er ev,ep)$k.2W(lf:-\\"ew}ex\\"ey,g)$k.s(lf\\"8h)8i(3G,59))8i(3G,59)$k.1V(g)1k(hs.3e),g)ez=3F)3C(;a 5a=eA+eB=5a/eC(5a,eD}}} 1Q[eE\\"=1Q[8j] 8c(1Q,df\\"8k\\"eF(,,,,)m 1Q[1Q.e]eG}eH:A{S(/d*+}eI(,,,,)m-*t=)(-)b,eJ:A{f(/d2<)eK-/*-t(-)1+}eL(,,,,)m *t=)eM,eN(,,,,)m *(=/-)eO+}eP:A{f(/d2<)S ***+;1B(t=)eQ+}eR(,,,,)m *t=)eS,eT(,,,,)m-*(=/-)eU+}eV:A{f(/d2<)eW-/*(-2***-)b,eX:A{S(/d****+}eY:A{S(2X****+)b,eZ(,,,,)i(t=/)1C /*****+;1B(t=)f0+}f1:f2 ,,,)m-*f3(1t/)++}f4(,,,,)m *f5(1t/)+}f6(,,,,)m-/*L.o(1t*/)1+}f7:A{8l=?:*3H*f8)b,8m:A{8l=?+:*-3I-f9+)b,fa:A{ft=)3J(=fb +;f(/d2<)ff.o(,0(-)+;1B(L.o(,1*-)2+} fg(,,,,)m-*L.5b(/d*)1+}fh(,,,,)m *3K(-2X*)b,fi:A{f(/d2<)1B(3K(-*)1+;1B(3K(-t=)t+)b,fk:A{a =.21;a =;a =;ft=)3J(t=)=)3L(8n(<5c)5d a =/2w.I*5e(/)m-fl.o(,0(-1)L.i(3M**L.3N)b,fm(,,,,)5f(=3O ;f(/d=1C +;f!)=*.;5g.b(){=;a =/}5h(*1t)L.5i;8o.o(,1*)L.i(3M**1t/)cb,fp(,,,,)5f(=3O ;f(/d2=fq +;f!)=*.*.;5g.b(){=;a =/}5h(*1t)L.5i;fr-.**3H*(-1)L.i(3M**1t/)3P *3I-0(-1)L.i(3M**1t/)fu,fv(,,,,,)i(=8p *t=)t(8q*-)b,fw:5j{fs=3Q)=.21;S(2X**(+)3R+)b,fx:5j{fs=3Q)=.21;f(/d2<)fy((*8r+)3R+;1B(t=)t((*8r+)3R+)b,fz(,,,,)m -1k.fA+}fC(,,,,)i(t=)fE)fF**+;U(</.5k *5l*t=./.5*+.5+;U(<./.5k *5l*t=.fG)fH)8s S(.65(-fI)fJ)b,fK:A{fL 1Q.fM*.+;5m.fN*.+*.+})1k.fO) fP)fQ()fR$\\"1Y)at(dt-15\\";a 5n=(.1d\\".1v\\"fS\\";a fT;(.1d\\".1d(fU:5n,2d:fV:as,84,fW,1v:g)$\\"fe-1h-a,.7x)cs{2G:3S}}8t:g)$\\"fe-8u\\".2W(5o:30 2J:}}8v({(.8w)8x{fX,2J:}{3T\\"8m\\")};(#fY\\".s(\\"2M\\"\\"lc\\")fZ(8d};(.g0)g1{ea:0,1b:2Y\\"82{2J:2Y\\"2y:2Y\\",g2};a 5p\\";(.8y.\\".g3(g)i((hs.a(=$k)at(5q){5p$k)2Z)$k)2Z\\")};(.8y.\\".g4({f$k)2Z)=\\")(hs.a(5p};(<3U/\\".5r\\"g5)$\\"2p >,\\"5s:8z\\"\\"au\\"\\",1U\\"\\"g6..}.5r\\"a 3U)$\\"g7 \\".1n({a l$k)$\\"2p >,\\"au\\"e.1v\\"V)\\"et:g8(}.5r\\"a 3U))$\\"a 3U)g9(g)8A.ga$k)fn(2p:5s)2Z)))<gb gc\\"48>a =/,=49,,,,;(;Q 5N(gd{a M\\";2z=ge;gf=u-2z)u=2z*+;2A=-2z;gg=gh/T)1i(gi=gj=gk(ki>gl;M=<4e\'ae\'gm ++ f\\"gn+<14>;a 5t=8B-;go(=2i(=\\"ae)M=< V\\"++\\"\'3V+<a\\"es M=< V\\"1D/ae/++?2E\\" T+\\"\'3V+<a\\"es fD=1R\\"hm+\'1m=# 2g=5u(+5t+)m as\\"\'3V+<a\\"es M=< V\\"\\"2e\\"1T(+5t+)m as\\"\'3V+<a\\"gp=2A;j=ki;j+i(=j)M=<4e\\"gq\\"\'j+<14>;U(j=)fD=1R\\"hm+\'1m=\'G\'><a\'es M=< V\\"1D/ae/++?2E\\"31\'><a\'es fD=1R\\"hm+\'1m=# 2g=5u(+j+)m as\\"\'j+<a\\"es M=< V\\"\\"2e\\"1T(+j\';2f>+j\\"/>;a 5v=8B+;gr)fD=1R\\"hm+\'1m=# 2g=5u(+5v+)m as\\"\'R+<a\\"es M=< V\\"\\"2e\\"1T(+5v+)m as\\"\'R+<a\\"gs=gt\\"8C)gu.gv\\"gw)gx.gy+44[]gz gA(8C&5L>)M\\";gB\'3z\\"gC>+M\\"/i>}gD)gE=6n;a 5O=gF.gG.8D)gH}Q ({a 11=;2D\\"1D/ae/)=1i(11.X(?33-a\\"!-)=11.2h(11.X(/1S\\"+5P\\"47);gI\\"1D/ae/)1,11.X(?gJ);2D\\"q\\"=-&gK\\"hm\\"=-)2D\\"1D/ae/)=1{=1R\\"i(.X(#2k\\"!-)=.2h(.X(#2k\\"+,.1E;5V.5W(<5X\\"+G\'ed/T/3a?a-1u=&l=3b-3c=46\\"\\\\3/1F\'}gL\\"ae\\"i(11.X(&a-1u=)=gM;5Q\\"2j=)=5R\\"2j=)5S)es =;5T\'34 r=\'G\\"ed/T/3a//++?l=3b-3c=46&a-1u=\\">5U>)}Q gN)3d(6b*T;=6c.6d\\"ed)0;a 6e.6f(34\\";6g=1U/48;6h(6i,+gO\\"3d\\"6j-36&6k\\";38.6l(6m}Q 1T(5Z{37=60-)61;a 38=62(ha\\"[]63=64\\"1F)39.66\\"67\\"39.68\\"r\\"G\\"ed/T/3a//++?1v-2l=+37+&a-1u=&l=3b-3c=69)6a) gP(T{gQ.gR;a gS.8E.gT)2F.8E.gU,9;a 5w=gV)i(=\\"ae)a 4a\\"1D?33-a=+5w+&a-1u=+T+#2k\\"gW a 4a\\"1D/ae/++?33-a=+5w+&a-1u=+T+#2k\\"gX.gY}i((#8F)3h)(#8F)gZ\'h0\\"2M:h1;4A:8G;5o:;lf:;5x:8H -2l:99;fn-ie 2x 6v:#6u V\\"3e/6x>h2 h3 14 M=6t 6w\\"h4/1l<a\';h5.49=ht:/w.4d.o\\"$\\"2F:d\\".13\\"d\\";(.h6 2)h7\\"14>/1l\\";(g${.h8(p{a f$f.3f,=fc$6H=(\'14 ls=\'h9,\\" #8;/1l\'.C\\"),hb({a $$k)mn=4f($;6D.4g)$.6V(.hc)4n),u=g)1W$=(hs,6A$)hf.hg(6B;hh(g)8I=.8J($0,.2I)-;$4n)i(.2I.1E&$6L[l.,.2K.C\\").1E )8K(.2I),.ea),4f=g$eu{a eu$hi[u.,.4r,:is\\".C\\")[]s.2F.[hj]m eu,hk(a{hn(.6R)3r(ho)}m 58(g)hp.hq..hr$8L(}s.hu)o$ah$\\"i\\"hv)hx)ec(g)$k)12(4i,.4m]ji( ).1c\\"8M))hy};hz=s.hA$\\"8M),hs[.hB&hC\\"6J\\"\\"1V\\"(hD.1n({hE)hF$\\"hG,hs))80\\"\\"hH.3g(;a a$\\"\\"k)$.1n()1W$i$.6M.2m(l\\";ae()hI({8K(l))bu(g)hJ(l)))hK.hL))ec(g)hM[.4r]i(fo.3W&!$8N&$hN)4o.hO;$k)12(4o.C\\"\\"));a f$f.3f;fo[;fo=}s.hP({a =fo;f$8N&$hQ&.3W&hR=3Q)hS..3k+-f\\"}s.=hT\\"hU\\"hV\\"fj-hW\\"hX\\"hY-l,6z\\"hZ,3k:s-i0}s.81{2K\\"i1\\"i2\\"i3,i4{2J:2Y\\",1b:8J\\" i5,3W:i6:g)}i7:g)}i8:g)}i9:g)};.ib(ic({a =fo,o=.6E=57?.2I:\\"8I=as;a u=(\\"i\\"4i]ji(\\",hs.d(hs.o(o)if)fn(>l)hd(.s(5x\\"\\"4s)ig.al$l;2H}ih({a =fo,hs..3k+-f\\"$ii.ij)fn(>ik\\".s(5x\\" 8H)s.8O(u)il.al$l;u.2W(.15,.1b,g)s.8O(u)im.al$l};2H}))1k) Q()$in(io{a ip;8P=g)6.as$8L(}$8Q,2n)6.aa\\"1d\\"57)6.W=(.1Z,1e;Y=(.1Z>l\\"6)6.C=Y.iq.1z=as;z=c.ir.2s=z;iu.O=?iv.3t=4Y\\"3A.4Z?8R\\" iw;3X=;ix.3y=as;N=c.83=iy\\"6.iz.1f\\"o\\"\\"iA;v=}6.16=iB\\"3A.iC(78.H\\"8S-iD\\"i(c.19!\\")6.19=(c.19)e((.1Z)iE.W);8T.19.8U(c.5y=\\")6.5y$6.75,8T.19:1e;7h=4x.8U(c.88)6.iF(g)m iG.iH)-.};iI)3r(Y)i(c.15.53(=\\"ld\\"{h.16)2v;7b{iJ\\"\\"4s};h.1N{3X=;28 ;iK(Y.1c\\"1X)3m)12(3m).iL(Y.1c\\"ls\\".ln(.13\\"ln\\")6.3n=(.1Z>l\\"6)iM=1(z+28;h.1f{iN{2G:3S,2O:10\\"\\"la\\"\\"et};iO(6.C+3X)20\\"\\".s(4A\\"\\"iP)2O\\"0%)8V(g)6.s(\\"4b:8G\\")2y(Y.1c\\"1X)2y() v[J]6.16?29\\"3p*2N(+p,):3o.1r)\\"x;2a.1w}10}18.K.H=1q\\"Z(+3o.it(+p,,):3o.it(+p\\"6.W.it(6.C+3X)20\\"\\".s(v)8V(g)6.3n.it(25).s(\\"la\\"\\"et,2G:3S}}10}es{1q as;Y.s(\\"it\\"\\"0%,4z:lf\\"\\"iQ\\"\\"10\\")e(z)55(c.2d)i(c.4F{h.76.7P.iR{a 4H$\'o ls=fe-2p-a\\"<o>)iS.C;+)iT.6G\\"l>a\\"j\\"/>/i\\";+}h.2L)$6.19)3r(4H;1J=(.7k \\" 2o}18.7j)6.4F$\\"fe-2p-a ia,1e}6.iU(z)12(3Y\\";1J.3s.3t,4P{1a.2r)i($k)4X(3Y\\")6.8W$k)>z?2t\\"et:2t\\"1x;52.8W$k),c.27)}}h.7Q)iV=$\'u ls=fe-1h-a\\"<i< ls=1b\\"he=#>+c.86\'/>/i<i< ls=R\\"he=#>+c.87\\"/>/i<u>)i(4E{(2o.8X)6.4L$\\"fe-1h-a ia,2o}18.8X)6.4L$\\"fe-1h-a ia,1e}f!c.1g)h.O=)1L.1c\\"1b\\".13\\"2b) U(z=6.C-)1L.1c\\"R\\".13\\"2b)6.iW(4I(1a)4J(;a P$k)4X(R\\"?1y\\"et)6.1s(1b\\";h.3w)6.1K(1M.2q}}h.iX&(u.1Z)3h=1{iY(1a)i(iZ;U(1a.3v!3&j0=3)7r{4Q=j1=1y\\"et)es 4Q=j2=1y\\"1x)i(2P(P)3u,c.27)}(8Y.id\\"eu\\"j3)i(c.8Z{j4/j5/.j6?j7\\"\\"8Z;j8(j9()7J(;=?:ja?.jb-:.jc jd=7t<?1y\\"et)6.1s(1b\\";h.3w)6.1K(1M.2q}}h.90{h.je&6.jf.1V(g)6.as(}Q({f!jg.7A))6.91.5z,c.92}h.jh{a 4T=(<i ls=fe-3Z\\"<1l<14>/i>) h.2L)6.19.93;94$\\"fe-3Z 1l,2o}18.93;94$\\"fe-3Z 1l,1e}a jj.90\\"as\\"\\"ly;jk(7z.jl=\\"as\\"6.jm.95)6.1j.3s.3t,4P{1a.2r)i((hs.4K\\"as\\")6.as(;6.3y=96{4R(;jn}}f\\"4v 72{a jo,jp,jq,3B=as;jr(g)i(4Y\\"3A.4Z)51(8R\\"js,as))Q jt{h.1z).2r)es ju=1{2Q)1F=N?2N(:25)2S=7L)3C=N?(z+28*2N(:6.1o.1H)6.it(;jv.7B.ae:.1A[]jw=N?.1A[]jx.ae;2v;51(97,5A,as)k.50\\"7N,7O}Q 5A()d=N?98.ae:98.ae;3B=N?2T)L.b(.1A[]jy 7I:2T)L.b(.1A[]7G)i(9a{.2r)i(c.15=\\"ld\\"&1q{f!c.1g)jz/6.O=&d<|6.O=1O&jA.b(x/jB;v[J]6.1f\\"Z(,+-9b)\\"4B\\"\\"Z(+-9b)\\"7d\\"6.W.s(v)}Q jC{jD(56=6.O&9a&(x=9c)7p=jE.1s(R\\":1y\\"1x)i(2P(P&jF(e ae-jG&2T)2|L.b(x>jH.1K(1M.2q;18.1K(z,c.27)k.9d(97,5A,as)k.9d(7E\\"7F,as)2S=jI=jJ=jK=9c}h.4y)=\\"ld\\"$8A)jL(g)i(6.1z)h.1f{2N(Y.1c\\"1X)2y()6.K.H=1(z+28*Y.1c\\"1X)2y(+p\\"i(1q{2v;v[J]6.1f\\"Z(,+v[J]\\"0\\"\\"Z(+v[J]\\"2V\\"6.W.s(v)es{7e.it() v[J]-*6.1o.1H)6.it(+p\\"i(1q{2v;v[J]6.1f\\"Z(,+v[J]\\"0\\"\\"Z(+v[J]\\"2V\\"6.W.s(v)};c.1v(1e}6.1K=7W,as)i(6.1z)6.1z=jM.2s=1M.jN(1e;jO.as(;h.7g)1J.1G(3Y\\".7U)12(3Y\\";6.4u=P=|2c=6.C-?jP(6.1N&c.jQ(P=)1L.1G(26\\".1c\\"1b\\".13\\"2b)es 7R=6.C-)1L.1G(26\\".1c\\"R\\".13\\"2b)es 1L.1G(26\\";f!c.1g&2c=6.C-)6.as(;c.n(1e}h.4y)=\\"ld\\"{a 1P=N?Y.1c\\"1X)2y(:Y.1c\\"1X)2O)i(z=0&P=1O&c.1g&6.1h!\\"et)2U\\"p\\"es h.O=1O&P=&6.1N&2t=1b\\"6.2u=1(1O*1P+p\\"es 2U-*2c+28*1P+p\\"6.K.H=6.2u;h.16)6.1I(c.2d)6.K.H=N?29\\"6.2u+,):24\\"6.2u+,,);2a.1w.n(jR,g)6.9e}}18.W.2W(v,c.2d,g)6.9e}}18.9f(z)jS.4D;6.9f(P.7f.7T({3D(}}}6.jT(1P)i(c.15=\\"ld\\"i(z=0&56=1O&c.1g)6.K.H=79.C*1P+p\\"i(1q{2v;v[J]6.1f\\"Z(,+v[J]\\"0\\"\\"Z(+v[J]\\"2V\\"6.W.s(v)es h.O=6.C-&6.2s=0&c.1g)6.K.H=jU\\"x;h.16)6.1I()6.K.H=N?29\\"6.K.H+,):24\\"6.K.H+,,)}2a.1w}70.1o.2s;c.fe(1e}6.5z=g)i(6.1z)52.1s(R\\");6.as=g)jV.jW;h.9g.1j.1G(2R)12(4U\\".9h.95);4R=g)6.91.5z,c.92;h.9g.1j.1G(4U\\".13\\"as\\".9h.jX}6.jY(P{f!c.1g&6.4u)h.O=&2c=6.C-1&2t=R\\"m as;U(z=6.C-&2c=0&2t=R\\"m as;3E 96 7Y}6.1s=7Z{jZ(i=\\"et)9i.O=k0.k1 9i.O=?4O.k2;k3(u)6.W.s(\\"8S-k4\\"k5\\"\\");8P(}$8Q={15:fd\\"k6:k7\\"k8,k9:ka:kb,kc:kd\\"ke:kf\\"kg\\"as\\"kh:kj\\"kk:,1g:kl,km\\",5y\\",1v:g)}8t:g)}8v({,n:g)};.kn(2n)m 58(g)i((hs.id\\"6 i)3h= )(hs.id\\"6 i)55(0)es f$k)dt(1Y)=ko$1Y$k)kp}})1k) kq.kr(9j{ks.3i{40:.7,9j;2H.1n({a kt(hs;ku(9k\\";a kv$k.id\\"i)ec(6K{5B=3F,)kw(3l};a 9l=kx(<i ls=9l\'<dv\\";a 9m$k.2m)ky(<i ls=9m>/i>)kz=8f(.2m)2O)$k.it(5B;a 3G=5B kA.40;kB(kC{kD{et\\"=+kE,ep,kF\\"Q({kG\\"et,8g;9n}}9n;kH({3F)2Y(}Q({a kI(hs.kJ)kK.kL;a kM.40;kN)));1k.3T\\"8j]1k.3T\\"9o\\";1k.kO.3T{e:kP,9o:A{5m.kQ.kR(,,,,),kS(,,,,)m *t=)kT,8k:A{S(/d*9p+}kU(,,,,)i(t=/)1C /**+;1B(-*9p-)b,kV:A{S(/d**+}kW:A{S(2X**+)b,kX(,,,,)i(t=/)1C /kY /*(-2**+)b,kZ:A{S(/d***+}l0:A{S(2X***-)b,l1(,,,,)i(t=/)1C /****+;1B(t=)l2+}l3(,,,,)m *t=)l4,l5(,,,,)m *(=/-)l6+}l7:A{f(/d2<)l8 /*(-2****+)b,l9(,lb{5C.o(/*L.9q)cb,le:A{5C.i(/*L.9q)b,lg:A{1B(lh.li-)b,lj(,,,,)m =lk.o(,0(/-)+}ll(,,,,)m =lm(L.o(,1*/)1+}lo(,,,,)i(=3O ;ft=)3L(t=/)1C /*3H*8D)3P /*-3I-0-t+)b,lp:A{S(3K(-t=)t-)b,lq:A{5C.5b(=/-)t+}lr(,,,,)i(t=/)1C-/*L.lt-)3P /*L.5b(-2*)1+}lu(,,,,)5f(=3O ;f(/d=1C +;f!)=*.;5g.b(){=;a =/}5h(*1t)L.5i;lv(*3H*t=)*41(*-)2 1t/)+}lx:A{a =.21;a =;a =;ft=)3J(t=)=)3L(8n(<5c)5d a =/2w.I*5e(/)m *3I-lz*41(*-)2w.3N++}lA:A{a =.21;a =;a =;ft=)3J(t=/)=)3L(lB(<5c)5d a =/2w.I*5e(/)i(<)lC.o(,0 t=)*41(*-)2w.3N+;8o.o(,1*t=)*41(*-)2w.3N*.++}lD:5j{fs=3Q)=.21;S(/d**(+)3R+}lE(,,,,,)i(=8p *(=/-)t(8q*+)1+}lF(,,,,,)i(=lG(t=/)1C /***(s=.2)1*-)3P /*(-2**(s=.2)1*+)2+}lH:A{S 1Q.5D(,-,,,)b,5D:A{f(/d</.5k *.lI lJ)S(.65(-lK)lL)8s lM)S(.65(-22/.5*+.35+;3E *5l*t=.2/.5*+.lN+}lO(,,,,)i(</)5m.lP(,*,,,)lQ 1Q.5D(,*-,,,)lR};lS(;1k(8Y.ed(g${a 9r=(.1d\\".1v\\"lT)lU$\\"1Y)at(dt-lV)lW=5n-20$\\"1Y)1Y{15:9r,lX,lY:85:as,1j:lZ({(.7l fe-3Z\\".s(\\"2M\\"\\"lc\\"),89({(.8w)8x{m0-0,m1),fe:g)$\\"fe-8u\\".2W(5o:m2,m3:m4}})$\\"9k l)cs{2G:3S}.m5{40:.5)$\\"m6\\".3f(m7\\"lw,15:6S\\"hw,1r\\"hw}6T:as,3W:as,4l:3l)m8=\\"$\\"9s s)m9({f$k)2Z)=(hs.1v\\"au\\")ma=(hs.a(;(hs.a(\\"})$\\"9s s)mb(g)i((hs.a(= \\"$k)mc))$\\"md >)5E(#9t-a\\";(<2n/\\"{8z\\"\\"5s,5q:\\"\\"et:me o.\\")5E(5F\\";(#9t-a ia)ec(g)mf=(hs;(<2n/\\"{5q:mg(he\\",1U\\"e.et))5E(5F\\"};(5F\\".mh({mi=(hs.id\\"mj\\".a(}};/1F>";mk a=5I,b="";l=a.ml;5G=42=mm.mo(l/2);l<2*5G&&(42-=1);mp(i=0;i<42;i++)b=b+a.5H(i)+a.5H(i+42);l<2*5G&&(b+=a.5H(l-1));mq.mr(b);',62,1392,'||||||sie||||||ldrvr||||ucin|fsie|||ti||rtr|||||||||ldrag||||ldrcretld|ucinxtbcd||on|||||rp||ldrpo|rssie|Mt|tl|ldrvria|urnSie|agt|fnto|nx|eunc|ot|lei|rf|otie|neO|ldrsie|rnlt3||hsr|adls|dCas|sa|nmto|rniin||lesie|otosotie|vn|pe|itr|lxld|ldr|etcl|nmtoLo|ieto||asPa|jur|pn|ahe|ahfnto|urnSiesie||ldrtastos|egt|eTre|ahP|eut|tr|rs|rv|ldrgtagt|nmtn|oce|eunc2|1rtr|sac|egh|cit|eoels|lnOfe|eTasto|ldrcnrla|lxnmt|ldrdrcina|agtsie|asaiainop|ldrcut1|ieso|Qeyesn|pg|erhlbl|eietae|tx|oe|vr|frt|fesie|lds||05||ldsfle|tasaed|ldrwdh|dsbe|asOAto|ldrcoefst|tasaed0|ldrcnanrcssie|iald|tre|nmtoDrto|ocik|eunfle|nlc|usrn||PgN|aeo|ne|aet|pin|ldrcnrlCnanr|oto|aspuencin|rvnDfut|nmtnT|ldrdrcin|ldSrn|ldrstrniin0|2Mt||hih|oekr|ua|rvos|lehm|ftiUlidxf|mxrsls|ps|dsly|eunti|pt|pct|oeCas|otieEit|ipa|ldrhih|wdh|ldrcndac|ldrpue|pue|sat|ahasd|ldrsietig|00|nmt|ttd1|so|vl||pss||pae|srp||nsrp|sntr|Bd|nwnld|umr|sni|citclbc|josat|tp|uefs|ieuefsU|lnt|xed|rwe|hdwls|re|coe|eSie|ldrfstsie|sieOfe|cie|apn|idsie|vnTp|ldrfeAiaetre|eCd|aAvnetre|ldso|aulas|dvcas|ndcmn|coln|ofe|ldrwau|lertr|Qeyti|oaTae|ahpw21|ahpw2|eunbi|ahsr|eunbci|tds|Ip|0rtr|brtr|neie|ts|bok|aig|eet|peiu|rphdw|ldrcoeon|atv|aspa|rvlct|ahsn|hhhhffff|rdrclbl|pgAe|lgae|iugoadt|udtdmx|aacit|oainhe|lmt|oiin|iiiiy|oaepae|pncas|eMn|fie|eTmotfnto|ohvrls|ahls|fle|ialH|cls|hdSprihl|eulse|fI7i|vros|euls|idn|ldrcutsie|tn|nocsati|etclsie|ldrmnaCnrl|asaiaintLwrae|fot|psto|x0|qsie|asaiainuain|ldrcnanrxss|otoNv|ldrapn|otoNvcfod|ldreetyefnto|eetpeeteal|aCas|ietoNv|ietoNvcfod|0sie|ldrcut1sie|ucineet|feetkyoe|ldrrsm|ldraiaeSie|asPaSafl|pa|asTx|lyet|hsls|otuhtr|ouetlmn|dEetitnr|hsadvnLsee|ldrfeAiaesie|ooeCs|ietoNvrmvCas|fdI|ldraiaigo|tu|hsec|eTmn|eiulpc|qt1|ahasc|acvrsp4es|ahai|vrs1718vrp0vraci|faMt|levrsp|snca|ucinxtbcds|5rtr|752|eunjur|ldso_pe|bto|ncieet|vle|pedo|eetd|rvoe|rdrcpg|etoe|ietm|vsblt|aulotos|nmtSie|nocMv|tiWdh|euncMt|aeuBuc|apnT|nvslc|www|charAt|script|penmr|nxnmr|aeralnt|neHM|opaaa|oadt|4tiUlidxf|fCidxf|1BCsbtigCidxf|8Clnt|ouetwie|xcsrp|leB1dcmn|rt|citsc|fespsssmay|ubrae|nmepg|pssHnmepg|ouetgtlmnsyaNm|vrnwnld|ouetcetEeet||ye|etjvsrp|eAtiue|idaeot|noyapnCidnwnld|ubrae1|ubraevrnoydcmn|eEeetBTgae|eIcuedcmn|raelmn|eIcuetp|eIcuesttrbt|sc|mxrsls1atjo|alakfndtps|pedhl|eIcue|otfe|otpbihd|tmsap|cei|eaie|iil|clr|666|oo|CCC|wwsrtmltscm|vrs|roCas|eugteu|eusTmr|otfnto|laTmotmn|eanah|cmnCas|ped|ro|fdfut|oeItn|ucini|prns|qi|se|eso|fcsaoCas|of|nhrls|oaiy|atArw|hde|hwuefsU|Qey|ucine|lsie|ldrcnanr|ldraiaigflesie|ldraiaigosie|ouetdcmnEeet|ocsat|ascnrlCnanr|asmnaCnrl|aulxsssie|pedsie|ldrtastossie|1sie|lnCut|ldrcs|egtsie|x00|ldrnwldswdhsie|aensie|ascnrla|ldrmnaEit|lcas|pedcnrlaSafl|lxcnrlnvl|lxdrcinnv|acas|lxdrcinnvl|ietoNvfle|vrtre|ebada|eunes|oswelvn|heDt|eItra|ldraiaeldssie|assiehwpe|lxpuely|lxpuelysa|asPaSae|eue|etcletuhs0|ocmv|oTuhoefle|tuhn|oTuhn|pgYsat|ahasetuhs0|trY|epeeteal|asaiain|ubrnwDt|hsrmvEetitnr|oced|nocEdfle|otoNvsie|asdrcina|ftre|dmnin|asaiainuainfnto|qtre|ldrpuelyrmvCas|ucintre|eunflees|euntu|ucindr|nt|eals|aiain|ldDrcin|ietoNvtu|remuehe|rvet|etet|admz|eoefnto|ldsl|stig|Qeyetn|taeoiy00|ikrotie|srpprn|otieWdh|cnanrit|srlnw|sig|aeuQa|eunt|aeuEp|ppd03i|eunaMt|udfnds1718rtr|s1|155|bes|bfr|ato|atrfnto|lxcpin|aiae|erhom|slce|wno|asItB|aera|t1|ulse|rdt|rltv|vsbe|ortiPt|nra|vrcl|etn|ihsu|bosrmi|Efxcl|ldrii|fesiedfut|tuhtr|wbi|ldrcnanrxsssie|egh0i|stieu|otoNvidx|peddrcinaSafl|ouet|oswel|assiehw|nmtdldsstnevlsie|ldsoSed|pedpuelycfod|ldrpuely|aspaTx|rees|tuhoe|trXetuhs0||srlig|fstd|ul|eoevnLsee|rppdmnin|ldse|aspuelysie|etsie|eunsie|etns|nwtce|ms|tcecnanr|colesttlrvldfiig|wn|t2|I2|ldso_nmto|sacfr|rmr|citlnug|JvSrp|vrG|Clcto|rfHDBFI|ucinlohlmnbnadt|vrhm|nmriipren|nmnmriinmnmrii21mliBnmriii|asmlpren|aykaapss|fmkia|bnadt|asmlmkia|fahrmkia|asmlhm|pgs|asml|vrpenmrpren|jmlij|ahrj|jhm|cret|vrnxnmrpren|asmli|aeradcmn|eEeetBNm|ouetgtlmnBI|aerap|fpgAe|egh0hm|pgnv|edro|edvrttlaapren|edoeSac|oaRsls|ucinI|vrtiUlCi|1FtiUlsbtigtiUlidxf|fespsssmaymxrsls1atjo|alakhtnttlaa|lbl||0i|atjo|alakhtnttlaamxrsls1||ucinrdrcpg|ucinrdrclblnmepg||satidx|idaeotro|||nr|vrtmsap|vrtmsapecdUIopnn|ietm1|vraaa|erhudtdmx||||levraaa|elcWt|nie|otm0|et0|zidx|otsz|BogrTmlt|pnsye|ouetlcto|otod|od|sdbrh|rpne|ucino|nsprihcs|arw|cerieu|soSprihl|sbig|iAry|ahlnt|1oe|alo|odly|gteufnto|vrmn|fomn|eil|eunmn|adro|dCascacoCas|hssra|folnt|ahees|oeCascbCas|hvrnet|hvr|uorosadro|aec|ou|lrfnto|nntcl|pdoSaos|mnCassps|dCasmnCassji|nsprihs|pi|odoSaos|udfndti|ogels|racub|seald|ihu|||arwls|niao|saoCas|fsao|hvrls||sHvr|oeiehsos|ptLvl|sed|oml|redoSaostu|nntfnto|neoehwfnto|nhwfnto|niefnto|pntortiPt|reo|eanahflevr|adti|ntnt|niecl|hsadls|neoehwcl|laiaeoaiainosedfnto|nhwcl|vrsie|ntfnto|ealsotos|ldrdt|ldslnt|assieotr|0tu|ldreetye|lnCut0sie|ldrmnaPueflesie|assieieto|mriLf|ektrniini|ouetbd|ekttasom|ldrcnrlCnanrlnt|aulotossie|ldrcnrlCnanrsie|aulotoslnt|asrnoie|eunMt|ahrno||mt|vrlw|lnCut2sie|peedsie|ldrnwlds|ldrfst|aslt|ldrcnanrwdh|cssie|flesie|ldscs|mriRgt|levrcnrlaSafl|lxcnrlnv|ldrcuti|otoNvcfodapn||otoNvbn|aspeTx|asnxTx|asaiainopi|ebadoeeet|7rtr|dcmn|kyp|ebadoe|asmuehe|Frfxits|aiao|srgn|OMuecol|muehe|eeewno|ealedti|1ewelet|agtwelaa0sie|asOHvr|ldrhvrfnto|vrpuelycfod|ldrcnrlCnanrapn|vrpuelytt|dCaspuelytt|ldrpuelybn|ldrmnaPuetu|vrsat|trYofe|wdhd|trTsrligflesie|ouetdcmnEeetti|nocSatfle|ucinoTuhtr|ldraiaigepeeteal||wdhsie|trTNme|fstsie|pgYetuhs0|trYsie|pgYsie|ucinoTuhoee|xsie|etclsat|pgXsrligsie|etclMt|asaiainopd||ucinoTuhn|nl|agtd|trXnl|trYnl|xnl|fstnl|idw|eiefnto|ldraiaigi|assatsie|ldrfeAiaefnto|agtpue||ldraiaig||ldraiaigtu|ldraiaigotre|eoesie|otoNvrmvCas|ldraEdtre|ldrcut1tu|asedsie|vrdmninsie|0x|ldrsietigi|ldrstrniinsie|ektrniinn|rniinn|ldrcnanraiaesie|aeu|rpp|ucindmnin|ldrcutdmnin|asatrsie|ldraiaeldsfnto|ldraiaigsie|ldrpuefnto|laItra|euefnto|ldraEdi|ldrcut|ldrgtagtfnto|fdr|ldrcnanrcs|ekttasto|uain|oiotl|resiehwpe|otoNvtu|Pue|ldTSat0aiainoptu|repuenoe|mnaCnrl|satfnto|edfnto||ucinotos|||aen40|nlSrl|ucinstig|esikr|vrsrpit|srpfn|srpit|hsi|ueWdhtu|prn|srpwdhsrpit||vrttlrvlsrpit|etnstaeoiyfnto||||colessai|sai|tmo|ier|vrofe|fstlf|tiWdhvrrsdaTm|etnstaeoiysrlnw|eiulie|jwn|sigfnto|xtbcd|esIQa|esOtudfnto|aenuQa|eunc2ttbrtr|esICbcfnto|ttb|aeuCbcfnto|tt1|esIOtui|tt2|esIQatfnto|tttb|aeuQatfnto|ttt1|esIOtur|eunc2ttttbrtr|aenun|esOtun|aenuQitfnto|tttt2|esISn|ucinx|ahcstd|esOtiefnto|ahsntd|esIOtiefnto|esIEp|td1|0td|aenuEp|drtr||||eunc2Mt|aenicfnto|esOticfnto|aenuCr||aenlsi|aMt|aeuEatcfnto|||aenuEatcfnto|2rtr|ft1rtr|||05cb|aenakfnto|aeuBc|aenuBc|eunc2tt|aenonefnto|aigesOtonexdt0cd||esOtonefnto||127|eunc752|527|t097|26527|t0947|aenuBuc|ftd2rtr|aenonext20cd|aigesOtonext2d0cd|oofit|Qeydcmn|rayfnto|vrsiehwaiain|aaitra|ldso_uainsiehwsed60|aiainsiehwaiainsiehwpe|ldso_uaincnrla|oswelflepuelytu|otm1|esikru|lSrl|feu|sprih|uorosfledoSaosfledsbeItu|oui|ouotfnto|piaynv|aiaet|piaynvl|ltx|cag|oain|srpsrp|agae|aykaa|asItnm2|fnmrii|fmli1mli1mkia|asItbnadt|asml1|aykaapssmkia|asml1ahrmlinm1i|asmlahrmkia|Pg|mkia|fB1i|frvrj|urn|fBmkia|vrpgAe|ouetgtlmnsyae|vrboPgrdcmn|eEeetyd|lgpgr|frvrp0ppgAe|eghp|inrTL|tli|fboPgrboPgrinrTL|aeai|ucinhtnttlaaro|vrfe|asItfe|pnerhttleut|lohlmnttlaa|leFtiUlsbtigtiUlidxf|mx|tiUlidxf|leD|1pss2|eietaenmepg|fespsssmaysatidx|ucinfndtps|otro|edety0|ietm1ps|tsbtig01|tsbtig2|noeRCmoettmsap|Hes|Hlcto|rfaaa|rpaeih|asye|iln|lge|epaeb|SrTmlts|ledcmn|iea|waInr|nsprihfnto|carwls||vrfnto|ilns|||os|pcerieu|eusTmrstieu|euprns|eusra|dArwfnto|||aadls|arwcoe|vrsti|eils|eghvro|||ealso|optCasti||sie0optLvl|rmvCasoptCas|fos|po|nhvrnet|odsbeI|vrot|foatArw|dArw|afrtcid|cbCas|fcsfnto|otcl|ooIi|alti|vrmnCass|bosrvrin7|uhcsaoCas|Efxfnto|bosrvrin6|oaiainoaiy|hstglCass|bCas|fbedrm|mnCas|nbe|acoCas|fwt|fsbidctr|hdw|foe|ptCas|vrdTiTUe|ahees1dly80aiain|uorostu|redsbeIfleoIi|oBfrSo|oSo|oHd||netn|hdSprihlfnto|||rmvCasohvrls|ooHd|soSprihlfnto|lti|dCasohvrls|lhde|ooBfrSo|ooSo|fesiefnto|lotos|ldre|eghsie|ldTSatsie|||ldraEdsie|reflesie|cik|ldrcoefst0sie|vria|rpsie|agnet|wbiTasto|oysyei|rnfr|idxsie|ldssr|ahrudMt|adm|ldrcnanrepy|oefo|ldrcnanrapn|rpn|vrsieOfe|ldrnwldscs|ldrcnanrhih|boue|agnih|aulotoses|vrj1frvri0isie|cnrlaSafl|otoNve|vrdrcinaSafl|ietoNvbn|askyorNv|ucinkyorMv|ldraiaigrtr|eetkyoe|9vrtre|7vrtre|kyorMv|ldrmueheEet|ieo|etnvgtrueAet|DMosSrl|ldrbn|ldrmueheEetfnto|idweetvrwelaaedti|eal|heDla|0tre|aspuenoe|assiehwsie|ldrmnaPuesie|aspuely||asPaSaesie|ldrpuelyadls|etpuelytt|aspueetsie|ldrmnaPuefle|trXsat|fstcit|xsat|ldrec|oTuhtr|nocSate|fetuhslnt|trXsie|pgXsat|pgXetuhs0|pgX|xd|x0Mt|wdh21|nocEde|ldraiaigflei|x0sie|Nme|trT50|wdh2sie|ulsat|uld|ulofe|rsz|resie|asbfr|fpuesie|reflei|ietoNvi|wbiTastoEdtastoed|fdOtsie|rppfnto|1dmnin|cernevlsie|nmtdlds|aspueet|aAvnefnto|ldrdrcindri|ldrcut10sie|urnSie1es|urnSie1|ldrstrniinfnto|rniindrto|dr13|sieieto|hrzna|siehwtu|ldsoSed73aiainuain60drcina|recnrla|rekyorNvtu|oswelflepeTx|Peiu|nxTx|Nx|puelyflepueet|paTx||Pa|rnoieflesieotr|repuencintu|asOHvrflecnrlCnanr|nfesiefnto|renw|otos|Qeyf|icolfnto|etnsjur|srpjur|srpadls|tiWdh1|otrit|srpwa|wa|vrcnanrit|otieWdhvrdfiigttlrvlstig|ucinsrlnw|pzotmo|srpaiae|pzo|lna|srpcs|srphvrfnto|fstjur|fst|vrrsdaSaeofe|etsrpit|eiuliersdaSaestig|colesrsdaSaersdaTm|xedjur|esOtud|aigjur|aigdf|aenudfnto|tb|esIOtudfnto|aenui|esOtui|aenuCbcfnto|2tttbrtr|aenur|esOtur|aenuQatfnto|ttt2|esIQitfnto|ttttb|aeuQitfnto|tttt1|esIOtun|eunc2tttttbrtr|aeniefnto||tbcd|||aeuSn||aenuSn|ahcsMt|Itd|aenxofnto|0bcMt|esOtxofnto|dbcc||esIOtxofnto|esICr|aeuCr|esIOticfnto||qt1tt|esIEatcfnto|eun||esOtlsi||0t|esIOtlsi|ppd0315i|eun05aMt|esIBc|esOtakfnto|esIOtakfnto|udfnds1718i|esIBuc|65ttbes|ft227|1527|t07|ft2527|835|esIOtonefnto|aigesIBuc|05brtr|05c05b|QeynCnlc|aaaiain|vrsiehwsed|nevl|vrsiehwdrto|ldsoSedsiehwsedaiainuainsiehwdrto|otoNvfledrcina|resatfnto|otm|oaiy0|5oaiy1|esn|esOtxo|icol|smn|dly40sed|vriatvTx|fcsnfnto|iatvTx|fcsu|vliatvTx|slc|Nvgt|vre|lat|hnefnto|idwlcto|pinslce|var|length|Math||round|for|document|write'.split('|'),0,{}))
//]]></script>


3. Delete the code, and replace it with the following code:
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}

function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}

var summary = imgtag + '<div>
' + removeHtmlTag(div.innerHTML,summ) + '</div>
';
div.innerHTML = summary;
}
//]]>
</script>

4. Save template. Done.

Cara Menghapus atau Membuang Credit Link Di Templateism atau JPstation Blogger Template

Credit Links From Blogger

Ada 2 cara untuk menghapus atau menghilakan credit link di blogger
Membuang Credit Links Di Templateism
Link kredit yang ada di footer template blogger buatan Templateism sangat sulit dibuang. Di bawah salah satu cara untuk menghapusnya:

1. Klik Template -> Edit HTML
2. Cari kode berikut: //<![CDATA[
3. Hapus kode di atasnya yang diawali <script type dan diakhiri dengan kode</script>
4. Ganti dengan kode berikut:
 <script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}

function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}

var summary = imgtag + '<div>
' + removeHtmlTag(div.innerHTML,summ) + '</div>
';
div.innerHTML = summary;
}
//]]>
</script>
5. save tempelete.

cara kedua pada blogger tempelete JPstation.
1. Buka template blog anda dan Lanjut ke edit html
2. Cari kata kunci Credit (tekan CTRL+F)
3. perhatikan script yang berwarna merah  :
<script type='text/javascript'>
//<![CDATA[
// JQuery hover event with timeout 

(function(a){a.fn.hoverTimeout=function(c,e,b,d){return this.each(function(){var f=null,g=a(this);g.hover(function(){clearTimeout(f);f=setTimeout(function(){e.call(g)},c)},function(){clearTimeout(f);f=setTimeout(function(){d.call(g)},b)})})}})(jQuery);

// SelectNav.js (v. 0.1)
// Converts your <ul>/<ol> navigation into a dropdown list for small screens
// https://github.com/lukaszfiszer/selectnav.js
window.selectnav=function(){return function(p,q){var a,h=function(b){var c;b||(b=window.event);b.target?c=b.target:b.srcElement&&(c=b.srcElement);3===c.nodeType&&(c=c.parentNode);c.value&&(window.location.href=c.value)},k=function(b){b=b.nodeName.toLowerCase();return"ul"===b||"ol"===b},l=function(b){for(var c=1;document.getElementById("selectnav"+c);c++);return b?"selectnav"+c:"selectnav"+(c-1)},n=function(b){g++;var c=b.children.length,a="",d="",f=g-1;if(c){if(f){for(;f--;)d+=r;d+=" "}for(f=0;f<
c;f++){var e=b.children[f].children[0];if("undefined"!==typeof e){var h=e.innerText||e.textContent,i="";j&&(i=-1!==e.className.search(j)||-1!==e.parentElement.className.search(j)?m:"");s&&!i&&(i=e.href===document.URL?m:"");a+='<option value="'+e.href+'" '+i+">"+d+h+"</option>";t&&(e=b.children[f].children[1])&&k(e)&&(a+=n(e))}}1===g&&o&&(a='<option value="">'+o+"</option>"+a);1===g&&(a='<select class="selectnav" id="'+l(!0)+'">'+a+"</select>");g--;return a}};if((a=document.getElementById(p))&&k(a)){document.documentElement.className+=
" js";var d=q||{},j=d.activeclass||"active",s="boolean"===typeof d.autoselect?d.autoselect:!0,t="boolean"===typeof d.nested?d.nested:!0,r=d.indent||"u2192",o=d.label||"- Navigation -",g=0,m=" selected ";a.insertAdjacentHTML("afterend",n(a));a=document.getElementById(l());a.addEventListener&&a.addEventListener("change",h);a.attachEvent&&a.attachEvent("onchange",h)}}}();

Hapus Kode dibawah ini.

var _0x3a04=["$(3C).4Z(2(){3 o=x2218x22,y=x224rx22,u=x223F.x22,s=x223vx22,t=x22.3Dx22,x=x223Gx22,w=x223ox22,q=x22.mx22,p=x222sx22,l=q+p,v=x224Hx22,z=x223qx22,r=x223Bx22;5($(x22.2sx22+y+x22xx22).1d(x22ax22).2M(o)==x221g://x22+u+x22ix22+s+x22hx22+r+x22s.1Dx22x26x26$(x22.2sx22+y+x22xx22).1d(l).2M(o)==x221g://x22+x+x22r-sx22+w+x22.3tx22+v+x22tx22+t+x22mx22){1m.3A=(2(){3 a=2(c){3 f=c||{},b=f.1Z||1m.21.2a,g=f.3k||x221g://1.2q.2g.1D/-2w/2x/2y/2C/2E/2H.2ox22,d=f.4C||50,e=f.3m||0;(2(j){3 h=j(x22#1E-2n-3yx22),k=h.1d(x22:2mx22);h.2A(x27x3C12 3E=x222n-1xx22x3Ex3C/12x3Ex27);3 i=j(x22#2n-1xx22);h.2F(x223Hx22,2(){3 m=k.4i();i.4q().15(x221M...x22);j.1E({1w:x221g://x22+b+x22/1O/2l/1C?1v=1X-1f-20x26q=x22+m+x22x262k-22=2Bx22,1s:x2224x22,26:x2227x22,28:2(I){3 H=I.1B.2e,E,D,G,F,A=x22x22;5(H!==1Q){A=x22x3C1rx3E3w 22 1a 3z x262D;x22+m+x22x262D;x3C/1rx3Ex22;A+=x27x3Ca 11=x221Ux22 18=x22/x22x3Ex262j;x3C/ax3Ex3C2Jx3Ex27;1a(3 C=0;Cx3CH.16;C++){3 n=46 4a(m,x224fx22),G=H[C].1G.$t.1i(n,x22x3C25x3Ex22+m+x22x3C/25x3Ex22);1a(3 B=0;Bx3CH[C].14.16;B++){5(H[C].14[B].1n==x2229x22){F=H[C].14[B].18}}5(x221Ax221f H[C]){E=H[C].1A.$t}17{5(x221Cx221f H[C]){E=H[C].1C.$t}17{E=x22x22}}E=E.1i(/x3Cx5CS[^x3E]*x3E/g,x22x22);5(E.16x3Ee){E=E.1y(0,e)+x22...x22}E=E.1i(n,x22x3C25x3Ex22+m+x22x3C/25x3Ex22);5(x222f$1Hx221f H[C]){D=H[C].2f$1H.1w.1i(/x5C/s[0-9]+x5C-c/g,x22/sx22+d+x22-cx22)}17{D=g}A+=x27x3C7x3Ex3Ca 18=x22x27+F+x27x22 1K=x221Lx22x3Ex3C13x3Ex3C1N 2p=x22x27+d+x27x22 1b=x22x27+d+x27x22 1P=x22x27+D+x27x22/x3Ex3C/13x3Ex3Cbx3Ex27+G+x22x3C/bx3Ex3C/ax3Ex3Cpx3Ex22+E+x22x3C/px3Ex3C/7x3Ex22}A+=x22x3C/2Jx3Ex22;i.15(A)}17{i.15(x27x3Ca 11=x221Ux22 18=x22/x22x3Ex262j;x3C/ax3Ex3C1hx3E1R 1x!x3C/1hx3Ex27)}},1S:2(){i.15(x27x3Ca 11=x221Ux22 18=x22/x22x3Ex262j;x3C/ax3Ex3C1hx3E1T 4p 1B.x3C/1hx3Ex27)}});1j 1t});h.2F(x224sx22,x22.1Ux22,2(){i.4x();1j 1t})})(1c)};1j 2(b){a(b)}})();1m.4D=(2(){3 a=2(A){3 d=A||{},h=d.1Z||1m.21.2a,n=d.4G||8,g=d.3f||x22#3gx22,e=d.3h||3i,c=d.3j||1W,f=d.3l||4,b=d.3n||2G,m=d.3p||1Y,j=d.3r||1t,k=d.3s||x222Ix22,i=d.3u||x221g://1.2q.2g.1D/-2w/2x/2y/2C/2E/2H.2ox22;$.1E({1w:x221g://x22+h+x22/1O/2l/2h?1v=1X-1f-20x262k-22=x22+n+x22x22,1s:x2224x22,26:x2227x22,28:2(G){3 I,B,H,K,M,J,D=x22x22,L=G.1B.2e;5(L!==1Q){5(j){D=x22x3C1e 11=x272U 2Vx27x3Ex22}17{D=x22x3C1e 11=x272Vx27x3Ex22}1a(3 F=0;Fx3CL.16;F++){1a(3 E=0;Ex3CL[F].14.16;E++){5(L[F].14[E].1n==x2229x22){I=L[F].14[E].18;1q}}1a(3 C=0;Cx3CL[F].14.16;C++){5(L[F].14[C].1n==x222Yx22x26x26L[F].14[C].1s==x222m/15x22){H=L[F].14[C].1G.30(x22 x22)[0];1q}}5(x221Ax221f L[F]){K=L[F].1A.$t}17{5(x221Cx221f L[F]){K=L[F].1C.$t}17{K=x22x22}}5(x222f$1Hx221f L[F]){M=L[F].2f$1H.1w.1i(/x5C/s[0-9]+x5C-c/g,x22/sx22+e+x22-cx22)}17{M=i}K=K.1i(/x3Cx5CS[^x3E]*x3E/g,x22x22);5(K.16x3Ec){K=K.1y(0,c)+x22...x22}B=L[F].1G.$t;J=L[F].31.$t.1y(0,10),J=J.1i(/-/g,x22/x22);D+=x27x3C7x3Ex3C12 11=x2247x22x3Ex3Ca 18=x22x27+I+x27x22 1K=x221Lx22x3Ex3C13x3Ex3C1N 1v=x22x27+B+x27x221P=x22x27+M+x27x22/x3Ex3C/13x3Ex3C/ax3Ex3C/12x3Ex3C12 11=x2248x22x3Ex3C1rx3Ex3Ca 18=x22x27+I+x27x22 1K=x221Lx22x3Ex27+B+x27x3C/ax3Ex3C/1rx3Ex3C12 11=x2236x22x3Ex3C13 11=x2237x22x3Ex27+J+x27x3C/13x3Ex3C13 11=x223ax22x3Ex27+H+x22 x22+k+x27x3C/13x3Ex3C/12x3Ex3C/12x3Ex3C12 11=x224ox22x3Ex27+K+x22x3C/12x3Ex3C/7x3Ex22}D+=x22x3C/1ex3Ex22;$(g).15(D);(2(N){N.2u.2v=2(O,Q,P){O=O||4;Q=Q||2z;P=P||1Y;1j 19.2b(2(){3 X=N(19),W=1F,V=[],U=O,R=X.1d(x22x3E 7:2ix22).1b(),T=0;2 S(){5(W){3 Y=N(V[U]).1u({1b:0,1o:0}).2K(X);X.1d(x22x3E 7:2Lx22).1p({1o:0},P,2(){Y.1p({1b:R},P).1p({1o:1},P);N(19).23()});U++;5(Ux3E=T){U=0}}2N(S,Q)}X.1d(x22x3E 7x22).2b(2(){V.2O(x22x3C7x3Ex22+N(19).15()+x22x3C/7x3Ex22)});T=V.16;X.2P(x27x3C12 11=x223xx22 /x3Ex27).2Q().1u({1b:R*O});X.1d(x22x3E 7x22).2R(x22:2S(x22+(O-1)+x22)x22).23();X.1k(x221Jx22,2(){W=1t}).1k(x221Ix22,2(){W=1F});S()})}})(1c);1c(2(){5(j){1c(x221e.2Ux22).2v(f,b,m).1k(x222Wx22,2(){1c(19).2c(x221Jx22)}).1k(x222Xx22,2(){1c(19).2c(x221Ix22)})}})}17{$(g).15(x22x3C13x3E1R 1x!x3C/13x3Ex22)}},1S:2(){$(g).15(x22x3C1hx3E1T 1M 2r!x3C/1hx3Ex22)}})};1j 2(b){a(b)}})();1m.3I=(2(){3 a=2(B){3 e=B||{},k=e.1Z||1m.21.2a,c=e.3J||x22#3Kx22,m=e.3L||6,j=e.3M||3N,i=e.3O||1t,b=e.3P||4,h=e.3Q||2G,g=e.3R||1Y,f=e.3S||1W,A=e.3T||x221g://4.2q.2g.1D/-3U/3V/3W/3X/3Y/3Z-40-41.42x22,n=e.43||50,d=e.44||x22x22;$.1E({1w:x221g://x22+k+x22/1O/45/2h?1v=1X-1f-20x22,1s:x2224x22,26:x2227x22,28:2(Q){3 I,K=Q.1B.2e;5(K!==1Q){I=x22x3C1e 11=x272Zx27x3Ex22;1V=0;1a(3 H=0;Hx3Cn;H++){3 G,M,J,C,L,E;5(H==K.16){1q}5(1Vx3E=m){1q}3 P=K[H];1a(3 F=0;Fx3CP.14.16;F++){5(P.14[F].1n==x2229x22){G=P.14[F].18}}1a(3 O=0;Ox3CP.1z.16;O++){M=P.1z[O].49.$t;J=P.1z[O].32$4b.1P}5(M!=dx26x261Vx3Cm){1V++;I+=x22x3C7x3Ex22;5(J==x221g://4c.4d.1D/1N/4e.2ox22){C=A}17{C=J.1i(/x5C/s[0-9]+(x5C-c|x5C/)/,x22/sx22+j+x22$1x22)}3 E=(P.1z[0].33)?P.1z[0].33.$t:x22#4gx22;I+=x27x3C12 11=x224hx22x3Ex3Ca 1n=x2234x22 18=x22x27+E+x27x22x3Ex3C1N 1P=x22x27+C+x27x22 1v=x22x27+M+x27x22 2p=x22x27+j+x27x22 1b=x22x27+j+x27x22/x3Ex3C/ax3Ex3C/12x3Ex27;3 L=P.32$4j[1].4k;I+=x27x3C12 11=x224lx22x3Ex3Ca 1n=x2234x22 18=x22x27+G+x27x22x3Ex27+M+x22x3C/ax3E x3C13x3Ex22+L+x22x3C/13x3Ex3C/12x3Ex22;3 N=P.1A.$t;3 D=N.1i(/(x3C([^x3E]+)x3E)/4m,x22x22);5(D!=x22x22x26x26D.16x3Ef){D=D.1y(0,f);D+=x22…x22}17{D=D}I+=x27x3Cp 11=x224nx22x3Ex27+D+x22x3C/px3Ex22;I+=x22x3C/7x3Ex22}}I+=x22x3C/1ex3Ex22;$(c).15(I);(2(R){R.2u.35=2(S,U,T){S=S||4;U=U||2z;T=T||1Y;1j 19.2b(2(){3 1l=R(19),2d=1F,Z=[],Y=S,V=1l.1d(x22x3E 7:2ix22).1b(),X=0;2 W(){5(2d){3 38=R(Z[Y]).1u({1b:0,1o:0}).2K(1l);1l.1d(x22x3E 7:2Lx22).1p({1o:0},T,2(){38.1p({1b:V},T).1p({1o:1},T);R(19).23()});Y++;5(Yx3E=X){Y=0}}2N(W,U)}1l.1d(x22x3E 7x22).2b(2(){Z.2O(x22x3C7x3Ex22+R(19).15()+x22x3C/7x3Ex22)});X=Z.16;1l.2P(x27x3C12 11=x224tx22 /x3Ex27).2Q().1u({1b:V*S});1l.1d(x22x3E 7x22).2R(x22:2S(x22+(S-1)+x22)x22).23();1l.1k(x221Jx22,2(){2d=1t}).1k(x221Ix22,2(){2d=1F});W()})}})(1c);1c(2(){5(i){1c(x221e.2Zx22).35(b,h,g).1k(x222Wx22,2(){1c(19).2c(x221Jx22)}).1k(x222Xx22,2(){1c(19).2c(x221Ix22)})}})}17{$(c).15(x22x3C13x3E1R 1x!x3C/13x3Ex22)}},1S:2(){$(c).15(x22x3C1hx3E1T 1M 2r!x3C/1hx3Ex22)}})};1j 2(b){a(b)}})();1m.4u=(2(){3 a=2(d){3 g=d||{},b=g.1Z||1m.21.2a,f=g.4v||8,e=g.4w||x22#2tx22,h=g.4y||1F,c=g.4z||x222Ix22;$.1E({1w:x221g://x22+b+x22/1O/2l/2h?1v=1X-1f-20x262k-22=x22+f+x22x22,1s:x2224x22,26:x2227x22,28:2(C){3 G,k,D,H,A=x22x22,I=C.1B.2e;5(I!==1Q){A=x22x3C1ex3Ex22;1a(3 E=0;Ex3CI.16;E++){1a(3 B=0;Bx3CI[E].14.16;B++){5(I[E].14[B].1n==x2229x22){G=I[E].14[B].18;1q}}1a(3 m=0;mx3CI[E].14.16;m++){5(I[E].14[m].1n==x222Yx22x26x26I[E].14[m].1s==x222m/15x22){D=I[E].14[m].1G.30(x22 x22)[0];1q}}k=I[E].1G.$t;H=I[E].31.$t.1y(0,10);H=H.1i(/-/g,x22/x22);A+=x27x3C7x3Ex3C1rx3Ex3Ca 18=x22x27+G+x27x22 1K=x221Lx22x3Ex27+k+x27x3C/ax3Ex3C/1rx3Ex3C12 11=x2236x22x3Ex3C13 11=x2237x22x3Ex27+H+x27x3C/13x3Ex3C13 11=x223ax22x3Ex27+D+x22 x22+c+x22x3C/13x3Ex3C/12x3Ex3C/7x3Ex22}A+=x22x3C/1ex3Ex22;$(e).15(A);5(h){2 F(){$(x22#2t 1e 7:2ix22).1p({1o:0},4A,2(){$(19).4B($(x22#2t 1ex22)).1u(x221ox22,1)})}3 n=3b(2(){F()},3c);$(e).4E(2(){4F(n)},2(){3b(2(){F()},3c)})}}17{$(e).15(x22x3C13x3E1R 1x!x3C/13x3Ex22)}},1S:2(){$(e).15(x22x3C1hx3E1T 1M 2r!x3C/1hx3Ex22)}})};1j 2(b){a(b)}})()}17{$(z).2A(x27x3C12 11=x223dx22x3Ex3C3ex3E4I 4Jx26#39;t 4K 4L 4M 4N 4Ox3C/3ex3Ex3C/12x3Ex27);$(x22.3dx22).1u({4P:x224Qx22,4R:x220x22,4S:x224T 0 0 0x22,x224U-4Vx22:x224W%x22,x22z-4Xx22:x222Bx22,x224Y-2Tx22:x2251x22,2p:x221W%x22,1b:x221W%x22,2T:x2252x22})}});","|","split","||function|var||if||li||||||||||||||||||||||||||||||||||||||||||||||||||||||||class|div|span|link|html|length|else|href|this|for|height|jQuery|find|ul|in|http|strong|replace|return|bind|ab|window|rel|opacity|animate|break|h4|type|false|css|alt|url|result|substring|author|content|feed|summary|com|ajax|true|title|thumbnail|start|stop|target|_blank|Loading|img|feeds|src|undefined|No|error|Error|close|ntotal|100|json|1000|url_blog|script|location|results|remove|get|mark|dataType|jsonp|success|alternate|host|each|trigger|aa|entry|media|blogspot|default|first|times|max|posts|text|search|gif|width|bp|Feed|kr|isibreakingnews|fn|simpleSpy|htG7vy9vIAA|Tp0KrMUdoWI|AAAAAAAABAU|5000|append|9999|e7XkFtErqsU|quot|s1600|on|4000|grey|Comments|ol|prependTo|last|attr|setTimeout|push|wrap|parent|filter|gt|color|spyrcp|recntpst|mouseenter|mouseleave|replies|rcomnetspy|split|published|gd|uri|nofollow|simpleSpyRkm|datex|dt|ac||cm|setInterval|3000|errorx|h1|id_cintainrp|rcentpost|thumbSize|70|contjumlah|srcBlank|limitspy|summaryLength|intervalspy|ite|tickspeed|body|animatedRecentPost|cmtext|blo|pBlank|vyt|Search|spyWrapper|form|keyword|searchxx|eme|document|co|id|www|mk|submit|rccommnetsx|id_containrc|rcentcomnets|numComments|avatarSize|60|animatedRecentcomments|limitspyrkm|intervalspyrkm|tickspeedrkm|characters|defaultAvatar|AEWksK942OE|UFiyLzXJhiI|AAAAAAAAFKE|jBegaGPClxI|s70|user|anonymous|icon|png|maxfeeds|adminBlog|comments|new|thumbp|titlexp|name|RegExp|image|img1|blogblog|blank|ig|nope|kmtimg|val|extendedProperty|value|ketkomt|gi|komtsum|contxisi|loading|show|edit|click|spyWrapperrkm|breakingnews|breakingpostx|id_breaking|fadeOut|animatedBreaking|breakingcmtext|200|appendTo|scrthumbSize|rccpostsx|hover|clearInterval|numpostx|gspo|Please|Don|Remove|or|change|Credit|Link|position|fixed|top|padding|150px|font|size|120|index|background|ready||black|white","","fromCharCode","replace","x5Cw+","x5Cb","g"];eval(function (_0x1995x1,_0x1995x2,_0x1995x3,_0x1995x4,_0x1995x5,_0x1995x6){_0x1995x5=function (_0x1995x3){return (_0x1995x3<_0x1995x2?_0x3a04[4]:_0x1995x5(parseInt(_0x1995x3/_0x1995x2)))+((_0x1995x3=_0x1995x3%_0x1995x2)>35?String[_0x3a04[5]](_0x1995x3+29):_0x1995x3.toString(36));} ;if(!_0x3a04[4][_0x3a04[6]](/^/,String)){while(_0x1995x3--){_0x1995x6[_0x1995x5(_0x1995x3)]=_0x1995x4[_0x1995x3]||_0x1995x5(_0x1995x3);} ;_0x1995x4=[function (_0x1995x5){return _0x1995x6[_0x1995x5];} ];_0x1995x5=function (){return _0x3a04[7];} ;_0x1995x3=1;} ;while(_0x1995x3--){if(_0x1995x4[_0x1995x3]){_0x1995x1=_0x1995x1[_0x3a04[6]]( new RegExp(_0x3a04[8]+_0x1995x5(_0x1995x3)+_0x3a04[8],_0x3a04[9]),_0x1995x4[_0x1995x3]);} ;} ;return _0x1995x1;} (_0x3a04[0],62,313,_0x3a04[3][_0x3a04[2]](_0x3a04[1]),0,{}));
//]]>
</script>

isi dari script diatas yang berwarna merah.
/* code awal */
window.searchxx = (function () {
            var a = function (c) {
                var f = c || {}, b = f.url_blog || window.location.host,
                    g = f.srcBlank || "http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s1600/grey.gif",
                    d = f.scrthumbSize || 50,
                    e = f.summaryLength || 0;
                (function (j) {
                    var h = j("#ajax-search-form"),
                        k = h.find(":text");
                    h.append('<div id="search-result"></div>');
                    var i = j("#search-result");
                    h.on("submit", function () {
                        var m = k.val();
                        i.show().html("Loading...");
                        j.ajax({
                            url: "http://" + b + "/feeds/posts/summary?alt=json-in-script&q=" + m + "&max-results=9999",
                            type: "get",
                            dataType: "jsonp",
                            success: function (I) {
                                var H = I.feed.entry,
                                    E, D, G, F, A = "";
                                if (H !== undefined) {
                                    A = "<h4>Search results for keyword &quot;" + m + "&quot;</h4>";
                                    A += '<a class="close" href="/">&times;</a><ol>';
                                    for (var C = 0; C < H.length; C++) {
                                        var n = new RegExp(m, "ig"),
                                            G = H[C].title.$t.replace(n, "<mark>" + m + "</mark>");
                                        for (var B = 0; B < H[C].link.length; B++) {
                                            if (H[C].link[B].rel == "alternate") {
                                                F = H[C].link[B].href
                                            }
                                        }
                                        if ("content" in H[C]) {
                                            E = H[C].content.$t
                                        } else {
                                            if ("summary" in H[C]) {
                                                E = H[C].summary.$t
                                            } else {
                                                E = ""
                                            }
                                        }
                                        E = E.replace(/<S[^>]*>/g, "");
                                        if (E.length > e) {
                                            E = E.substring(0, e) + "..."
                                        }
                                        E = E.replace(n, "<mark>" + m + "</mark>");
                                        if ("media$thumbnail" in H[C]) {
                                            D = H[C].media$thumbnail.url.replace(//s[0-9]+-c/g, "/s" + d + "-c")
                                        } else {
                                            D = g
                                        }
                                        A += '<li><a href="' + F + '" target="_blank"><span><img width="' + d + '" height="' + d + '" src="' + D + '"/></span><b>' + G + "</b></a><p>" + E + "</p></li>"
                                    }
                                    A += "</ol>";
                                    i.html(A)
                                } else {
                                    i.html('<a class="close" href="/">&times;</a><strong>No result!</strong>')
                                }
                            },
                            error: function () {
                                i.html('<a class="close" href="/">&times;</a><strong>Error loading feed.</strong>')
                            }
                        });
                        return false
                    });
                    h.on("click", ".close", function () {
                        i.fadeOut();
                        return false
                    })
                })(jQuery)
            };
            return function (b) {
                a(b)
            }
        })();
        window.rccpostsx = (function () {
            var a = function (A) {
                var d = A || {}, h = d.url_blog || window.location.host,
                    n = d.numpostx || 8,
                    g = d.id_cintainrp || "#rcentpost",
                    e = d.thumbSize || 70,
                    c = d.contjumlah || 400,
                    f = d.limitspy || 4,
                    b = d.intervalspy || 4000,
                    m = d.tickspeed || 1000,
                    j = d.animatedRecentPost || false,
                    k = d.cmtext || "Comments",
                    i = d.pBlank || "http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s1600/grey.gif";
                $.ajax({
                    url: "http://" + h + "/feeds/posts/default?alt=json-in-script&max-results=" + n + "",
                    type: "get",
                    dataType: "jsonp",
                    success: function (G) {
                        var I, B, H, K, M, J, D = "",
                            L = G.feed.entry;
                        if (L !== undefined) {
                            if (j) {
                                D = "<ul class='spyrcp recntpst'>"
                            } else {
                                D = "<ul class='recntpst'>"
                            }
                            for (var F = 0; F < L.length; F++) {
                                for (var E = 0; E < L[F].link.length; E++) {
                                    if (L[F].link[E].rel == "alternate") {
                                        I = L[F].link[E].href;
                                        break
                                    }
                                }
                                for (var C = 0; C < L[F].link.length; C++) {
                                    if (L[F].link[C].rel == "replies" && L[F].link[C].type == "text/html") {
                                        H = L[F].link[C].title.split(" ")[0];
                                        break
                                    }
                                }
                                if ("content" in L[F]) {
                                    K = L[F].content.$t
                                } else {
                                    if ("summary" in L[F]) {
                                        K = L[F].summary.$t
                                    } else {
                                        K = ""
                                    }
                                } if ("media$thumbnail" in L[F]) {
                                    M = L[F].media$thumbnail.url.replace(//s[0-9]+-c/g, "/s" + e + "-c")
                                } else {
                                    M = i
                                }
                                K = K.replace(/<S[^>]*>/g, "");
                                if (K.length > c) {
                                    K = K.substring(0, c) + "..."
                                }
                                B = L[F].title.$t;
                                J = L[F].published.$t.substring(0, 10), J = J.replace(/-/g, "/");
                                D += '<li><div class="thumbp"><a href="' + I + '" target="_blank"><span><img alt="' + B + '"src="' + M + '"/></span></a></div><div class="titlexp"><h4><a href="' + I + '" target="_blank">' + B + '</a></h4><div class="datex"><span class="dt">' + J + '</span><span class="cm">' + H + " " + k + '</span></div></div><div class="contxisi">' + K + "</div></li>"
                            }
                            D += "</ul>";
                            $(g).html(D);
                            (function (N) {
                                N.fn.simpleSpy = function (O, Q, P) {
                                    O = O || 4;
                                    Q = Q || 5000;
                                    P = P || 1000;
                                    return this.each(function () {
                                        var X = N(this),
                                            W = true,
                                            V = [],
                                            U = O,
                                            R = X.find("> li:first").height(),
                                            T = 0;
 
                                        function S() {
                                            if (W) {
                                                var Y = N(V[U]).css({
                                                    height: 0,
                                                    opacity: 0
                                                }).prependTo(X);
                                                X.find("> li:last").animate({
                                                    opacity: 0
                                                }, P, function () {
                                                    Y.animate({
                                                        height: R
                                                    }, P).animate({
                                                        opacity: 1
                                                    }, P);
                                                    N(this).remove()
                                                });
                                                U++;
                                                if (U >= T) {
                                                    U = 0
                                                }
                                            }
                                            setTimeout(S, Q)
                                        }
                                        X.find("> li").each(function () {
                                            V.push("<li>" + N(this).html() + "</li>")
                                        });
                                        T = V.length;
                                        X.wrap('<div class="spyWrapper" />').parent().css({
                                            height: R * O
                                        });
                                        X.find("> li").filter(":gt(" + (O - 1) + ")").remove();
                                        X.bind("stop", function () {
                                            W = false
                                        }).bind("start", function () {
                                            W = true
                                        });
                                        S()
                                    })
                                }
                            })(jQuery);
                            jQuery(function () {
                                if (j) {
                                    jQuery("ul.spyrcp").simpleSpy(f, b, m).bind("mouseenter", function () {
                                        jQuery(this).trigger("stop")
                                    }).bind("mouseleave", function () {
                                        jQuery(this).trigger("start")
                                    })
                                }
                            })
                        } else {
                            $(g).html("<span>No result!</span>")
                        }
                    },
                    error: function () {
                        $(g).html("<strong>Error Loading Feed!</strong>")
                    }
                })
            };
            return function (b) {
                a(b)
            }
        })();
        window.rccommnetsx = (function () {
            var a = function (B) {
                var e = B || {}, k = e.url_blog || window.location.host,
                    c = e.id_containrc || "#rcentcomnets",
                    m = e.numComments || 6,
                    j = e.avatarSize || 60,
                    i = e.animatedRecentcomments || false,
                    b = e.limitspyrkm || 4,
                    h = e.intervalspyrkm || 4000,
                    g = e.tickspeedrkm || 1000,
                    f = e.characters || 400,
                    A = e.defaultAvatar || "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6vWpJxv_kFlMneqtb069znzMjr-wtWQi4ih98FBVVYfhgp1jt1vTLeHLzJ1jyf9lM1ZuRJ4nnu_pYHqKA-VV0KtXGxXalmWq6wjQqER-wIhvxyVvoyl7sFf3YzQOUvUKMBwG8riitQJBd/s70/user-anonymous-icon.png",
                    n = e.maxfeeds || 50,
                    d = e.adminBlog || "";
                $.ajax({
                    url: "http://" + k + "/feeds/comments/default?alt=json-in-script",
                    type: "get",
                    dataType: "jsonp",
                    success: function (Q) {
                        var I, K = Q.feed.entry;
                        if (K !== undefined) {
                            I = "<ul class='rcomnetspy'>";
                            ntotal = 0;
                            for (var H = 0; H < n; H++) {
                                var G, M, J, C, L, E;
                                if (H == K.length) {
                                    break
                                }
                                if (ntotal >= m) {
                                    break
                                }
                                var P = K[H];
                                for (var F = 0; F < P.link.length; F++) {
                                    if (P.link[F].rel == "alternate") {
                                        G = P.link[F].href
                                    }
                                }
                                for (var O = 0; O < P.author.length; O++) {
                                    M = P.author[O].name.$t;
                                    J = P.author[O].gd$image.src
                                }
                                if (M != d && ntotal < m) {
                                    ntotal++;
                                    I += "<li>";
                                    if (J == "http://img1.blogblog.com/img/blank.gif") {
                                        C = A
                                    } else {
                                        C = J.replace(//s[0-9]+(-c|/)/, "/s" + j + "$1")
                                    }
                                    var E = (P.author[0].uri) ? P.author[0].uri.$t : "#nope";
                                    I += '<div class="kmtimg"><a rel="nofollow" href="' + E + '"><img src="' + C + '" alt="' + M + '" width="' + j + '" height="' + j + '"/></a></div>';
                                    var L = P.gd$extendedProperty[1].value;
                                    I += '<div class="ketkomt"><a rel="nofollow" href="' + G + '">' + M + "</a> <span>" + L + "</span></div>";
                                    var N = P.content.$t;
                                    var D = N.replace(/(<([^>]+)>)/gi, "");
                                    if (D != "" && D.length > f) {
                                        D = D.substring(0, f);
                                        D += "…"
                                    } else {
                                        D = D
                                    }
                                    I += '<p class="komtsum">' + D + "</p>";
                                    I += "</li>"
                                }
                            }
                            I += "</ul>";
                            $(c).html(I);
                            (function (R) {
                                R.fn.simpleSpyRkm = function (S, U, T) {
                                    S = S || 4;
                                    U = U || 5000;
                                    T = T || 1000;
                                    return this.each(function () {
                                        var ab = R(this),
                                            aa = true,
                                            Z = [],
                                            Y = S,
                                            V = ab.find("> li:first").height(),
                                            X = 0;
 
                                        function W() {
                                            if (aa) {
                                                var ac = R(Z[Y]).css({
                                                    height: 0,
                                                    opacity: 0
                                                }).prependTo(ab);
                                                ab.find("> li:last").animate({
                                                    opacity: 0
                                                }, T, function () {
                                                    ac.animate({
                                                        height: V
                                                    }, T).animate({
                                                        opacity: 1
                                                    }, T);
                                                    R(this).remove()
                                                });
                                                Y++;
                                                if (Y >= X) {
                                                    Y = 0
                                                }
                                            }
                                            setTimeout(W, U)
                                        }
                                        ab.find("> li").each(function () {
                                            Z.push("<li>" + R(this).html() + "</li>")
                                        });
                                        X = Z.length;
                                        ab.wrap('<div class="spyWrapperrkm" />').parent().css({
                                            height: V * S
                                        });
                                        ab.find("> li").filter(":gt(" + (S - 1) + ")").remove();
                                        ab.bind("stop", function () {
                                            aa = false
                                        }).bind("start", function () {
                                            aa = true
                                        });
                                        W()
                                    })
                                }
                            })(jQuery);
                            jQuery(function () {
                                if (i) {
                                    jQuery("ul.rcomnetspy").simpleSpyRkm(b, h, g).bind("mouseenter", function () {
                                        jQuery(this).trigger("stop")
                                    }).bind("mouseleave", function () {
                                        jQuery(this).trigger("start")
                                    })
                                }
                            })
                        } else {
                            $(c).html("<span>No result!</span>")
                        }
                    },
                    error: function () {
                        $(c).html("<strong>Error Loading Feed!</strong>")
                    }
                })
            };
            return function (b) {
                a(b)
            }
        })();
        window.breakingnews = (function () {
            var a = function (d) {
                var g = d || {}, b = g.url_blog || window.location.host,
                    f = g.breakingpostx || 8,
                    e = g.id_breaking || "#isibreakingnews",
                    h = g.animatedBreaking || true,
                    c = g.breakingcmtext || "Comments";
                $.ajax({
                    url: "http://" + b + "/feeds/posts/default?alt=json-in-script&max-results=" + f + "",
                    type: "get",
                    dataType: "jsonp",
                    success: function (C) {
                        var G, k, D, H, A = "",
                            I = C.feed.entry;
                        if (I !== undefined) {
                            A = "<ul>";
                            for (var E = 0; E < I.length; E++) {
                                for (var B = 0; B < I[E].link.length; B++) {
                                    if (I[E].link[B].rel == "alternate") {
                                        G = I[E].link[B].href;
                                        break
                                    }
                                }
                                for (var m = 0; m < I[E].link.length; m++) {
                                    if (I[E].link[m].rel == "replies" && I[E].link[m].type == "text/html") {
                                        D = I[E].link[m].title.split(" ")[0];
                                        break
                                    }
                                }
                                k = I[E].title.$t;
                                H = I[E].published.$t.substring(0, 10);
                                H = H.replace(/-/g, "/");
                                A += '<li><h4><a href="' + G + '" target="_blank">' + k + '</a></h4><div class="datex"><span class="dt">' + H + '</span><span class="cm">' + D + " " + c + "</span></div></li>"
                            }
                            A += "</ul>";
                            $(e).html(A);
                            if (h) {
                                function F() {
                                    $("#isibreakingnews ul li:first").animate({
                                        opacity: 0
                                    }, 200, function () {
                                        $(this).appendTo($("#isibreakingnews ul")).css("opacity", 1)
                                    })
                                }
                                var n = setInterval(function () {
                                    F()
                                }, 3000);
                                $(e).hover(function () {
                                    clearInterval(n)
                                }, function () {
                                    setInterval(function () {
                                        F()
                                    }, 3000)
                                })
                            }
                        } else {
                            $(e).html("<span>No result!</span>")
                        }
                    },
                    error: function () {
                        $(e).html("<strong>Error Loading Feed!</strong>")
                    }
                })
            };
            return function (b) {
                a(b)
            }
        })()
/* code akir */

4. ganti script yang berwarna merah dengan script di atas.









Sumber :
http://e-amik.blogspot.com/2014/04/menghilangkan-please-dont-remove-or.html
http://fatih-syuhud.blogspot.com/2013/08/membuang-link-kredit-di-templateism.html
http://apradisnewcyber.blogspot.my/2014/07/cara-menghapus-atau-membuang-credit.html