[quote=ulann]minta kode hide fans, media box sama blog doong
[/quote]
coba pake ini
tmbah kan code ne d css km:thumbsdown:
[spoiler]/* HIDE THAT UNWANTED THINGS */
.groups, .myfans, .fanof, .scrapbook, #content_14, .meettrail, #navigation {
display:none; background:transparent; }
/*HIDE FRIEND*/
.friends{display:none;
}
/* Hide How you are connected box */
#content_15 {display:none!important;}
/* Hide About me paragraph in control panel*/
.controlpanel p {display:none!important;}
/* Hide Recent Updates */
.user_tracker {
display:none!important;
}[/spoiler]
simpan d [b]file hosting[/b] kamu, buat nama ny .css .... trus km masukan kemari
/* --------------------------------------------------------------------------- CSS INJECTION */
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = " [b] url css km ? [/b] ";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);
[spoiler]//--------------------------------------------------------ALERT/*
//ALERT TIMES
var times=history.length
alert("hy "+pageViewerFName+" selamat datang!!!");
// goodbye alert
function goodbye(){
alert('bye2 '+parent.pageViewerFName+' HAVE A NICE DAY....');
}
parent.window.onunload=goodbye;[/spoiler]
coba di pake semoga berguna!!