Quantum Media LLC Posted March 14, 2007 Posted March 14, 2007 Finally got it to work.... i showed my boss and he almost fired me for doing illegal internet activity/hacking lol i showed him it was just a joke and he thought that was great
battlelands Posted March 21, 2007 Posted March 21, 2007 Getting fired is for some stupid/simple javascript, though it's funny when you show this for your friends and they say "oh my god! how did you do it??".
arunsonnet Posted March 24, 2007 Posted March 24, 2007 It's client-side. Does it mean that its done only on the browser.
Kelso Posted March 28, 2007 Author Posted March 28, 2007 it just doesnt work....but internet explorer 7 has some new [bleeped!] built in so maybe thats it It works in FF, Netscape, Camino, IE, and many others. If the code I put here is broken, just google "edit any page".  Remove the space between "java" and "script". It's an IPB security "feature". Here, I'll try again: java script:document.body.contentEditable='true';%20document.designMode='on';%20void%200 Click me to "edit" this page!  the morphing is sorta limited though  If you'd like more advanced "hacking" i.e. editing source code, screwing around with CSS, crashing javascript, and spying on ajax, I'd recommend the Firebug for firefox.      If it doesn't work for you still, feel free to ask!
Maxdamantus Posted March 29, 2007 Posted March 29, 2007 Yes, it shouldn't have the space between java and script.. Java script and JavaScript are complete different things: Java is a language for programming fully capable programs, they are almost as strong as C. JavaScript on the other hand is a language for adding dynamic HTML content to web pages viewed in a browser.
Quantum Media LLC Posted June 1, 2007 Posted June 1, 2007 the link doesnt work, but take out the space in between java and script. the browsers don't know what java script is but know what javascript is.
ShannenName Posted June 9, 2007 Posted June 9, 2007 Try this ehh thats weird it puts a space there by itself so this is the code java script:document.body.contentEditable='true';%20document.designMode='on';%20void%200 copy and paste that into your browser and hit go but make sure there is no space between java and script!
ShannenName Posted June 9, 2007 Posted June 9, 2007 Also try adding this to your bookmarks java script:document.body.contentEditable='true';%20document.designMode='on';%20void%200 Also make sure there is NO space between 'java' and 'script'
Alert Posted June 10, 2007 Posted June 10, 2007 If you have Firefox, you can just use an extention called "Firebug" where you can change html, css, dom, net, javascript, etc. with a side-bar. You can easily edit the document words, layout, anything. I use it for webdesign mostly.
ShannenName Posted June 10, 2007 Posted June 10, 2007 I just downloaded that yesterday you mind reader
karath Posted June 12, 2007 Posted June 12, 2007 It doesn't seem to work it just goes to the advanced search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now