// ==UserScript== // @name Cinemageddon Enhancer // @namespace surrealmoviez.info // @description Display changes for Cinemageddon // @include http://cinemageddon.net/* // @include https://cinemageddon.net/* // @grant none // @version 0.0.2 // @downloadURL none // ==/UserScript== // Hide the logout link (duplicated) to save space var statusbarLogout = $('.statusbar a:contains(logout)'); statusbarLogout.prev('span').hide(); statusbarLogout.hide(); // Insert the new search bars var searchBars = '
' + ''; $('.statusbar').append(searchBars); // Manage left menu items $('td > a:contains(News/Poll)').hide().next('br').hide(); // News/Poll link is the same as the Index image link 1cm above