[Custom Webview] How to Hide Web Button Element

what was the 500 at last for?

document.getElementsByClassName(“toolbox-button”)[3].addEventListener(‘click’, function(){setTimeout(function () {document.getElementsByClassName(“overflow-menu-item”)[2].style.display=“none”; }, 500)});

it’s not hiding the Invite people

after clicking of 3 dots, 500 miliseconds later it will execute the function to hide invite people.
can you share your screenshot from companion screen

1 Like

Alright Wait Ill do screenshot

Look it’s not working

can you share your AIA File if it’s working on yours?

JITSIMEET.aia (2.6 KB)

Step-1 Enter Meeting ID
Step-2 Click on Submit
Step-3 Click on Join after Webviewer loads
Step-4 Join Meeting with username
Step-5 Click on Hide after joining is successful

1 Like

It’s not Working. The Invite element still showing

1 Like

Share your blocks

I use the AIA you give

1 Like

did you follow the procedure step by step? you need to click on the hide button when 3 dots are shown on the screen. it’s working fine with me.

Not working

1 Like

I use your aia file and I follow he Steps and its not working

1 Like

How to hide jitsi branding ? Please tell js code for it

1 Like

@UnknownMan541

document.getElementsByClassName("watermark leftwatermark")[0].style.display = "none";
1 Like

@Future_Applications @Sylvana_Windrunner It’s working for me. I don’t know why it is not working for you.

Thank you @HritikR

1 Like

can you share your current aia file?

1 Like

:point_right: JITSIMEET(2).aia (2.6 KB)

alright Ill test it and record then ill show you

1 Like

only the watermark hides