Stop text banner on Mobinuke
// ==UserScript==
// @name StopBanner_Mobinuke
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Stop text banner on Mobinuke
// @author You
// @grant none
// @include http://www.mobinuke.com/*
// @require http://code.jquery.com/jquery-2.2.0.min.js
// ==/UserScript==
// Your code here...
$("#notices").hide();