theajack/disable-devtool

Disable web developer tools from the f12 button, right-click and browser menu

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 14 minutes ago
Type:Library / SDKCategory(s):Privacy & CryptographySecurity & Privacy
Added to GitGenius on September 19th, 2026
Created on October 21st, 2020
Open Issues & Pull Requests: 82 (+0)
GitHub issues: Enabled
Number of forks: 305
Total Stargazers: 3,529 (+0)
Total Subscribers: 27 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.7 days
Mean response time: 35.2 days
90th percentile: 107.7 days
Tracked items: 43

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 60% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 46
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 543 days
Stale 30+ days: 44
Stale 90+ days: 41

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (3)
  • help wanted (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

disable-devtool is a JavaScript library that prevents users from opening browser developer tools through the F12 key, right-click context menu, and browser menu options.

The tool addresses the need to restrict access to developer tools on web applications, which some developers want to prevent for security, intellectual property protection, or user experience reasons. It works by intercepting and blocking the keyboard shortcuts and menu interactions that typically open developer tools across different browsers.

The library suits projects where developers want to add a layer of obstruction against casual inspection of client-side code, though it should be understood that determined users with sufficient technical knowledge can still access developer tools through alternative methods. The tool is designed as a lightweight addition requiring minimal integration effort.

The project maintains active development with regular updates and bug fixes. The codebase is written in TypeScript and distributed through multiple channels including npm and CDN. Testing infrastructure is in place to verify functionality across different scenarios.