Direct links work fine for me too, but they don't show up in the post field![]()
Direct links work fine for me too, but they don't show up in the post field![]()
You’re so sudden and sweet, all the legs, knuckle, knees.
Head’s blown clean off your mouth’s paid off
F*ck me ’til we know it’s unsafe and we’ll paint
Over the evidence
...same stuff, different day. Sigh...🤬
------------------------------
Kari Sweets - Kate's Playground - Tiffany Teen - Next Door Nikki - X-Art - Cospuri - Asian Shemales
BaileyJay - Megan QT - Joanna Jet - Little Caprice - Emily 18 - VanaWeb - TS Seduction - Lez Kiss
Rabecca's Secret - W4B - Kendra Sinclaire - Lindsey Marshal - TSJ - Sheer And Lace
Erotic Beauty - Petite Parisiennes - JJ Revisited
Liked by 9 users: Brother82, Cypher, ferkoff, mike_04, P4ti, Progishness, protogen, roger33, version365
I just tested this upload (with non-rendered thumbnails) and it does download with IHG.
https://vipergirls.to/threads/15628008-Lu...-01-Jan-2026
Music is like sex - some like it deep and meaningful, some like it soft and floaty, and some like it hard and banging.
Liked by 3 users: Progishness, protogen, roger33
For uploaders, a temp solution to this particular problem with this information provided, you can use this regex sustitution.
On test string, drop your BB Code for images, and the proper output will be generated with a fix, this is working as now in my Gia Vendetti thread.
For the time being, it works, until they add a proper fix to this, happy new year everyone!
EDIT AS 1/1/26: It seems fixed! So no need to fix!
Last edited by Rex; Yesterday at 00:35.
Thanks to everyone who supports my content in any way! always appreciated
XXXJobInterview Collection - Last Update: 12/31/25
Model: Raven Lane![]()
Check out my threads!
21Sextury - AllOver30 - TeenMegaWorld
Liked by 10 users: ArmchairPornWatcher, Brother82, cofer123, hprnp, mike_04, Pixel, Progishness, protogen, roger33, version365
I made a userscript to apply that fix in the meantime:
UPDATED: this fixes other imx links that worked before but that the previous version of this script broke.
I can now see the thumbnails once again on recent postings that have that issue.// ==UserScript== // @name IMX image smart failover // @namespace https://imx.to/ // @version 3.0 // @description Smart per-image fallback between image.imx.to and t.imx.to // @match *://*/* // @grant none // ==/UserScript== (function () { 'use strict'; const SOURCE_RE = /^https:\/\/image\.imx\.to\/u\/t\//; const FALLBACK_FROM = 'https://image.imx.to/u/t'; const FALLBACK_TO = 'https://t.imx.to/t'; function handleImage(img) { const originalSrc = img.getAttribute('src'); if (!originalSrc || !SOURCE_RE.test(originalSrc)) return; let triedFallback = false; img.addEventListener('error', () => { if (triedFallback) return; triedFallback = true; const fallbackSrc = originalSrc.replace( FALLBACK_FROM, FALLBACK_TO ); img.src = fallbackSrc; }, { once: true }); } function process(root = document) { root.querySelectorAll('img[src]').forEach(handleImage); } // Initial scan process(); // Watch dynamic content const observer = new MutationObserver(mutations => { for (const m of mutations) { for (const node of m.addedNodes) { if (node.nodeType !== 1) continue; if (node.tagName === 'IMG') { handleImage(node); } else { process(node); } } } }); observer.observe(document.documentElement, { childList: true, subtree: true }); })();
Last edited by cofer123; 1st January 2026 at 15:24.
Liked by 7 users: ArmchairPornWatcher, mike_04, Progishness, protogen, Rex, roger33, version365
I have updated my uploader to parse the correct thumbnail links. There are builds for Windows / Mac / and Linux https://github.com/conniecombs/GolangVers...s/tag/v1.0.1
Currently resolving build issues. If you build the program yourself it will work fine
Last edited by ConnieCombs; 1st January 2026 at 22:56.
I just uploaded a set using the usual parameters and now the thumbnails are visible again
My photosets:
BodyInMind Cosmid Domai Girlfolio GoddessNudes IShotMyself TheLifeErotic UGotItFlauntIt
Avatar girl: Leeann from Cosmid
Liked by 4 users: mike_04, Rex, roger33, version365
Maybe because BB died a few days ago.
(my pennies worth of useless information)
Liked by 2 users: Meph, version365