Bypass DevTools Detection

Prevent websites from detecting DevTools (Inspect Element) is open

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
Cristion Kjeldgard (Frisk)
Dziennych instalacji
3
Wszystkich instalacji
214
Oceny
0 0 0
Wersja
1.1
Utworzono
05-05-2025
Zaktualizowano
02-06-2025
Rozmiar
5,17 KB
Licencja
Brak licencji
Dotyczy
Wszystkie strony

Bypass DevTools Detection

Tampermonkey userscript that prevents websites from detecting when browser Developer Tools (DevTools) are open. This script is useful for developers, researchers, or curious users who want to inspect web pages without triggering anti-debugging mechanisms.


⚠️ Disclaimer

This script is intended for educational and ethical use only.
Do not use this script to bypass protections on websites where such behavior violates terms of service or laws. Always respect the rights of content owners and follow legal and ethical guidelines.


🧩 Features

  • Blocks debugger statements from executing
  • Prevents interception of DevTools hotkeys (F12, Ctrl+Shift+I, etc.)
  • Fakes window dimensions to fool screen size checks
  • Overrides console logging traps
  • Blocks image-based inspection detection
  • Prevents detection via performance.navigation reload tracking

🚀 Installation

  1. Install Tampermonkey (if you haven't already):

  2. Install the script via Tampermonkey:

    • Copy the script from bypass-devtools-detection.user.js
    • Paste it into a new Tampermonkey script tab
    • Save and enable

📜 Script Metadata

// @name         Bypass DevTools Detection
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Prevent websites from detecting DevTools (Inspect Element) is open
// @author       Serial Desegnation J
// @match        *://*/*
// @grant        none