Login Register
DoJ Sues California To End Tuition Benefits for Illegals at State Colleges --- --- ICE Arrests 3,500 Aliens, including Pedophiles and Gang Members, in Houston during Shutdown --- --- Trump: New Orleans Next in Immigration Crackdown --- --- Soros-funded Group Files Lawsuit To Stop DHS Fining Illegals Who Fail To Self-deport --- --- Appeals Court Rules Trump Can’t Expedite Deportation Process --- --- Sword-Wielding Illegals Chop Woman’s Hand Off in Georgia Brawl --- --- Special Saturday Show: Exclusively Learn The Real Reasons MTG Is Resigning From Congress…PLUS, In a Nightmare Development Democrat Lawyer Todd Blanche Has Opened Criminal Investigations/Grand Juries To Prosecute Ed Martin and Other Patriots For Investigating The Democrats --- --- The Great Weight Hope: A Weight-loss Drug Maker Will Be the World’s Largest Company Soon --- --- Watch: Trump Responds After MTG Announces Resignation --- --- Mike Adams: I’m Training Prepper Robots to Help Humanity Survive the Collapse --- ---



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