.:`=-~rANdOm~`-=:. Game Servers

Entertainment (Read Only) => Games => Post-Based Games/Threads => Topic started by: Myppl9 on May 23, 2011, 06:07:04 PM

Title: Edit a page with google chrome!
Post by: Myppl9 on May 23, 2011, 06:07:04 PM
Just right click > Inspect element and edit the text!
 Example   
Spoiler (click to show/hide)

Now go edit those pages!


>edit It's only client side and is only for you fyi
Title: Re: Edit a page with google chrome!
Post by: blαh2355 on May 23, 2011, 06:34:40 PM
There was an add-on for firefox that you could do this too. I just don't remember what it was called.
Title: Re: Edit a page with google chrome!
Post by: Foofoojack on May 23, 2011, 06:52:54 PM
Explain more please.
Title: Re: Edit a page with google chrome!
Post by: Myppl9 on May 23, 2011, 06:56:10 PM
Explain more please.

okay then, if you're on google chrome, right click anywhere on the page, then in the drop down menu there is a option called "Inspect element" from there, a bar will appear on the bottom of the page then just simple double click the text you want to edit then click the highlight box in the element bar then just type whatever in and press enter.
Title: Re: Edit a page with google chrome!
Post by: Frank on May 23, 2011, 07:27:08 PM
put "javascript:document.body.contentEditable='true';%20document.designMode='on';%20void%200" in the address bar to start editing


put this "javascript:document.body.contentEditable='false';%20document.designMode='off';%20void%200" to stop editing. I got them on bookmarks.
Title: Re: Edit a page with google chrome!
Post by: Myppl9 on May 23, 2011, 07:33:13 PM
put "javascript:document.body.contentEditable='true';%20document.designMode='on';%20void%200" in the address bar to start editing


put this "javascript:document.body.contentEditable='false';%20document.designMode='off';%20void%200" to stop editing. I got them on bookmarks.
  oh thanks, i didn't know you could do that, Very interesting.....