How do I press ⌘ on Linux?
It's becoming increasing clear that on HN you're a second class citizen if you don't use Chrome on a Mac and develop on RoR.
Chrome Inspector Detector
61–70 of 92 posts
Re: Chrome Inspector Detector
#62Re: Chrome Inspector Detector
#63Earlier quoted context omitted.
It does, but you usually don't want to profile other dev's pages; here is another solution that doesn't make profiling unusable: chrome.inspector.detector = function(){ return {open:false}} But a more aggresive solution is this one: console = undefined; var iframe = document.body.appendChild(document.createElement("iframe")); iframe.style.display = "none"; window._console = iframe.contentWindow.console And you can us…
It may not be clear, but the main use case for this app is not to harm someone, but to aid in development. Perhaps you're making a game and want to pause it or show wireframes when toggling the inspector. Or perhaps you're a designer and you want to show a grid layout whenever you're inspecting elements.
Re: Chrome Inspector Detector
#64Earlier quoted context omitted.
It may not be clear, but the main use case for this app is not to harm someone, but to aid in development. Perhaps you're making a game and want to pause it or show wireframes when toggling the inspector. Or perhaps you're a designer and you want to show a grid layout whenever you're inspecting elements.
It kind of gets in the way of development though when the profiler window gets clogged up with the probes... maybe the detector could clean up after itself?
Re: Chrome Inspector Detector
#65 delete window.chrome.inspector
Did I win?Re: Chrome Inspector Detector
#66Re: Chrome Inspector Detector
#67I don't get it?
Perhaps you're making a javascript game and want to pause it or show wireframes when toggling the inspector. Things like that...
Re: Chrome Inspector Detector
#68Re: Chrome Inspector Detector
#69Re: Chrome Inspector Detector
#70How do I press ⌘ on Linux?
It's becoming increasing clear that on HN you're a second class citizen if you don't use Chrome on a Mac and develop on RoR.