ubershmekel / redditp

Convert any reddit page to a presentation or slide show
https://redditp.com
MIT License
259 stars 101 forks source link

A way to use this with OBS Browser Source? #149

Open Xiarno opened 1 year ago

Xiarno commented 1 year ago

Basically the title. It is usable currently but the title of each post in the top left, as well as the settings on the bottom left, are visible and when using them from browser source in OBS, there's no way to disable it. Unless there's a way to write some custom CSS on OBS to have it hidden but I'm not that good. image image

ubershmekel commented 1 year ago
#titleDiv { display; none; }
#controlsDiv {display; none; }

Try that please.