Make fake screenies with no programs, hardly any effort

Discussion in 'Computers and Technology' started by emo, Apr 11, 2008.

  1. emo

    emo Newbie

    Joined:
    Jan 26, 2008
    Messages:
    8
    Likes Received:
    0
    This will not permanatly change webpage :)

    I found this javascript injection on the internet. You can edit anything on a website just by highlighting the text and changing the words. This is the code:

    PHP:
    1. <div class="php" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">javascript&<span style="color: #808080; font-style: italic;">#058;document.body.contentEditable='true'; document.designMode='on'; void 0</span></li></ol></div>
    This works great if you wanna make a fake screenie. Let me give you an example.

    I'm going to alter Google.

    Here is Google when it is un-altered.

    [​IMG]

    After using the code this is what I came up with.

    [​IMG]

    I'm not an artist I know :roll:

    Anyways, have fun playing with webpages and fake screenies :winner_first_h4h:

    I'm Jesse on the slopdog forums so yes this guide was written by me :yup:
     
  2. mass2chaos

    mass2chaos Newbie

    Joined:
    Mar 30, 2008
    Messages:
    26
    Likes Received:
    0
    Doesn't work for me....
    Mac OSX Tiger
    Firefox Beta 3
    What browser did you do it in?
     
  3. SuBLiME

    SuBLiME Level I

    Joined:
    Apr 17, 2008
    Messages:
    60
    Likes Received:
    0
    wouldn't
    Code (Text):
    1.  
    be the correct code? At least for Firefox.

    Edit: The Javascript: doesn't appear right in the code textbox.

    javascript: document.body.contentEditable='true'; document.designMode='on'; void 0
     
  4. II_warlord_II

    II_warlord_II Level III

    Joined:
    Aug 13, 2008
    Messages:
    532
    Likes Received:
    31
    im trying this...
    i don't get it..
    can you explain more clearly please
     
  5. Shawn

    Shawn Level IV

    Joined:
    Jul 15, 2009
    Messages:
    1,989
    Likes Received:
    76
    Location:
    Somewhere, lah.
    Ok, basically, just copy and paste this and put it into the address bar.
    javascript:document.body.contentEditable='true'; document.designMode='on'; void 0