Breaking

Monday 4 March 2019

10 Useful Tips To Use Chrome Developer Tools Like Pro

There are many things you can do with Chrome Development tools which most people are unaware of. In this article we are going to reveal some useful things you can do with Chrome Development tools. For instance, how to bypass restrictions set by the website, colors, finding out fonts and images that are hidden on the surface or even forgotten passwords.

How to open Developer tools in Chrome?

  • Click on Customize chrome ( ⋮ ) 
  • Next, More tools 
  • Followed by Developers 

You may also right-click on the page you are currently in and want to edit and choose inspect. You can also use the keyboard short cut Ctrl+Shift+I (Cmd+Option+I for Mac). By default, it usually opens a new window to right. To move the window to the button simply click the 3 vertical dots bottom at the top right ( ⋮ ) follow by selecting the bottom docking option. You may decide to turn on the dark mode form the settings, to ease your eyes from ray of light. Whenever you open the inspect element it will recall back the changes you made.


Read Also: How to Screenshot on Snapchat Without Your Friends (Senders) Noticing


10 Chrome Developer Tools Tips To Advance your usage

1. How to Edit a Web Page


This is one of the basic use of the Developer tools but it must not be neglected. With this feature you can temporarily edit any Web page in your browser.

To perform this operation, simply open any web page of your choice on Chrome and right-click and select Inspect Element. Next go to console tab, follow by pasting the below line of code and hit enter.

document.body.contentEditable = true 

After pasting the code, it will make the entire web page editable like any Word document. Simply click anywhere and start typing. Note that all the effects will disappear after refreshing the page, so to avoid that you may screenshot the edited page before refreshing or closing the browser.

2. How to Revel the save password


Peradventure you want to login to your Instagram on your mobile, let say you have forgotten your password. But in your previous login you saved it in your browser. Instead of going through the process of password reset, you can use the developer tools to reveal the hidden password.

Simply, right-click the password field and then choose “Inspect Element.”

Immediately the document inspector window will open and all you have to do is to just replace the word “password” with “text” in the password-type input field. This act should be able to reveal the password hidden in asterisks.




3. How to Use the Color Picker


To use the color picker simply open up the Chrome Development tools, click on Style tab in the left side, proceed by clicking on the small box next to the color. This will pop-up the Color picker tool, now, click on anywhere on the webpage, whose color you want to find out and the color picker will give you the hex code. Proceed by copying the hex code and paste it in Photoshop.




4. How to Change Website to the Mobile Layout


Immediately you open up any website on your browser, there are so many things which is sent under the hood without your notice, such as your IP address, URL, Location, User-agent and the exact date and time.

The user agent helps the website to identify your browser. In some occasions changing the user-agent helps a lot. For Instance, if you want to check if your website is responsive or not. But it is good to access the different version of the website. For example, some website has the specific browser in which they perform well. Let take Instagram for instance, as you all know uploading pictures from your computer is not allowed accept it is done from a mobile device. So, you can view your desktop browser on mobile format and perform your upload to Instagram.



To carry this out, simply open up the Chrome Development tools, click on 3 vertical dots, and under more Tools select Network conditions. Next, uncheck the box User agent, select automatically and from the popup box select a Mobile Browser. Note every website has a browser that will be compatible to user view, so make sure you select a browser that will be compatible to every operation that you are carrying out. After selecting the mobile browser to upload picture to Instagram, close the window and refresh the page. From the image below, you can now see there is an upload button for you to be able to upload pictures to Instagram from your PC.



5. How to Search Anything


One useful feature that is difficult to figure out is the search. The “Search” tab prompt you the opportunity to search a web page for a particular content or an HTML tags.

For instance, if you actually want to find out the font a website is using, all you need to do, is to click the 3 dots follow by clicking Search and proceed by typing in the font or to be precise use font-family, and with that you will discover the information in the lines code.

Or let say I eventually landed into a website that is using a video in the background and am anxious to find out the exact video, in this instance saving the page is not an option. Rather use the Chrome Development tool, and search for “video” scroll through the results and see if you get any URL. I a common sense since it a video it might have an extension of mp4 try that on the search. You might have a couple of results with mp4, one of them might likely be the video file, click on it to bring up the URL. Copy that URL and paste in the browser, and off you go.


6. How to Remove Popups

Another feature that will definitely interest you, is removing pop-ups from the website you are accessing. Let take Quora one of the most popular question and answer website that usually offer content to its registered members only. If you stumble upon this great website from Google and try to access or read more than one page you will be prompt with a pop-up to sign-up. Follow this procedure to remove the pop-up. Simply right-click on the current page and open the inspect elements. Continue moving your cursor to the line of code until pop-up window is totally highlighted. Once done, simply delete that line of code. In some cases, there may be another transparent layer on the page’s body which makes the links unresponsive. Delete that also.




7.How to Change Your Browser GPS Location

For your notice there are 2 ways to detect on a website where you are browsing from, it can either be from your IP address and your browser location. You may easily change your IP address by using VPN and Smart DNS, but to change your browser location is a very difficult task.

For instance, there was a day, I was browsing CBS with VPN, and it worked excellently. But when I want to watch local channels on CBS, it prompts me with a pop-up asking for my browser location. And when I clicked on Allow, it says the content is not available in my location.

To avoid this, simply open Developer Console, simply by right-clicking on the screen. Proceed by clicking on the 3 dots button at the top-right and then follow by clicking the “Sensors” option from More. After this, a new window will pop-up in the bottom half of the developer tools window, Under Geolocation, Select “Custom location.” Proceed by putting location based on latitude and longitude, in case you don’t know the values, you can use google maps to find out the value that suite your location or simply select the name of the city like London. Now, just reload the page, allow location data in the pop-up window. After that if I refresh the page and click on allow location as you can see from the below image, I can be able to stream local stations.



8. How to Use Ruler

Just like the previous feature which is color Picker tool, Google Developer Tools also imbeds Ruler. This is usually come in place when you want to measure pixels across the height and width of the current page.

To make the Ruler visible, simply right-click on the page where you want to use the Ruler tool and click “Inspect Element”. To enable it for the first time, click on the 3 vertical dots in the top-right and Settings. A new window will open, under the Elements section then select Show Ruler option.




9. How to Clear Cookie

Chrome gives you an option to delete cookies for the entire browser from the Setting page. Google Chrome grants you the opportunity to erase(delete) cookies for the entire browser from the setting page. But in case you may want to delete a particular cookie from the Google Chrome then Chrome Development tools is the best option.

Simply proceed to the website whos cookie you want to delete, open the Application tab, and choose Cookies from the list. double-click on it to expand and then you can right click on it and select Delete option.


10. How to Use Inspect Element on Android

Since there is no measure of getting a fully functional Chrome developer tool on Android device Inspect and Edit HTML Live is the next option to get similar kind of functionality on your Android Smartphones. Just install the app from Play Store to get started. Type in the website domain name in the address bar, follow by tapping on the small black finger icon next to URL bar. This is now your element selector, now wherever you tap, it’ll show you the source code, in which you can easily edit and see the live changes or output. Generally, there are two major features of the app which are See and Edit website source code, and also inject javascript into the specific webpage.

The app is free to use but contain ads for unpaid users, which can be removed by a one-time purchase of the pro version for $3.




Read Also:Latest Eight (8) Best Open Source Browser for Android (2018) for Quick Internet Access


To round it up, the developer tools has more usage than just viewing just the website the way it is, you can toy around with the Chrome developers’ tool to alter most thing that the website is not doing on the server side. Alternatively, you may want to try Web Developer extensions to get one-click access to all the features and lots more.
   

Get our updates delivered to your inbox



42 comments:

  1. Hi there everyone, it's my first pay a quick visit at this web page, and paragraph is
    truly fruitful designed for me, keep up posting such posts.

    ReplyDelete
  2. You actually make it seem so easy with your presentation but I find this matter to be really something which I think I would
    never understand. It seems too complicated and extremely broad for me.
    I'm looking forward for your next post, I'll try to get the hang
    of it!

    ReplyDelete
  3. What's up, I would like to subscribe for this web site to take hottest updates, thus where can i do it please help
    out.

    ReplyDelete
  4. Hello There. I found your blog using msn. This is a very
    well written article. I'll be sure to bookmark it and come back
    to read more of your useful information. Thanks for the post.
    I'll definitely return.

    ReplyDelete
  5. We are a bunch of volunteers and opening a new scheme in our community.

    Your site provided us with valuable information to work on. You've done a formidable process
    and our entire community will likely be thankful to you.

    ReplyDelete
  6. I know this if off topic but I'm looking into starting my
    own blog and was curious what all is needed to get setup?
    I'm assuming having a blog like yours would cost a pretty penny?
    I'm not very internet savvy so I'm not 100% certain. Any recommendations or advice would be
    greatly appreciated. Appreciate it

    ReplyDelete
  7. When I initially commented I clicked the "Notify me when new comments are added" checkbox and now each
    time a comment is added I get several e-mails with the same comment.
    Is there any way you can remove people from that service?
    Thank you!

    ReplyDelete
  8. Attractive component to content. I just stumbled upon your site and
    in accession capital to claim that I get in fact loved account your weblog posts.
    Anyway I will be subscribing on your augment and even I success you access constantly fast.

    ReplyDelete
  9. Its not my first time to visit this site, i am browsing this website dailly and take good facts
    from here daily.

    ReplyDelete
  10. Hey! Someone in my Myspace group shared this website with us so I came to take a look.
    I'm definitely enjoying the information. I'm bookmarking and will be tweeting this to my followers!

    Excellent blog and outstanding design.

    ReplyDelete
  11. Excellent, what a weblog it is! This website gives valuable information to
    us, keep it up.

    ReplyDelete
  12. Why users still make use of to read news papers when in this technological world all is existing on web?

    ReplyDelete
  13. Hi there, all is going well here and ofcourse every one is sharing information, that's in fact fine,
    keep up writing.

    ReplyDelete
  14. Howdy! This is my first visit to your blog! We are a group
    of volunteers and starting a new initiative in a
    community in the same niche. Your blog provided us valuable information to work
    on. You have done a wonderful job!

    ReplyDelete
  15. I simply could not depart your site prior to suggesting
    that I extremely loved the standard information a person provide in your
    guests? Is going to be again ceaselessly in order
    to investigate cross-check new posts

    ReplyDelete
  16. whoah this weblog is magnificent i really like reading your posts.
    Keep up the good work! You know, lots of individuals
    are hunting round for this info, you can aid them greatly.

    ReplyDelete
  17. Hello, i believe that i saw you visited my weblog thus i came to go
    back the want?.I'm attempting to in finding things to improve my site!I suppose its adequate to make use of some of your ideas!!

    ReplyDelete
  18. Great delivery. Solid arguments. Keep up the great effort.

    ReplyDelete
  19. You're so cool! I do not suppose I've truly read a single thing
    like that before. So nice to find another person with some original
    thoughts on this topic. Really.. thanks for starting this up.
    This website is something that's needed on the web, someone with some originality!

    ReplyDelete
  20. I was recommended this web site by my cousin. I'm not sure whether this post is written by him as no one else know such detailed about my trouble.
    You're amazing! Thanks!

    ReplyDelete
  21. Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point.

    You definitely know what youre talking about, why throw away your intelligence
    on just posting videos to your weblog when you could be giving us something
    informative to read?

    ReplyDelete
  22. Call sexy singles in your town to indulge in steamy phone sex with them.
    Like all paid dating sites, they're created for people who find themselves single and are searching for
    short or long-term relationships. When you are looking for traditional dating circuits like discos, pubs
    and beaches, they act pretty much like a melting pot of cultures.

    ReplyDelete
  23. With more tightly regulated experiments, Reiki
    might find itself as commonly accepted because the household word Tylenol.
    Sharing Reiki together with your Baby - Babies get their own good and the bad there
    are occasions when they are thankful to have some Reiki.
    Target tissues can include muscles, tendons, ligaments, fascia, skin, joints, or
    any other connective tissue, as well as lymphatic vessels, or organs of
    the gastrointestinal system.

    ReplyDelete
  24. Excellent blog you have here but I was curious if you knew of any
    discussion boards that cover the
    same topics talked about in this article? I'd really like to be a
    part of group where I can get responses from other knowledgeable people
    that share the same interest.

    If you have any suggestions, please let me know.
    Many thanks!

    ReplyDelete
  25. In this social science experiment, most would observe
    a variety of reactions, positive and negative, since retirement is usually
    described as mixed blessing; most of us perceive both bad and the good aspects regarding this final
    stage in your life - some try to avoid the word altogether,
    while some jump right in, yacking away about fishing trips,
    cruises and other typical retirement banter.

    Sharing Reiki along with your Baby - Babies have their own good and bad there
    are occasions when they are thankful to have some Reiki.
    It will be the unifying force involving the quantum world and realm of relativity, that
    physicists cannot find and were one with it.

    ReplyDelete
  26. It is a quick, efficient and way to find other willing adults
    thus far or attach with for casual fun. These experiences can come
    back to haunt you, so let those bad memories go. It's apparent from all of these figures
    that East Sussex gives anybody interested in adult dating
    in the county a good venture to be successful.

    ReplyDelete
  27. Hello! Quick question that's totally off topic.
    Do you know how to make your site mobile friendly? My weblog looks weird when browsing from my iphone.

    I'm trying to find a template or plugin that might be able to correct this problem.

    If you have any suggestions, please share. Many thanks!

    ReplyDelete
  28. This is very attention-grabbing, You're an overly skilled blogger.

    I've joined your feed and look forward to searching
    for extra of your magnificent post. Also, I have shared your web site in my social networks!

    ReplyDelete
  29. I view something truly special in this website.

    ReplyDelete
  30. I was reading some of your posts on this internet site and I conceive this site is very instructive!

    Retain posting.

    ReplyDelete
  31. Hello there! This blog post could not be written any better!
    Looking at this post reminds me of my previous roommate!
    He continually kept talking about this. I will send this post to him.
    Fairly certain he's going to have a very good read.
    Many thanks for sharing!

    ReplyDelete
  32. I seriously love your blog.. Great colors & theme.
    Did you create this site yourself? Please reply back as I'm
    wanting to create my very own site and would love to find out where you got this
    from or what the theme is called. Thank you!

    ReplyDelete
  33. When I initially commented I clicked the "Notify me when new comments are added"
    checkbox and now each time a comment is added I get four e-mails
    with the same comment. Is there any way you can remove people
    from that service? Cheers!

    ReplyDelete
  34. Can I just say what a comfort to find somebody that actually understands what they are discussing on the web.
    You certainly understand how to bring a problem to light and make it important.
    More people have to look at this and understand this
    side of your story. I was surprised you are not more
    popular given that you surely possess the gift.

    ReplyDelete
  35. Thanks for sharing such a fastidious thought, piece of writing is nice, thats why i have
    read it fully

    ReplyDelete
  36. Thank you for some other wonderful article. The place else may just anyone get
    that type of information in such a perfect means of
    writing? I've a presentation subsequent week, and I am at the search
    for such info.

    ReplyDelete
  37. Great blog here! Additionally your web site rather a lot up very fast!

    What web host are you the use of? Can I am getting your affiliate link
    for your host? I want my web site loaded up as quickly as
    yours lol

    ReplyDelete
  38. Hey there! Do you use Twitter? I'd like to follow you if
    that would be okay. I'm definitely enjoying your blog
    and look forward to new posts.

    ReplyDelete
  39. I am sure this piece of writing has touched all the
    internet viewers, its really really good post on building up
    new webpage.

    ReplyDelete
  40. Hi there! This post could not be written any better!

    Going through this article reminds me of my previous roommate!

    He always kept preaching about this. I will send this post
    to him. Fairly certain he'll have a good read. Many thanks for sharing!

    ReplyDelete
  41. An impressive share! I have just forwarded this
    onto a colleague who has been doing a little homework on this.
    And he in fact ordered me lunch due to the fact that
    I discovered it for him... lol. So allow me to reword this....
    Thank YOU for the meal!! But yeah, thanx for spending some time to talk about this topic here on your web site.

    ReplyDelete
  42. Greetings from Colorado! I'm bored at work so I decided to browse your site on my iphone during lunch break.
    I love the information you present here and can't wait to take a look when I get home.
    I'm shocked at how fast your blog loaded on my cell phone ..
    I'm not even using WIFI, just 3G .. Anyhow, superb blog!

    ReplyDelete

Want to get all latest updates from DbencoPlanet.com?

Subscribe to DbencoPlanet to get all the latest updates free!