Skip to content

Google Meet Zoom on Presentation by misaelk

Details

Authormisaelk

LicenseNo License

Categorygoogle meet google-meet

Created

Updated

Size557 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Zooms in on the presentation that's on the left of the screen, allowing scroll.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Google Meet Zoom on Presentation
@version      20230706.14.01
@namespace    userstyles.world/user/misaelk
@description  Zooms in on the presentation that's on the left of the screen, allowing scroll.
@author       misaelk
@license      No License
==/UserStyle== */

@-moz-document domain("meet.google.com") {
[style*="left: 0."] [data-layout="roi-crop"] video {
    width: 200%;
    height: 200%;
}

[style*="left: 0."] [jsaction*="focusin"] {
    display: none;
}

[style*="left: 0."] [data-ssrc] {
    overflow: scroll;
}

}

Reviews

No reviews yet.