You are viewing a post by KhErMiNaToR. View all 1842 posts in [b]Latest update (12. 11. 2008) [/b] Diambil dari thread ini :arrow: http://theftalk.com/t10469-CSS-Hide-Codes-%5BUpdate%5D.html [b]CSS HIDE CODES:[/b] [code]/* Remove Find Friends Link */ #ma.
pake code ini bro ougray:
[quote]var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "[b]URL CSS[/b]";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);[/quote]