Login Register
Breaking! Disney Pulls Jimmy Kimmel From The Air Indefinitely After He Falsely Said Charlie Kirk Assassin Tyler Robinson Was MAGA --- --- EXCLUSIVE: Eye Witnesses On The Ground When Charlie Kirk Was Killed Report That The Supposed Assassin Had Help --- --- “This Individual Needs To Be Investigated!” Alex Jones Responds To Deranged Leftist Destiny’s Call For More Conservatives To Be Killed In Order To Intimidate His Political Opposition Into Silence --- --- Israel Enters The Ground-War Phase In Its Gaza City Takeover Operation --- --- Video: Both The Right And Left Explode After AG Pam Bondi Calls For First Amendment Killing Hate Speech Laws --- --- Watch: Obama Attacks President Trump, MAGA for ‘Extreme Views’ Following Kirk Assassination --- --- Left-Wing Media Continues Gaslighting Viewers: We Don’t Know Tyler Robinson’s Motive For Assassinating Charlie Kirk --- --- Wednesday War Room LIVE: Media’s Narrative that Charlie Kirk Murder Suspect Was MAGA Extremist IMPLODES, as Questions Swirl Over Bizarre Details, Possible Israel Involvement — TUNE IN & SHARE! --- --- Unhinged Luigi Mangione Supporter: ‘I’m Married to Luigi’s AI’ --- --- Democrats Downplay Tens Of Thousands Of Leftists Celebrating Charlie Kirk Assassination --- ---



[Reply]
Forum Index > AIM/ICQ Discussion
Old forum icons
Posted on: 09-08 3:36 pm
charizard

It turns out the old forum icons for AIM Phoenix still exist on the website! Instead of topicreply2.png and topicnew2.png, it's topicreply.png and topicnew.png.

Userscript to replace icons:
================================

// ==UserScript==
// @name Old AIM Phoenix Forum Icons
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Replaces the new forum icons for the AIM Phoenix forum with the old ones.
// @author yoshi (yoshi.isverylame.com)
// @match http://iwarg.ddns.net/aim/index.php?action=forums*
// @grant none
// ==/UserScript==

var interval = 0.01;

function imgReplace() {
var images = document.getElementsByTagName('img'),
len = images.length, img, i;
for (i = 0; i < len; i += 1) {
img = images[i];
img.src = img.src.replace('topicnew2.png', 'topicnew.png');
img.src = img.src.replace('topicreply2.png', 'topicreply.png');
}
}

setInterval(imgReplace, interval * 1000);

inactive
Posted on: 09-09 3:04 pm
Wankface

That script lagged on my SeaMonkey internet suite.

AIM 5.0.2892 w/ DeadAIM 3.2.1 | Y!2 - Rihannsu
< - 1 - >

[Reply]