dennisshen7 / Block Infotracker Tips window

// ==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();
});