Greasy Fork is available in English.
Bypass for website restrictions on DevTools with enhanced protection
Αυτές είναι εκδόσεις αυτού του κώδικα όπου ο κώδικας έχει ενημερωθεί. Προβολή όλων των εκδόσεων.
Removed keyboard shortcuts: Completely removed the setupToggleShortcut() function. Improved notification screen: Use originalConsole.log() to ensure notifications are always displayed. Add formatting CSS to highlight the message: green, bold, large text size. Optimized code: Remove unnecessary configurations like excludeDomains and enabled. Logic simplifies functions, eliminating unnecessary checks. Enhanced reliability: Add the isScriptActive variable to track the script's active status. Add functionit() to initialize all functions. Use setInterval to define a test script and restart if necessary. Original console protection: Store originalConsole to use for important notifications, ensuring they are always displayed.
Fixed issue with missing console tab.