Imagine if you could open websites like Techmeme or New York Times or password protected WSJ in write-mode and change text or images at will as if you were editing some open wiki.
Well that’s quite possible through Edit Current Website – a bookmarklet that helps you change content of any web page live inside the browser – no need to install extensions like Firebug or learning HTML.Edit current website – Drag this link to your bookmarks toolbarThe moment you press the Edit Website button from the bookmarks toolbar, the web page you are currently reading turns into an editable document – you can then edit text, move around images on the page or even remove them completely.
Though the edits are temporary and disappear the moment your reload that page, the feature is handy if you are printing web pages or even for making fake screenshots.
TechZilo has a more extensive list of useful bookmarklets for web designers.
2:
Have you ever wanted to edit the web pages of another website? This simple line of code makes it possible. Of course you can’t actually edit the actual web page but you can edit the page as you see it on your screen.
2:
Cut and paste one line of code to make any website editable
Have you ever wanted to edit the web pages of another website? This simple line of code makes it possible. Of course you can’t actually edit the actual web page but you can edit the page as you see it on your screen.
This is one of the ways scammers create fake screenshots, fake Adsense & affiliate earnings and even fake Paypal transactions.
Here’s a method of editing the webpage in browsers without developer tools; all you need to do is visit the site you want to edit, paste the code below into your web browser address bar (tested in Firefox & IE7, fails in the Chrome search box) and hit the Enter button.
Then simply select a portion of text on the page and start editing.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Alternatively, you can install firebug and edit inline using this tool.
No comments:
Post a Comment