Last active
August 9, 2023 09:13
-
-
Save MaZderMind/092b701f68a227d49e2573d30d602be3 to your computer and use it in GitHub Desktop.
User-CSS for clean Google Meets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Block URLs with uBlock Origin: | |
* https://www.gstatic.com/meet/sounds/* | |
*/ | |
/* Top Right Menu */ | |
.NzPR9b { display: none } | |
/* On-Hover-Footer */ | |
.rG0ybd { display: none } | |
/* Recording-Marker */ | |
.pHsCke { display: none } | |
/* Speakers Marker */ | |
.lMHHZ { display: none } | |
.ZY8hPc {display: none } | |
/*eigene kamera*/ | |
.aGWPv {display: none} | |
/* ... is presenting*/ | |
.pHsCke {display: none} | |
/*we don't need lots of grey around everythin*/ | |
.zWfAib {inset: 0px !important} | |
/* Avoid rounded Borders */ | |
.Zf0RDc { overflow: visible !important } | |
/*fullscreen camera*/ | |
.p2hjYe.TPpRNe { | |
width: 1920px !important; | |
height: 1080px !important; | |
left: 0px!important; | |
top: 0px!important; | |
} | |
/* speaking indicator*/ | |
.atLQQ {display: none !important } | |
/* Ask to Join Dialog & Background */ | |
.llhEMd.iWO5td { display: none !important } | |
/* Left the Meeting Popup */ | |
.Mh0NNb.Mp2Z0b.misTTe { display: none !important } | |
/* is now sharing Overlay */ | |
.a4I7Fe {display: none !important} |
@RaphaelAlvez we updated the CSS internally for the new Meet Design and I did not update this gist. Copied the new CSS over just now.
Hi, is this still relevant?
@mikhasev not really, we switched to https://vdo.ninja/ and never looked back.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi found this on google. It helped me a lot.
I added this to make the highlighted area fullscreen
/* Makes highlighted window full screen */ .zWfAib .koV58 .TPpRNe { width: 100% !important; height: 100% !important; left: 0 !important; top: 0 !important; }