// ==UserScript== // @name [Katcr.co] People Page Revive // @namespace pxgamer // @version 0.3 // @description Makes the people page thread like the old site again. // @author pxgamer // @include *katcr.co/community/index.php/topic,177* // @require https://code.jquery.com/jquery-3.1.0.min.js // @grant none // @downloadURL none // ==/UserScript== /*jshint multistr: true */ (function() { 'use strict'; var titles = { lower: 'Forum Moderators', middle: 'Super Moderators', upper: 'Site Administrators' }; var people = { lower: $('#msg_964 > div:nth-child(6) > table > tbody > tr:nth-child(2) > td:nth-child(2)').html(), middle: $('#msg_964 > div:nth-child(6) > table > tbody > tr:nth-child(2) > td:nth-child(21)').html(), upper: $('#msg_964 > div:nth-child(6) > table > tbody > tr:nth-child(2) > td:nth-child(52)').html() }; // Append titles $('#msg_964 > div:nth-child(6) > table > tbody > tr:nth-child(1)').empty(); $('#msg_964 > div:nth-child(6) > table > tbody > tr:nth-child(1)').append('