// ==UserScript== // @name [Katcr.co] Old Header // @namespace PXgamer // @version 0.6 // @description Updates the header to be like the old one. // @author PXgamer // @include *katcr.co/community/* // @require https://code.jquery.com/jquery-3.1.0.min.js // @grant GM_getValue // @grant GM_setValue // @downloadURL none // ==/UserScript== /*jshint multistr: true */ (function() { 'use strict'; var settings = { sticky_header: true }; var menu = { avatar: $('#upper_section .user .avatar img.avatar').attr('src'), bar: $('#main_menu').html(), sticky: '', m_count: $('#button_pm a span strong').text() }; var links = { profile: 'https://katcr.co/community/index.php?action=profile', settings: 'https://katcr.co/community/index.php?action=profile;area=account', forumset: 'https://katcr.co/community/index.php?action=profile;area=forumprofile', logo: 'https://pximg.xyz/images/d2c1586c07034bc321ffb696f9929b47.png', logout: $('#button_logout a').attr('href'), replies: 'https://katcr.co/community/index.php?action=unreadreplies' }; $('#header').html(''); if (settings.sticky_header){ menu.sticky = 'position: fixed;'; } $('#wrapper').before('
'); $('#button_home').remove(); $('#new_nav').prepend('