LinkedIn chrome embedded scripts

by tnhu

JavaScript

LI.Controls.processQueue();
 // controlIds to be flushed explicitly, set from @jsControlFlush
 if(window.dust && dust.jsControl && dust.jsControl.flushControlIds) {
 LI_WCT(dust.jsControl.flushControlIds.split(","));
 dust.jsControl.flushControlIds = null;
 }
 // default unflushed controlIds
 if(window.dust && dust.jsControl && dust.jsControl.controlIds) {
 LI_WCT(dust.jsControl.controlIds);
 dust.jsControl.controlIds = [];
 }
 // load the deferred images
 if (window.LI && LI.showAllDeferredImg && !LI.imgDeferFoldCheckDone && dust && dust.imgDefer && dust.imgDefer.imgDeferUsed) {
 LI.showAllDeferredImg(document.body, false);
 LI.imgDeferFoldCheckDone = true;
 }
 if (LI.rcshim) { LI.rcshim.js.defer.exec(); }
(function() {
  if(WebTracking){
    if(window.jQuery){
      jQuery(window).load(function(){
        WebTracking.trackUserAction('trk_js_enabled', '', true);
      });
    } else if(YAHOO && YAHOO.util && YAHOO.util.Event) {
      YAHOO.util.Event.addListener(window, 'load', function() {
        WebTracking.trackUserAction('trk_js_enabled', '', true);
      });
    }
  }
})();

    LI.define("RUM.urls");
    LI.define("RUM.flags");
    LI.RUM.flags['host-flag'] = "control";
    LI.RUM.urls['rum-track'] = "/lite/rum-track?csrfToken=ajax%3A4502796851323041032";
    LI.RUM.urls['boomerang-bw-img'] = "https://static.licdn.com/scds/common/u/lib/boomerang/0.9.edge.4ab208445a/img/";
    
    
    
    LI.RUM.serverStartTime = 1378198804.048*1000;
    
    
    LI.RUM.enabled = true;
    YEvent.on(window, 'load', function() {
      YAHOO.util.Get.script(
      
        
            
              
              
                ["https://static.licdn.com/scds/concat/common/js?h=ed29nkjpsa16bhrjq4na16owq-…bu8dhge4a5yggpk9bkobg0-43rhlwt6poda8632w3vctrpvx-2e50soneky56rf7x4eqnd3iqq"]
              
            
          
        
      
    [0]);
    });
  

 if ( LI && LI.showAllDeferredImg && !LI.imgDeferFoldCheckDone ) {
 LI.showAllDeferredImg( null, false );
 }

 if...