Login Register
EXCLUSIVE: There Is Overwhelming Evidence That The Wisconsin Supreme Court Race Was Stolen, Says Roger Stone, “It’s A Matter Of Simple Math – The Numbers Just Don’t Add Up” --- --- MUST-SEE: Watch Democrats Driven To Insanity By President Trump’s Assault Of Executive Actions Throw Temper Tantrums & Feign Outrage --- --- Anthony Fauci’s Wife Canned at NIH --- --- Boat Carrying 99 Haitian ‘Migrants’ Intercepted by U.S. Coast Guard --- --- Trump Mulls ‘Indirect’ Talks With Iran As 2nd Carrier Group Dispatched To Mideast --- --- Watch LIVE: President Trump Holds ‘Make America Wealthy Again’ Event Outside White House on ‘Liberation Day’ --- --- HHS Employee DESTROYS Leftist Reporters & Lobbyists At Politico Health Care Summit  --- --- Over 40 Suspected Tren de Aragua Members Nabbed in Central Texas Joint Operation, FBI, ICE Announce --- --- ‘Garbage’: White House Press Sec. Trashes Politico ‘Scoop’ on Musk Departing Trump Admin --- --- President Trump NOW LIVE! Watch His Historic Liberation Day Announcement & Press Conference HERE With Analysis From Alex Jones & Harrison Smith! TUNE IN NOW! --- ---



[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]