All Projects → zswang → Jdetects

zswang / Jdetects

Detect if DevTools is open

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jdetects

Frontendwingman
Frontend Wingman, Learn frontend faster!
Stars: ✭ 315 (+156.1%)
Mutual labels:  console, chrome
Whatspup
🔳 WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer
Stars: ✭ 310 (+152.03%)
Mutual labels:  console, chrome
Quicklib
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Config, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
Stars: ✭ 274 (+122.76%)
Mutual labels:  console, monitor
Chromelogger
chrome extension for server side console logging
Stars: ✭ 884 (+618.7%)
Mutual labels:  console, chrome
Sputnik
Open Source Intelligence Browser Extension
Stars: ✭ 119 (-3.25%)
Mutual labels:  chrome
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+9671.54%)
Mutual labels:  console
Sushi Browser
Sushi Browser is the next generation browser which mounts the multi-panel and the video support function and so on. Its goal is to be as fantastic as sushi. 🍣
Stars: ✭ 116 (-5.69%)
Mutual labels:  chrome
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-6.5%)
Mutual labels:  chrome
Foot traffic
Pure Ruby DSL for Chrome scripting based on Ferrum. No Selenium required. Works from any script. Simulate web app usage scenarios in production or locally.
Stars: ✭ 123 (+0%)
Mutual labels:  chrome
Https Localhost
HTTPS server running on localhost
Stars: ✭ 122 (-0.81%)
Mutual labels:  chrome
Sentinel Crawler
Xenomorph Crawler, a Concise, Declarative and Observable Distributed Crawler(Node / Go / Java / Rust) For Web, RDB, OS, also can act as a Monitor(with Prometheus) or ETL for Infrastructure 💫 多语言执行器,分布式爬虫
Stars: ✭ 118 (-4.07%)
Mutual labels:  monitor
Eruda
Console for mobile browsers
Stars: ✭ 11,547 (+9287.8%)
Mutual labels:  console
Genesis
Almighty Book Downloader
Stars: ✭ 120 (-2.44%)
Mutual labels:  chrome
Rainbow
Delightful console output for Swift developers.
Stars: ✭ 1,606 (+1205.69%)
Mutual labels:  console
Chromehtmltopdf
Convert HTML to PDF with Chrome
Stars: ✭ 122 (-0.81%)
Mutual labels:  chrome
Discord Panel
📊 User friendly dashboard/tool for discord bot developpers to manage servers
Stars: ✭ 116 (-5.69%)
Mutual labels:  chrome
Ervy
Bring charts to terminal.
Stars: ✭ 1,530 (+1143.9%)
Mutual labels:  console
Nload
Real-time network traffic monitor
Stars: ✭ 121 (-1.63%)
Mutual labels:  console
Opcache Dashboard
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
Stars: ✭ 117 (-4.88%)
Mutual labels:  monitor
Vertical Tabs Chrome Extension
A chrome extension that presents your tabs vertically. Problem solved.
Stars: ✭ 117 (-4.88%)
Mutual labels:  chrome

jdetects(^^)

Build Status NPM version

Detect if DevTools is open

Find out whether Chrome console is open

Examples

Base

http://jsbin.com/cecuzeb/5/edit?output

jdetects.create(function(status) {
	document.querySelector("#devtool-status").innerHTML = status;
});

Once onChange

https://jsbin.com/hemipip/edit?js,output

jdetects.create({
	once: true,
	label: "zswang",
	onchange: function(status) {
		document.querySelector("#devtool-status").innerHTML = status;
	}
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].