[quote=mickyriora]fando91 wrote:
U guys can also use this one...
If u don't want conflict between codes, u can use this...
var code = document.createElement("script");
code.type = "text/javascript";
code.src = "URL_OF_JS";
document.getElementsByTagName("head")[0].appendChild(code);
paste this on ur js...
Thanks for your input...
That is what we called js injection like what I wrote on the guide above just below css injection[/quote]
will i paste 1 js injection for every code that i want to use in my profile or just one js injection for all of the codes.. thanks for the info:)