[quote=stabbedheart]i have a question. . .
is there something wrong with these 2 codes?
it's not working on my profile
<">how about in the js injection? i'm geting confused in the URL of the folder
<">[/quote]
put this code before your onload>>>
[quote]//replace header
//Controlpanel Box Header
this.head = this.getModuleByClassName(/controlpanel/i)[0].getElementsByTagName("h1")[0];
this.head.innerHTML = "my biodata";
//Photo Gallery Box Header
this.head = this.getModuleByClassName(/photos/i)[0].getElementsByTagName("h2")[0];
this.head.innerHTML = "the portraits of my tragic demise";
//Moreabout Box Header
this.head = this.getModuleByClassName(/moreabout/i)[0].getElementsByTagName("h2")[0];
this.head.innerHTML = "i'm not the one who will find a way on how i will gonna say these words right in front of you";
//Media Box Header
this.head = this.getModuleByClassName(/scrapbook/i)[0].getElementsByTagName("h2")[0];
this.head.innerHTML = "hidden shits";
//Friends Box Header
this.head = this.getModuleByClassName(/friends/i)[0].getElementsByTagName("h2")[0];
this.head.innerHTML = "6 special persons in my life";[/quote]
and about your js injection???put the cpmplete url...cheers!