How to hide "Resources" tab from Google Chrome Developer Console? - google-chrome

Is there any possibility to Restrict opening this part of Browser's inspector? I hope there will be something which can help me to hide when my web page loads.
![Google Chrome Developer Console][1]

No, there is no supported way to hide your website loading from the developer console.
Why do you want to do this? I cannot think of any legitimate reason to do this.

Related

Can chrome's API be used to switch between multiple chrome devtools?

I am developing a chrome devtool of my own. I need to click a button from my devtool to jump to chrome's network panel. Is this possible? , I looked for a lot of documents, and I didn’t see any relevant implementation.
for example:
chrome.devtools.open('network',function callback(){})
then the network panel will show
thank you.

Google Tag Manager preview mode not working on click

This is not a problem with viewing the GTM console on my domain.
When I click the "preview" button my GTM interface refresh, but it just won't go into preview mode! Never had this problem before and I've tried closed and opened chrome, disabled cache in devTools and tried it in incognito. Nothing of this works.. Any ideas?
I have admin with publish rights for my account.
Solved it!
One of my Chrome extensions blocked it for some reason I don't know.
It was the extension "Ghostery" that caused the problem and when I deactivated it "preview and debug" started working.Now I just have to find out a way to still use the extension and keep GTM working, like it did before christmas.
I have found that if you are blocking third-party cookies, the GTM Preview/Debug won't turn on.
I've never got Preview mode to work in Chrome.It does work using Opera. You can get an add-on for Opera that will allow you to use all Chrome extensions in Opera.

In the Chrome Devtools, is there a faster way to open "inspect devices" other than using the mouse?

I would love it if there was a hotkey, or some other method I could use to avoid having to use the mouse to constantly re-open this window whenever I redeploy my app.
Alternatively, is there a way of re-using an opened device inspector window that I'm unaware of?
chrome://inspect URL can be a good option.
But, what IS chrome://inspect? Well that's a global development tools page. It opens on the "Devices" tab by default, so that's handy.
I searched for a keyboard shortcut, but sadly I didn't discover any.
You could bookmark chrome://inspect and put a shortcut on your desktop by the way (except for Chromebooks, which is what I wrote my answer with)
From there, you can jump to inspection of any open page in your Chrome browser, which is nice too.
Alternative: When undocked, the Inspector will have the Console in the bottom. Well on the bar above the console, the leftmost three-dot menu has a direct "Devices Inspector" option.
I use os x and use Cmd+Opt+I Hotkeys to open Inspector in chrome.
You can find more hotkeys here
Hope this helps
Thanks

firefox equivalent of chrome inspector Resources tab

Is there a firefox equivalent of chrome's inspector "Resources" tab? I am trying to delete something from localStorage for a web site in firefox but it won't go, and the standard settings->clear cahce don't affect it at all.
Check for this:
Enter about:cache in browser address and see "Offline cache device" section.
Firefox storage inspector lets you see local storage.
This seems to be the closest equivalent to the chrome resource tab.
I had to explicitly enable the tab in the Firefox Develop Tools Options to get it to show.
https://developer.mozilla.org/en-US/docs/Tools/Storage_Inspector

how to get mozilla like firebug console in chrome?

the firebug console show each ajax request, and its parameters and the response,
is it possible to get this in chrome ?
Ctrl-Shift-I will open Chrome development tools. I assume this is what you wanted.
To see Ajax requests, click on "Network" and you'll see all network requests being made. By default you see them all, although you can filter them and just see Ajax requests. Take a look at bottom part of Network tab; you'll see "Documents", "Stylesheets", etc. You want "XHR".
Yea u can have it. Enable it from the setting of chrome console.
Press ctrl + shift + I
click on setting (Gear) icon at the bottom right.
check "Log XMLHttpRequests" at the console section part.
Thats it.
Chrome developer tools will give you that and a lot more. Click on the wrench and select Tools->Developer Tools.
I believe they were open sourced by Apple - great stuff.
It's there by default click on the tool icon and under tools, can you find developingtool, which is a chrome version of firebug :)
If you want a Firebug experience within chrome for the console, use Firebug Lite extension for Chrome.