There's a javascript code that can be used to edit webpages, not by altering the HTML source, but by editing it visually right from your browser screen.
Here's the code:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Simply copy it to the address bar of your browser and press enter.
When you have finished editing the webpage, you can capture it by using these methods:
There are several programs that you can use to do this job, which are:
After you finished capturing all the pictures you need, simply refresh the page to exit editing mode.
Well, thank you for reading. Enjoy your day.
Cyber Frost
Here's the code:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Simply copy it to the address bar of your browser and press enter.
When you have finished editing the webpage, you can capture it by using these methods:
I. The Print Screen Method
Using this method, here are the steps:
- Press the Print Screen key on your keyboard.
- Click Start>Run and type in mspaint.
- Press Enter.
- Press Ctrl+V(Paste).
- Save the picture.
There are several programs that you can use to do this job, which are:
- Snipping Tool, included in Windows itself(Vista or higher).
- Snippy , can be downloaded here.
- and many others, simply do a search on Google.
After you finished capturing all the pictures you need, simply refresh the page to exit editing mode.
Well, thank you for reading. Enjoy your day.
Cyber Frost
No comments:
Post a Comment