Skip to content

Instantly share code, notes, and snippets.

@MaZderMind
Last active August 9, 2023 09:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaZderMind/092b701f68a227d49e2573d30d602be3 to your computer and use it in GitHub Desktop.
Save MaZderMind/092b701f68a227d49e2573d30d602be3 to your computer and use it in GitHub Desktop.
User-CSS for clean Google Meets
/* 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
Copy link

RaphaelAlvez commented Jun 30, 2021

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; }

@MaZderMind
Copy link
Author

@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.

@mikhasev
Copy link

mikhasev commented Aug 9, 2023

Hi, is this still relevant?

@MaZderMind
Copy link
Author

@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