::FsTactics::
Would you like to react to this message? Create an account in a few clicks or log in to continue.

AUTOMATIC SCROLLBAR CHANGER

5 posters

Go down

AUTOMATIC SCROLLBAR CHANGER Empty AUTOMATIC SCROLLBAR CHANGER

Post by ~timpOt Fri Oct 24, 2008 10:27 pm

Credits to: HCG XD

description: this will automatically change your scrollbar color every second.
Preview [url=http://www.friendster.com/timxpot]Here[/url]
____________________________________________________________ _____________
Code:



var counter=0;
function scroll(){
switch(counter){
case 0:
{
document.body.style.scrollbarFaceColor="red";
counter++;
break;
}
case 1:
{
document.body.style.scrollbarFaceColor="orange";
counter++;
break;
}
case 2:
{
document.body.style.scrollbarFaceColor="yellow";
counter++;
break;
}
case 3:
{
document.body.style.scrollbarFaceColor="green";
counter++;
break;
}
case 4:
{
document.body.style.scrollbarFaceColor="blue";
counter++;
break;
}
case 5:
{
document.body.style.scrollbarFaceColor="indigo";
counter++;
break;
}
case 6:
{
document.body.style.scrollbarFaceColor="violet";
counter++;
break;
}
case 7:
{
document.body.style.scrollbarFaceColor="lawngreen";
counter++;
break;
}
case 8:
{
document.body.style.scrollbarFaceColor="darkorange";
counter++;
break;
}
case 9:
{
document.body.style.scrollbarFaceColor="fuchsia";
counter++;
break;
}
case 10:
{
document.body.style.scrollbarFaceColor="navy";
counter++;
break;
}
case 11:
{
document.body.style.scrollbarFaceColor="lime";
counter++;
break;
}
case 12:
{
document.body.style.scrollbarFaceColor="indianred";
counter++;
break;
}
case 13:
{
document.body.style.scrollbarFaceColor="lightblue";
counter++;
break;
}
case 14:
{
document.body.style.scrollbarFaceColor="navajowhite";
counter++;
break;
}
case 15:
{
document.body.style.scrollbarFaceColor="deeppink";
counter=0;
break;
}
}
}
setInterval("scroll()",1000)


____________________________________________________________ ________________
...'there are 16 colors. you can add more colors, remove, or change the colors.
the 1000 in the end of the code means one second. you can make it faster or slower by changing the number to 500 or 2000.
It's all up to you.
...'btw, this is save as .js file...
...that's it.!hope this will help u guys

:thumbsup:
~timpOt
~timpOt
Moderator
Moderator

Male
Number of posts : 266
Age : 33
Location : Bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-14

http://www.friendster.com/timxpot

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by Admin Sat Oct 25, 2008 2:50 am

Preview please..XD
Admin
Admin
Admin
Admin

Male
Number of posts : 55
Age : 31
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-14

https://fstactics.forumotion.com

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ~timpOt Sat Oct 25, 2008 3:14 am

preview at my own profile.

http://www.friendster.com/timxpot

=D
~timpOt
~timpOt
Moderator
Moderator

Male
Number of posts : 266
Age : 33
Location : Bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-14

http://www.friendster.com/timxpot

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ehj Sat Oct 25, 2008 7:41 am

wow

goodjob!
ehj
ehj
Promoter
Promoter

Female
Number of posts : 231
Age : 33
Location : bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-15

http://profiles.friendster.com/spideycj

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ~timpOt Sat Oct 25, 2008 11:41 pm

ehj wrote:wow

goodjob!

wow for what?
=X
~timpOt
~timpOt
Moderator
Moderator

Male
Number of posts : 266
Age : 33
Location : Bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-14

http://www.friendster.com/timxpot

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ehj Sun Oct 26, 2008 1:06 am

~timpOt wrote:
ehj wrote:wow

goodjob!

wow for what?
=X

wala wow lang ..
heee..
ehj
ehj
Promoter
Promoter

Female
Number of posts : 231
Age : 33
Location : bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-15

http://profiles.friendster.com/spideycj

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ~timpOt Sun Oct 26, 2008 1:17 am

ehj wrote:
~timpOt wrote:
ehj wrote:wow

goodjob!

wow for what?
=X

wala wow lang ..
heee..

okay. LOL
~timpOt
~timpOt
Moderator
Moderator

Male
Number of posts : 266
Age : 33
Location : Bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-14

http://www.friendster.com/timxpot

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ehj Sun Oct 26, 2008 7:23 am

pwde bang color green lng??
iba't ibang green..
ehj
ehj
Promoter
Promoter

Female
Number of posts : 231
Age : 33
Location : bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-15

http://profiles.friendster.com/spideycj

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ZoZozoReN Sun Oct 26, 2008 7:39 pm

huh La AKoNG MAKitang PreVieW 0.0


HekheK!!!
ZoZozoReN
ZoZozoReN
Fstactics whiz
Fstactics whiz

Male
Number of posts : 95
Age : 44
Location : WaA!!!! HeK HeK!!!!
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-19

http://stjamesspc.weebly.net

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ~timpOt Mon Oct 27, 2008 12:47 am

ZoZozoReN wrote:huh La AKoNG MAKitang PreVieW 0.0


HekheK!!!
mg enter k kea sa page ko.
XD
~timpOt
~timpOt
Moderator
Moderator

Male
Number of posts : 266
Age : 33
Location : Bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-14

http://www.friendster.com/timxpot

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ~timpOt Mon Oct 27, 2008 12:48 am

ehj wrote:pwde bang color green lng??
iba't ibang green..

try mo po ^^
~timpOt
~timpOt
Moderator
Moderator

Male
Number of posts : 266
Age : 33
Location : Bulacan
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-14

http://www.friendster.com/timxpot

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by ZoZozoReN Fri Dec 05, 2008 6:02 am

Good Job
ZoZozoReN
ZoZozoReN
Fstactics whiz
Fstactics whiz

Male
Number of posts : 95
Age : 44
Location : WaA!!!! HeK HeK!!!!
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-19

http://stjamesspc.weebly.net

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by LYSSA13 Sat Dec 06, 2008 3:38 am

azTiG!

pero, nde yan gumagna

sA mozilla firefox ,ryt!?

ihh!!
LYSSA13
LYSSA13
Co-admin
Co-admin

Female
Number of posts : 157
Age : 28
Location : manila/pampangga
Job/hobbies : chatting,editing fs,reading,coding
Forum Contribution :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Reputation points :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Forum warnings :
AUTOMATIC SCROLLBAR CHANGER Left_bar_bleue0 / 1000 / 100AUTOMATIC SCROLLBAR CHANGER Right_bar_bleue

Registration date : 2008-10-19

http://www.xat.com/geoadikzz

Back to top Go down

AUTOMATIC SCROLLBAR CHANGER Empty Re: AUTOMATIC SCROLLBAR CHANGER

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum