NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Block Infotracker Tips window
// @namespace --
// @include http://10.1.1.19/*
// @include https://10.1.1.19/*
// @include http://infotracker.csitech.com/*
// @include https://infotracker.csitech.com/*
// @version 0.1
// ==/UserScript==
//this.$ = this.jQuery = jQuery.noConflict(true);
var $ = unsafeWindow.jQuery;
$(document).ready(function()
{
$('#Tips').remove();
$('#Today').remove();
});