Chrome extension that removes the obfuscated anti-DevTools script from ogladajanime.pl, allowing normal use of browser DevTools.
A content script runs at document_start and uses a MutationObserver to watch the DOM. When it detects the obfuscated anti-debugger script (_0xd7e7), it removes it before execution and disconnects the observer.
- Open
chrome://extensions/and enable Developer mode. - Click Load unpacked and select this folder.
- Open
ogladajanime.pl— DevTools now work normally.