Re: [spoiler][b]Do not remove these notices[/b]
[quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u
it's not working on mine.. i did all the steps by putting #64; and changing the url of js..
is there something wrong with my css injection code?
// css injection
var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http:................");
document.getElementsByTagName("head")[0].appendChild(css);