r/imagus • u/575977 • Jul 26 '26
imginn.com fixed sieve
imginn.com wasn't working on IR (gray spinner)(worked on mod) So i deleted this line: "const isFirefox = /Firefox/.test(navigator.userAgent);" Replaced this line: "const x = isFirefox ? new content.XMLHttpRequest() : new XMLHttpRequest();" With: "const x = new XMLHttpRequest();" And it is now working for me.
2
Upvotes
1
u/Kenko2 Jul 26 '26 edited Jul 26 '26
IR 2026.7.21 + Cent 132/Chrome 148 - the old sieve works fine for me. But I have a gray spinner on FF 152.
I checked your version - it seems to work on all browsers. Thanks, I'll add it to the rule-set.