
We have a Steam curator now. You should be following it. https://store.steampowered.com/curator/44994899-RPGHQ/
【 Userscript 】 HQ Chat » Avatars for IRC users
Moderator: Mod Janitor
【 Userscript 】 HQ Chat » Avatars for IRC users
Last edited by loregamer on October 11th, 2025, 14:35, edited 10 times in total.
Jingle Jangle Jingle
-
rusty_shackleford
- Site Admin
- Posts: 45473
- Joined: Feb 2, '23
- Gender: Watermelon
-
Geolocation
Adventurer's Guild
Those avatar URLs aren't stable, you can use the URL with just the user ID to get a stable one e.g.,
download/file.php?avatar=87.jpg
Thank you for your attention to this matter!
Steam friend code: 40552640 https://steamcommunity.com/friends/add | email: [email protected]
Having trouble running an old Windows game?
Rusty's Stuff Collection
Steam friend code: 40552640 https://steamcommunity.com/friends/add | email: [email protected]
Having trouble running an old Windows game?
Rusty's Stuff Collection
Cool cool. Any chance you could make it so I could fetch avatars with a username? Then I think I could make it so we don't have to just add to the array manually.rusty_shackleford wrote: ↑ June 16th, 2024, 19:37Those avatar URLs aren't stable, you can use the URL with just the user ID to get a stable one e.g.,download/file.php?avatar=87.jpg
Jingle Jangle Jingle
-
rusty_shackleford
- Site Admin
- Posts: 45473
- Joined: Feb 2, '23
- Gender: Watermelon
-
Geolocation
Adventurer's Guild
Don't think there's any way to fetch usernames by user ID, off the top of my head anywaysloregamer wrote: ↑ June 16th, 2024, 19:40Cool cool. Any chance you could make it so I could fetch avatars with a username? Then I think I could make it so we don't have to just add to the array manually.rusty_shackleford wrote: ↑ June 16th, 2024, 19:37Those avatar URLs aren't stable, you can use the URL with just the user ID to get a stable one e.g.,download/file.php?avatar=87.jpg
Thank you for your attention to this matter!
Steam friend code: 40552640 https://steamcommunity.com/friends/add | email: [email protected]
Having trouble running an old Windows game?
Rusty's Stuff Collection
Steam friend code: 40552640 https://steamcommunity.com/friends/add | email: [email protected]
Having trouble running an old Windows game?
Rusty's Stuff Collection
Alright script is finalized and should be safe from any avatar updates. Should work on any popups and whatnot as well.

I couldn't get srcset working, though @rusty_shackleford. If it contains links that are invalid in srcset then it breaks for me
Jingle Jangle Jingle
POAST ITloregamer wrote: ↑ June 17th, 2024, 01:05Alright script is finalized and should be safe from any avatar updates.
---
This is rape.loregamer wrote: ↑ June 17th, 2024, 01:05Alright script is finalized and should be safe from any avatar updates. Should work on any popups and whatnot as well.
I couldn't get srcset working, though @rusty_shackleford. If it contains links that are invalid in srcset then it breaks for me
Jingle Jangle Jingle
Jingle Jangle Jingle
v4.0
Refactored the code to use util functions and a debouncer to make the script more performant
Refactored the code to use util functions and a debouncer to make the script more performant
Last edited by loregamer on September 21st, 2024, 15:56, edited 2 times in total.
Jingle Jangle Jingle
