[quote=toxyt][quote=The Bee]Thanks bro....
Sorry klo saya berdosa malam ini...
Saya copas dulu...[/quote]
berdosa...jangan sering bro, masuk neraka loe ntar
[b]all[/b]
tolongin ane donk, kok js saya ga jalan yang jalan cuman cssnya aja
thx be4
http://h1.ripway.com/toxyt/second/simple.txt[/quote]
coba css injecsionnya pake yg ini aja bro
[quote]//css injection
function injectcss() {
if(window.cssinjected == undefined) {
cssinjected = 1;
var css = document.createElement("link");
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","URL OF CSS");
css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/quote]