View Single Post
Old 06-24-2016, 04:10 PM  
Serge Litehead
Confirmed User
 
Serge Litehead's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Behind the scenes
Posts: 5,190
that chat widget is inserted with this script near bottom of the source

<script type="text/javascript" src="//aruac.com/chat/php/app.php?widget-init.js"></script>

it creates iframe #customer-chat-iframe

see if you can add and run js script anywhere or preferably at the end below their js file. then you could try applying css display:none to #customer-chat-iframe with jquery after page loads, may need to add some delay or check if #customer-chat-iframe exists first
__________________
Serge Litehead is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote