You are viewing our Forum Archives. To view or take place in current topics click here.
AMAZING Java Script Codes| Edit Any Site| Destroy Site| MORE
Posted:
AMAZING Java Script Codes| Edit Any Site| Destroy Site| MOREPosted:
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 2,698
Reputation Power: 144
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 2,698
Reputation Power: 144
Hello TTG!
Today I Will Show You All Some Really Cool JavaScript Codes.
In This Post, You Will Learn How To:
~ Edit Sites For Fun
~ Destroy A Site With A Game Of Classical Asteroids
~ Make Images on A Site Spin Around In A Abnormal Twister Like Movement
~ Make sure a website that you are visiting is authentic
~ Make A Site Give You An Answer To A Mathematical Problem XD
~ Have A Website Display A Custom Message
1) Edit Sites For Fun
Copy and Paste The Code Below Into the Address Bar and Hit Enter. You will be able to Edit The Site Now.
Example:
[ Register or Signin to view external links. ]
2) Destroy A Site With A Game Of Classical Asteroids
Copy and Paste The Code Below Into the Address Bar and Hit Enter. You will be able to play Asteroids.
Example:
[ Register or Signin to view external links. ]
3) Make Images on A Site Spin Around In A Abnormal Twister Like Movement
Copy and Paste The Code Below Into the Address Bar and Hit Enter. You will be able to do what #3 says
Example:
[ Register or Signin to view external links. ]
4) Make sure a website that you are visiting is authentic
Copy and Paste The Code Below Into the Address Bar and Hit Enter. You will know if the site is authentic or not.
Example:
[ Register or Signin to view external links. ]
5) Make A Site Give You An Answer To A Mathematical Problem XD
Copy and Paste The Code Below Into the Address Bar. In the (Parenthesis), change the mathematical problem to what you want, and then press enter. You will know the answer to your problem XD
Example:
[ Register or Signin to view external links. ]
6) Have A Website Display A Custom Message
Copy and Paste The Code Below Into the Address Bar and Hit Enter. The Page will Display a Personal Message I Wrote.
Example:
[ Register or Signin to view external links. ]
To Make It Say What You Want, Copy and paste the code into the Address Bar, but don't press enter yet. Find The Part that says:
var inp = "-erianoilliM-"; var outp
In These Quotes ( " " ) I wrote -Millionaire-, except backwards. So if you want to write your own message, just write it in the quotes, except backwards. Then Hit Enter and you will see your personal message.
Example:
[ Register or Signin to view external links. ]
Remember, these codes will not be permanent when you edit the site. Also, this is just for fun, so please don't flame and say that this is pointless.
+Rep or Thank The Topic is appreciated, but not needed. Hope This Helped You. Thanks!
Today I Will Show You All Some Really Cool JavaScript Codes.
In This Post, You Will Learn How To:
~ Edit Sites For Fun
~ Destroy A Site With A Game Of Classical Asteroids
~ Make Images on A Site Spin Around In A Abnormal Twister Like Movement
~ Make sure a website that you are visiting is authentic
~ Make A Site Give You An Answer To A Mathematical Problem XD
~ Have A Website Display A Custom Message
1) Edit Sites For Fun
Copy and Paste The Code Below Into the Address Bar and Hit Enter. You will be able to Edit The Site Now.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Example:
[ Register or Signin to view external links. ]
2) Destroy A Site With A Game Of Classical Asteroids
Copy and Paste The Code Below Into the Address Bar and Hit Enter. You will be able to play Asteroids.
javascript:var s = document.createElement('script');s.type='text/javascript';document.body.appendChild(s)
;;s.src='http://erkie.github.com/asteroids.min.js';void(0)
Example:
[ Register or Signin to view external links. ]
3) Make Images on A Site Spin Around In A Abnormal Twister Like Movement
Copy and Paste The Code Below Into the Address Bar and Hit Enter. You will be able to do what #3 says
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);
Example:
[ Register or Signin to view external links. ]
4) Make sure a website that you are visiting is authentic
Copy and Paste The Code Below Into the Address Bar and Hit Enter. You will know if the site is authentic or not.
javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof.");
Example:
[ Register or Signin to view external links. ]
5) Make A Site Give You An Answer To A Mathematical Problem XD
Copy and Paste The Code Below Into the Address Bar. In the (Parenthesis), change the mathematical problem to what you want, and then press enter. You will know the answer to your problem XD
javascript: alert(34343+3434-222);
Example:
[ Register or Signin to view external links. ]
6) Have A Website Display A Custom Message
Copy and Paste The Code Below Into the Address Bar and Hit Enter. The Page will Display a Personal Message I Wrote.
javascript:function flood(n) {if (self.moveBy) {for (i = 200; i > 0;i--){for (j = n; j > 0; j--) {self.moveBy(1,i); self.moveBy(i,0);self.moveBy(0,-i); self.moveBy(-i,0); } } }}flood(6);{ var inp = "-erianoilliM-"; var outp = ""; for (i = 0; i <= inp.length; i++) {outp =inp.charAt (i) + outp ; } alert(outp) ;}; reverse
Example:
[ Register or Signin to view external links. ]
To Make It Say What You Want, Copy and paste the code into the Address Bar, but don't press enter yet. Find The Part that says:
var inp = "-erianoilliM-"; var outp
In These Quotes ( " " ) I wrote -Millionaire-, except backwards. So if you want to write your own message, just write it in the quotes, except backwards. Then Hit Enter and you will see your personal message.
Example:
[ Register or Signin to view external links. ]
Remember, these codes will not be permanent when you edit the site. Also, this is just for fun, so please don't flame and say that this is pointless.
+Rep or Thank The Topic is appreciated, but not needed. Hope This Helped You. Thanks!
Last edited by Return_of_The_Jamal ; edited 1 time in total
#2. Posted:
Status: Offline
Joined: Jun 01, 201113Year Member
Posts: 78
Reputation Power: 2
This is great thank you
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 10, 201014Year Member
Posts: 2,546
Reputation Power: 0
Status: Offline
Joined: Dec 10, 201014Year Member
Posts: 2,546
Reputation Power: 0
if you made them well done ro id say you put alot of effort into them
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 7,422
Reputation Power: 8670
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 7,422
Reputation Power: 8670
Nice sticky maybe?
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 2,698
Reputation Power: 144
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 2,698
Reputation Power: 144
AlexPwnz1337 wrote Nice sticky maybe?
Thanks but i honestly think that i will never get a sticky for this
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jan 24, 201113Year Member
Posts: 1,701
Reputation Power: 96
Status: Offline
Joined: Jan 24, 201113Year Member
Posts: 1,701
Reputation Power: 96
Would be better if everyone got to see them when you did not just you on your computer.
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 2,698
Reputation Power: 144
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 2,698
Reputation Power: 144
Luckymodz wrote Would be better if everyone got to see them when you did not just you on your computer.
For that, just use like gyazo to take a screenshot of it to show your friends. I usually change the balance of my paypal to like $1038184 and take that picture and send to my pals.
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Feb 22, 201014Year Member
Posts: 2,221
Reputation Power: 88
edit site doesn't work
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: May 02, 201113Year Member
Posts: 1,347
Reputation Power: 56
These are cool things. Great skill to know how to do. I freaked my family out with these on Google
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.