Disable custom css via query parameter
You can disable custom CSS temporarily bypassing the query parameter "disableCustomCSS=true" to the chat room url.
So for e.g if your chat room URL: is https://deadsimplechat.com/UgLt0til3 and your iFrame code is:
<iframe src='http://deadsimplechat.com/UgLt0til3' width='100%' height='500px'></iframe>
Then you can pass the query parameter as follows:
https://deadsimplechat.com/UgLt0til3?disableCustomCSS=true
And your iFrame code will become
<iframe src='http://deadsimplechat.com/UgLt0til3?disableCustomCSS=true' width='100%' height='500px'></iframe>
If you have any questions, contact us at support@deadsimplechat.com