mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-15 23:58:29 +00:00
Add files via upload
&nvb and &nmb added
This commit is contained in:
parent
1086848f78
commit
4a57a86b53
8
main.js
8
main.js
@ -782,6 +782,14 @@ if (urlParams.has('nosettings') || urlParams.has('ns')) {
|
||||
session.showSettings = false;
|
||||
}
|
||||
|
||||
if (urlParams.has('nomicbutton') || urlParams.has('nmb')) {
|
||||
getById("mutebutton").setAttribute('style', "display: none !important");
|
||||
}
|
||||
|
||||
|
||||
if (urlParams.has('novideobutton') || urlParams.has('nvb')) {
|
||||
getById("mutevideobutton").setAttribute('style', "display: none !important");
|
||||
}
|
||||
|
||||
if (urlParams.has('screenshareid') || urlParams.has('ssid')) {
|
||||
if (urlParams.get('screenshareid') || urlParams.get('ssid')) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user