Pages

Saturday, July 28, 2007

(CS) Website Modding

Hmm, brand new script from FHA. Enter this code into most sites, and it turns on edit mode. It's a very simple code, but very effective. Copy and paste the code into the address bar on your browser, works best with Firefox.

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


So far, seems to work on all sites, even my blog, try it!