Bypass DevTools Detection

Prevent websites from detecting DevTools (Inspect Element) is open

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
Cristion Kjeldgard (Frisk)
Denně instalací
3
Celkem instalací
205
Hodnocení
0 0 0
Verze
1.1
Vytvořeno
05. 05. 2025
Aktualizováno
02. 06. 2025
Size
5,2 KB
Licence
neuvedeno
Spustit na
všech stránkách

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