Skip to content
/ tbco Public

TBCO (Transparent Browser ClickThrough Overlay) is a special browser window that is fully transparent and you can clickthrough the parts with no elements!

Notifications You must be signed in to change notification settings

Fundiman/tbco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

tbco

TBCO (Transparent Browser ClickThrough Overlay) is a special browser window that is fully transparent and you can clickthrough the parts with no elements!

Installation And Usage:

python -m pip install -r requirements.txt
python main.py

Notes (Extra useful information regarding proper usage):

  • 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 PyQtWebEngine for 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.

About

TBCO (Transparent Browser ClickThrough Overlay) is a special browser window that is fully transparent and you can clickthrough the parts with no elements!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published