Author Topic: Edit a page with google chrome!  (Read 108 times)

0 Members and 1 Guest are viewing this topic.

Offline Myppl9

  • ****
  • Posts: 339
  • Gender: Male
  • GOING FOR -200!
Edit a page with google chrome!
« 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

Offline blαh2355

  • Welcome to aperture science!
  • ***
  • League PlayerWindows User
    View More Badges!

  • Posts: 3921
  • Gender: Male
  • May we perform tests on you?
Re: Edit a page with google chrome!
« Reply #1 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.



Offline Foofoojack

  • ******
  • Posts: 2604
  • Gender: Male
  • Ộ_Ộ
Re: Edit a page with google chrome!
« Reply #2 on: May 23, 2011, 06:52:54 PM »
Explain more please.

Offline Myppl9

  • ****
  • Posts: 339
  • Gender: Male
  • GOING FOR -200!
Re: Edit a page with google chrome!
« Reply #3 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.

Offline Frank

  • Cunt Destroyer
  • ******
  • Windows UserOld Forum MemberDog LoverCat LoverDonator
    View More Badges!

  • Posts: 2977
Re: Edit a page with google chrome!
« Reply #4 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.

Offline Myppl9

  • ****
  • Posts: 339
  • Gender: Male
  • GOING FOR -200!
Re: Edit a page with google chrome!
« Reply #5 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.....