Login Register
Watch: Trump Delivers Pizza to NYC Firefighters After Day in Court --- --- EXCLUSIVE: James O’Keefe Gives Update On CIA Coup --- --- BOMBSHELL: Dr. Robert Malone Exposes Globalist Plan To End Humanity --- --- Ukraine Unveils AI Foreign Ministry Spokesperson to ‘Provide Updates’ on War with Russia --- --- Disturbing: Ukraine Soldiers Burn Trump Effigy, Call Him ‘Traitor’ --- --- Stop The WHO Treaty & Reject the Amendments --- --- ‘F*** Joe Biden’ – Chant Both Sides Of University Of Alabama Israel-Palestine Protests --- --- Musk Agrees to Reinstate America First ‘Groyper’ Nick Fuentes --- --- Army Psyop Group Drops Bizarre ‘Ghosts In The Machine 2’ Recruitment Video --- --- Covid Vaxxed ‘Will Die Within 3 to 5 Years,’ Warned Top Immunologist Just 3 Years Ago --- --- “Record-Breaking” Week In Northern Border Sector Amid “Unprecedented Number” of Illegal Crossings --- --- Hilarious: Protester At UCLA Tries Ramming Cop With Garbage Can Shield & Gets Dropped! --- --- Rager Incoming! Frat Boys Save US Flag At College Protest, Get Half-A-Million Dollars In Donations For Party --- --- “The Gospel Itself Would Meet the Definition of Antisemitism Under the Terms of This Bill”: Gaetz Slams New Hate Speech Legislation --- --- Trump Reacts To O’Keefe Video Exposing CIA Coup Against Him --- ---



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