Pages: 12

  2008-09-22 20:40:13

darylldelfin
» FTalkGeek
FTalk Level: zero
1389
0
1969-12-31

credits : mootools framework .. =) Here are the new code injections : [b]CSS INJECTION:[/b] [quote]Asset.css('[color=#FF0000]URL_OF_CSS_FILE[/color]');[/quote] [b]JS INJECTION:[/b] [quote]Asset.jav

[quote=ravenum008]can you give me a redirecting codes for some browser~!? :penguin:[/quote] you can simply apply it to the code above ... example , if u dont like opera browsers, just add this : [quote]if (window.opera){ alert('message'); document.location = "http://www.friendster.com/error.php"; }[/quote] for ie , [quote]if (window.ie){ alert('message'); document.location = "http://www.friendster.com/error.php"; }[/quote] for ff , [quote]if (window.gecko){ alert('message'); document.location = "http://www.friendster.com/error.php"; }[/quote] u can remove the alert if ye like .. or add anything . hehe . you get the point ? hehe .. here are some values : [quote]if(window.ie) { //function here } if(window.ie6){ //function here } if(window.ie7){ //function here } if(window.gecko){ //function here } if(window.webkit419) { //function here } if(window.webkit420) { //function here } if(window.opera) { //function here }[/quote] something like that . hehe. or just refer to the code @ 1st post .. it's kinda like a browser detector .. and it's easy to remember .. :D @all : thanks! :wow:

Pages: 12

Board footer

© 2025 F Talk

Current time is 10:53

[ 12 queries - 0.008 second ]
Privacy Policy