Login Register
Democrat Gov. Pritzker Asks DHS To Pause Illinois Deportations For Halloween Weekend --- --- Watch Live: Trump Resumes US Nuclear Tests After 33-Year Hiatus, Minutes Before Meeting With China’s Xi Jinping & Days After Russia Tested High-Tech Nukes --- --- Idaho YMCA Allows Man in Women’s Locker Room --- --- FULL INTERVIEW: Nick Fuentes Declares Cultural & Political Victory Over The Globalist System, But Warns That Defeating An Ideology Is Only The Beginning! --- --- An Islamo-Friendly French Mayor’s Attempt To Squash A Catholic Film Backfires Badly --- --- EXCLUSIVE: Nick Fuentes Endorses The Monroe Doctrine & Supports Regime Change In Venezuela --- --- Europe’s ‘Guardians Of Tolerance’ Pressure Ireland And Finland To Adopt New ‘Hate Speech’ Laws And Speech Monitoring Systems --- --- VIDEO: Oversight Chairman Demands Bondi Nullify Biden’s Autopen Pardons & Executive Orders After Investigation Delivers Proof of Puppet President On A “Silver Platter!” --- --- Trump Has An “Amazing Meeting” Of “Great Success” With Chinese Leader --- --- Trump Announces US Will Resume Nuclear Weapons Testing After China Became Defiant On Denuclearization --- ---



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