Re: [align=center][b]can i put my playlist & ym status under the recent update ??
is there a code for that ?[/b][/align]
Or you can inject ur css codes into ur js file, then only use the js linker code.
Add this css injector to the top of ur js files, just edit the url to ur css file.
[quote]var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","CSS_LINK_HERE");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]