Arcade Prehacks

Results 1 to 6 of 6
  1. #1
    jar555555's Avatar
    Join Date
    May 2009
    Location
    White House
    Posts
    94

    [Tut] How to edit a webpage with Java

    First you go on a random website.
    -this forum
    -armorgames
    -etc
    Then you type this code in the address bar "javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0 " with out the quotes.
    Then you can edit the stuff you want.
    Attached Images Attached Images

  2. #2
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: [Tut] How to edit a webpage with Java

    Oh you're messing with me,punk?

    Just joking,I know that old trick

  3. #3
    Administrator Xnite's Avatar
    Join Date
    Nov 2009
    Posts
    1,669

    Re: [Tut] How to edit a webpage with Java

    That's cool. I didn't know this.

    I'm going to think of some ways to prank my girlfriend with this.

  4. #4
    Senior Member
    Join Date
    Jan 2009
    Location
    The Netherlands
    Posts
    693

    Re: [Tut] How to edit a webpage with JavaScript

    Code to disable it
    Code:
    javascript: document.body.contentEditable = 'false'; document.disignMode = 'off'; void 0
    Hides the typing stripe, so it looks real after using it.
    (note: its JavaScript there's a huge difference)
    (note 2: Put code in code tags)

  5. #5
    Senior Member m electric's Avatar
    Join Date
    Jul 2009
    Location
    Baltimore, Ohio
    Posts
    1,397

    Re: [Tut] How to edit a webpage with Java

    awesome! this is great! cool tut!

  6. #6
    dberube4's Avatar
    Join Date
    Oct 2009
    Location
    In my dream....
    Posts
    637

    Re: [Tut] How to edit a webpage with Java

    lol awesome (WOOT 100e post)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •