TBCO (Transparent Browser ClickThrough Overlay) is a special browser window that is fully transparent and you can clickthrough the parts with no elements!
python -m pip install -r requirements.txt
python main.py- Transparency relies on your OS compositor (Windows Aero/WSA). If the window is opaque, try enabling desktop composition or use a different backend.
- You may need to install a compatible
PyQtWebEnginefor your Python/PyQt version. - To make page content transparent, ensure loaded pages use transparent backgrounds (CSS
background: transparent) or load a custom HTML that sets it. - A demo html file called 'index.html' is included for testing and is loaded by default in the code.
- For interactable elements, you MUST add "data-hitbox" (e.g: <div data-hitbox class="example">)!
- Sometimes you may get OpenGL errors, rerunning the script usually resolves them on the 3rd or 4th try.
Drag the window by clicking and dragging anywhere.
Press Esc to close.