How to force reflect JS changes

Hi,

I am using WebRTC component for my camera feed. It is working fine, but there is some custom CSS written in it’s JS module which is rendering in page and messing with some other CSS. Now, I have removed those CSS lines from the JS but still it is not been removed from the web page.

image

Can someone help me by letting me know how to force any changes made in JS to be reflected on webpage?

Thanks a lot! I am new to HA.