Welcome to LudiGames Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

for all you who are bored

+5
tyeabc
LudicrousYoshi
mikeypenny
aDirtyFishTank
tyeabc2
9 posters

Go down

for all you who are bored Empty for all you who are bored

Post  tyeabc2 Sun Jun 05, 2011 4:31 am

here is some scripts to keep you entertained.
Copy into adressbar.
To make all pictures fly around:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

To make all links fly around:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("a"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

To make all paragraphs (like in blogs) fly around:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("p"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

To edit any text real time in a web page:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

tyeabc2

Posts : 4
Join date : 2011-06-04

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  aDirtyFishTank Sun Jun 05, 2011 10:35 am

tyeabc2 wrote:here is some scripts to keep you entertained.
Copy into adressbar.
To make all pictures fly around:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

To make all links fly around:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("a"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

To make all paragraphs (like in blogs) fly around:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("p"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

To edit any text real time in a web page:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Well Then.... Lol Wut?
aDirtyFishTank
aDirtyFishTank

Posts : 1008
Join date : 2010-12-10
Age : 27

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  mikeypenny Sun Jun 05, 2011 11:23 am

what are scripts?
mikeypenny
mikeypenny

Posts : 302
Join date : 2011-03-22

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  tyeabc2 Sun Jun 05, 2011 12:40 pm

mikeypenny wrote:what are scripts?

place them in your adressbar and click enter

tyeabc2

Posts : 4
Join date : 2011-06-04

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  LudicrousYoshi Sun Jun 05, 2011 12:46 pm

NOTHING IS WHERE IT SHOULD BE!!! Razz
LudicrousYoshi
LudicrousYoshi
Admin

Posts : 1337
Join date : 2010-12-05
Location : Virginer

https://ludigames.forumotion.com

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  tyeabc Sun Jun 05, 2011 1:14 pm

LudicrousYoshi wrote:NOTHING IS WHERE IT SHOULD BE!!! Razz

lol you know these are fun Very Happy flying stuff is always fun
tyeabc
tyeabc

Posts : 467
Join date : 2011-01-07
Age : 27
Location : Werscernsern

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  swimmerboy1196 Sun Jun 05, 2011 5:40 pm

TEXT AND PICTURES ARE FLYING AROUND MY PAGE OMGIZZLEZ
swimmerboy1196
swimmerboy1196

Posts : 403
Join date : 2011-04-04
Location : Under a bed

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  otto_destrukt Sun Jun 05, 2011 6:25 pm

OMFG ROFLMAO thats EPIC!! Very Happy
otto_destrukt
otto_destrukt

Posts : 43
Join date : 2011-04-14
Age : 31
Location : Wisconsin

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  bigpop4 Sun Jun 05, 2011 11:07 pm

Thanks for helping Tye

You might make a good addition to my team


Everybody is confused
bigpop4
bigpop4

Posts : 702
Join date : 2010-12-10
Age : 41
Location : The South

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  speerman5 Mon Jun 06, 2011 5:05 pm

lol I already knew about the text editing one I edited my powerschool wich is like online report card and showed my mom my good grades lol

speerman5

Posts : 155
Join date : 2011-04-06

Back to top Go down

for all you who are bored Empty Re: for all you who are bored

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

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