You are viewing a post by mickyriora. View all 887 posts in [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if.
U guys can also use this one...
If u don't want conflict between codes, u can use this...
[/b]
[quote]var code = document.createElement("script");
code.type = "text/javascript";
code.src = "[b]URL_OF_JS[/b]";
document.getElementsByTagName("head")[0].appendChild(code);[/quote]
[b]
paste this on ur js...[/b][/quote]
Thanks for your input...
That is what we called [b]js injection[/b] like what I wrote on the guide above just [b]below css injection [/b]