Posts

Showing posts with the label Chrome

Simple Cool Tricks With Chrome Developer Tool

Image
Simple Cool Tricks With Chrome Developer Tool As you probably know, there is a button on the right-click menu of  Google  Chrome and IE 10+ called ''Inspect element''. This the developer tool. And you can have a lot of fun with it. I'll give you two examples on how to use it in this tutorial. 1. Change the text of a webpage: You can have fun on webpages just by changing the value of a  <span>  (a text label). For example, go on the 4shared.com site (a free file sharing site). Then create an account if you don't have one (or just connect with Google, Facebook or Twitter). When you are done, upload something that is heavy (more than 100 MB) by dragging and dropping it on the home page of 4shared. Then you can see an uploading status window on the screen. So right-click on the percentage and click on ''Inspect element''. Now you can see a little window that appears on the bottom of the web browser. There are to ways : either you got th...