Home Forums Register FAQ Members List Calendar Search Today's Posts Mark Forums Read Arcade Chat
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > Other
Reload this Page Misc Javascript
Other Discussion of programming languages that don't fall into the other categories belongs here.

Misc Javascript

Closed Thread
 
LinkBack Thread Tools Display Modes
Misc Javascript
Old
  (#1)
Guest
 
Posts: n/a
   
Default Misc Javascript - Friday, September 5th, 2008

Try These Out:

At Any site type this in the browser: javascript: alert('Hu Pwnz');
Type This in any site aswell: javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
At google images; type somthing in then put this in the url bar: 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[ i ].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);
  
Re: Misc Javascript
Old
  (#2)
Plonk is Offline
Super Member
Plonk is an unknown quantity at this point
 
Plonk's Avatar
 
Posts: 2,458
Join Date: Apr 2008
Location: #iamthewalrus
Rep Power: 0
  Send a message via AIM to Plonk  
Default Re: Misc Javascript - Friday, September 5th, 2008

Nice, but VERY simple.


I have left CPHQ forever.

I will VERY occaisionally be on #iamthewalrus. Don't count on it.
  
Re: Misc Javascript
Old
  (#3)
SweetTooth is Offline
New Member
SweetTooth is an unknown quantity at this point
 
Posts: 43
Join Date: Aug 2008
Location: In A Video Game Driving An Ice Cream Truck
Age: 15
Rep Power: 0
   
Default Re: Misc Javascript - Friday, September 5th, 2008

Here's one to try

Code:
javascript:Â*document.body.contentEditableÂ*=Â*'true';Â*document.designModeÂ*=Â*'on';Â*voidÂ*0
  
Re: Misc Javascript
Old
  (#4)
Guest
 
Posts: n/a
   
Default Re: Misc Javascript - Friday, September 5th, 2008

Quote:
Originally Posted by Plonk
Nice, but VERY simple.
Thanks i was looking through commands like; msgbox. new_window, open_0, box, then i tried alert and it worked
  
Re: Misc Javascript
Old
  (#5)
Billybob1234 is Offline
Super Moderator
Billybob1234 is a glorious beacon of light
 
Billybob1234's Avatar
 
Posts: 2,651
Join Date: Jan 2008
Location: Wisconsin
Age: 19
Rep Power: 25
  Send a message via AIM to Billybob1234 Send a message via MSN to Billybob1234 Send a message via Yahoo to Billybob1234 Send a message via Skype™ to Billybob1234 
Default Re: Misc Javascript - Saturday, September 6th, 2008

Quote:
Originally Posted by SweetTooth
Here's one to try

Code:
javascript:Â*document.body.contentEditableÂ*=Â*'true';Â*document.designModeÂ*=Â*'on';Â*voidÂ*0
Lol, I've always liked that one. One of the most famous Javascript scripts.


http://img196.imageshack.us/img196/769/sig2i.png
  
Re: Misc Javascript
Old
  (#6)
Bollivierke is Offline
Über Member
Bollivierke is on a distinguished road
 
Bollivierke's Avatar
 
Posts: 4,036
Join Date: Jul 2007
Location: Belgium
Age: 15
Rep Power: 35
  Send a message via AIM to Bollivierke Send a message via MSN to Bollivierke  
Default Re: Misc Javascript - Saturday, September 6th, 2008

Quote:
Originally Posted by Billybob1234
Quote:
Originally Posted by SweetTooth
Here's one to try

Code:
javascript:Â*document.body.contentEditableÂ*=Â*'true';Â*document.designModeÂ*=Â*'on';Â*voidÂ*0
Lol, I've always liked that one. One of the most famous Javascript scripts.
Me too.




Bored.
Send me a PM for a Lockerz.com invite!
  
Re: Misc Javascript
Old
  (#7)
yo2boy is Offline
Senior Member
yo2boy is an unknown quantity at this point
 
yo2boy's Avatar
 
Posts: 516
Join Date: Apr 2008
Location: #iamthewalrus and/or Canada.
Rep Power: 0
  Send a message via MSN to yo2boy Send a message via Skype™ to yo2boy 
Default Re: Misc Javascript - Tuesday, September 23rd, 2008

Oh Yeah!!!! Try this:
Code:
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[ i ].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);
That's pretty cool if you try it on a site with alot of images!


http://clubpenguinhq.com/forums/image.php?type=sigpic&userid=11373&dateline=124020  0589
  
Re: Misc Javascript
Old
  (#8)
Plonk is Offline
Super Member
Plonk is an unknown quantity at this point
 
Plonk's Avatar
 
Posts: 2,458
Join Date: Apr 2008
Location: #iamthewalrus
Rep Power: 0
  Send a message via AIM to Plonk  
Default Re: Misc Javascript - Tuesday, September 23rd, 2008

Quote:
Originally Posted by yo2boy
Oh Yeah!!!! Try this:
Code:
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[ i ].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);
That's pretty cool if you try it on a site with alot of images!
Google Images works best. And that script is crazy.


I have left CPHQ forever.

I will VERY occaisionally be on #iamthewalrus. Don't count on it.
  
Re: Misc Javascript
Old
  (#9)
yo2boy is Offline
Senior Member
yo2boy is an unknown quantity at this point
 
yo2boy's Avatar
 
Posts: 516
Join Date: Apr 2008
Location: #iamthewalrus and/or Canada.
Rep Power: 0
  Send a message via MSN to yo2boy Send a message via Skype™ to yo2boy 
Default Re: Misc Javascript - Wednesday, September 24th, 2008

Quote:
Originally Posted by Plonk
Quote:
Originally Posted by yo2boy
Oh Yeah!!!! Try this:
Code:
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[ i ].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);
That's pretty cool if you try it on a site with alot of images!
Google Images works best. And that script is crazy.
Thankz!


http://clubpenguinhq.com/forums/image.php?type=sigpic&userid=11373&dateline=124020  0589
  
Re: Misc Javascript
Old
  (#10)
Plonk is Offline
Super Member
Plonk is an unknown quantity at this point
 
Plonk's Avatar
 
Posts: 2,458
Join Date: Apr 2008
Location: #iamthewalrus
Rep Power: 0
  Send a message via AIM to Plonk  
Default Re: Misc Javascript - Thursday, September 25th, 2008

I'm not thanking you, I've seen that somewhere else. There's no way you made that.


I have left CPHQ forever.

I will VERY occaisionally be on #iamthewalrus. Don't count on it.
  
Closed Thread

Lower Navigation
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > Other

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Skin developed by: vBStyles.com
Copyright ©2006 - 2009, RancidKraut Industries