Skip to content

Instantly share code, notes, and snippets.

/*
@Author Mark Vink <contact@markvink.com>
*/
$(document).ready(function() {
var win = (window.frames.length > 0) ? window.main : window;
if (win.game_data.screen == 'info_member' || (win.game_data.screen == 'ally' && win.game_data.mode == 'members')) {
var memberTable = $('#content_value table.vis:not(.modemenu):first');
if (memberTable.size() == 1) {