Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Computers and Technology Discussion

Post URL bar codes here. - Page 1

Post URL bar codes here.

Posted by: fivex
Date: 2007-11-25 15:05:46
when you put certaint stuff in your URL bar certaint stuff happens like all the pictures on a web page dancing, well post them here!
Here is one I found:

all pictures on a page dancing:

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.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI.style;DIS.position='absolute'; DIS.left=Math.sin (R*x1+i*x2+x3)*x4+x5;DIS.top=Math.cos(R* y1+i*y2+y3 )*y4+y5}R++}setInterval('A()',5); void(0);

Edit: I just found another one:

Change web page(not permanent and is only in your browser):
javascript: document.body.contentEditable = "true"; document.designMode= "on"; void 0

Re: Post URL bar codes here.

Posted by: Bent`
Date: 2007-11-25 21:14:01
Might as well learn Javascript for that sort of thing.

Re: Post URL bar codes here.

Posted by: fivex
Date: 2007-11-26 13:54:07
Didn't think about that.