NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name IVA-Loader
// @description Load IVA on bluejeans
// @author Navneet Kumar
// @namespace https://openuserjs.org/users/navneetk
// @version 2.0.3
// @icon http://tampermonkey.net/favicon.ico
// @license MIT
// @grant none
// @run-at document-start
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js
// @require http://localhost:9000/inject.js
// @match *://bluejeans.com/*
// ==/UserScript==
(function () {
'use strict';
})();