NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name uainfo.org remove sliders // @namespace elvenic // @description Removes annoying image slides from uainfo.org // @include http://uainfo.org/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js // @version 1 // @grant GM_addStyle // ==/UserScript== if (window.console) console.log('removing annoyance...'); $(".widgetflexslider").hide();