Turn your Chrome, Firefox, Opera browser into Notepad
Turn your Chrome browser into Notepad |
Use Firefox, Chrome, Opera as a text editor like Notepad. This can be pretty useful, if you’re looking for a quick way to take notes during browsing. You can type, edit, copy, cut and paste text and you can even use save, print, find and other browser option along this.
Open a new tab in your web browser, and copy-paste the following code in addressbar and hit Enter :
data:text/html, <html contenteditable>
Also Try This :
1. a5.gg : Uses this WebTool to take notes, it have auto save feature using local storage of your browser.
2. Use the following code to get entertaining experience. As you type, the background color will change. Click And Try
data:text/html, <html><head><link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'><style type="text/css"> html { font-family: "Open Sans" } * { -webkit-transition: all linear 1s; }</style><script>window.onload=function(){var e=false;var t=0;setInterval(function(){if(!e){t=Math.round(Math.max(0,t-Math.max(t/3,1)))}var n=(255-t*2).toString(16);document.body.style.backgroundColor="#ff"+n+""+n},1e3);var n=null;document.onkeydown=function(){t=Math.min(128,t+2);e=true;clearTimeout(n);n=setTimeout(function(){e=false},1500)}}</script></head><body contenteditable style="font-size:2rem;line-height:1.4;max-width:60rem;margin:0 auto;padding:4rem;">
All credit goes to Software developer Jose Jesus Perez Aguinaga who shared this simplest trick on this artical : One line browser notepad
Sources : chromestory.com, pcworld.com, thewindowsclub.com, lifehacker.com, coderwall.com
No comments: