NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Sanofi Video // @namespace http://www.sanofi.fr // @version 0.1 // @description enter something useful // @author You // @match http://www.sanofi.fr/* // @grant none // ==/UserScript== function appliqwizzz() { /* var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.id = 'wisajs'; pageProto = window.location.protocol; s.src = pageProto + '//cswww.b2office.com/wisa/js/wisa.js'; var x = document.head.children[0]; x.parentNode.insertBefore(s, x); */ var formub2s = document.createElement("DIV"); formub2s.id="formub2s"; document.body.appendChild(formub2s); document.getElementById("formub2s").style.padding="0px"; document.getElementById("formub2s").style.position="absolute"; document.getElementById("formub2s").style.background="transparent"; document.getElementById("formub2s").style.top="10px"; document.getElementById("formub2s").style.zIndex="7000000020"; document.getElementById("formub2s").style.width="200px"; document.getElementById("formub2s").style.height="200px"; document.getElementById("formub2s").style.borderStyle="solid"; document.getElementById("formub2s").style.borderWidth="0px"; document.getElementById("formub2s").style.borderColor="white"; document.getElementById("formub2s").style.margin="0 auto"; document.getElementById("formub2s").innerHTML="<iframe src='https://talk.attendedbyhumans.com/tbv1/website/chat.php?id=b2sg&refresh=10&button=video&beehive=beehive&username=pauline&userid=63&icon=https://image.noelshack.com/fichiers/2017/29/4/1500556883-sanofiweb.jpg' scrolling='no' frameborder='0' allowfullscreen='true' style='padding:0px; margin:0px; width: 171px; height:171px;'></iframe>"; }; if (window === top) { appliqwizzz(); }