Moved the Agents into their own repo. Kept the agent.pl just for reference

This commit is contained in:
Frank Harris 2025-09-11 13:27:32 -04:00
parent 22381be29a
commit 8680a02b13
18132 changed files with 0 additions and 2569420 deletions

View file

@ -1,17 +0,0 @@
$(document).ready(function()
{
$('.main [href="http://www.greycube.com"], .main [href="http://cgx24.com/"]').attr('target', '_blank').addClass('mt-2 d-inline-block');
$('.main br').remove();
$('.main [href="?m=lgsl_with_img_mod&p=lgsl"]').addClass('btn btn-sm btn-primary');
$('.main img[src$="icon_details.gif"]').replaceWith('<i class="fas fa-search"></i>');
$('.main [href^="?m=lgsl_with_img_mod&p=lgsl&s="]').addClass('btn btn-xs btn-primary');
$('.main [title="GAME LINK"] > a').addClass('badge badge-primary badge-size');
});
$(window).load(function()
{
$('.main input').addClass('form-control');
$('.main table').addClass('table table-striped table-sm');
});

View file

@ -1,11 +0,0 @@
$(document).ready(function() {
$('.main [href="http://www.greycube.com/help/readme/lgsl/"]').attr('target', '_blank').addClass('btn').addClass('btn-sm').addClass('btn-primary');
$('.main [href^="?m=lgsl_with_img_mod&p=lgsl&s="]').addClass('btn').addClass('btn-xs').addClass('btn-warning');
var first_table = $('.main > form > div > table:nth-child(1)');
$(first_table).prepend('<thead>').find('tr:first-of-type').appendTo($(first_table).find('thead'));
$(first_table).find('thead td').each(function(){
$(this).html($(this).html().replace('[ ','').replace(' ]','')).replaceWith('<th>'+$(this).html()+'</th>');
});
});