Greasy Fork is available in English.

Stable Diffusion image metadata viewer

Show Stable Diffusion generated image's metadata

< Feedback on Stable Diffusion image metadata viewer

مراجعة: OK - script works, but has bugs

§
Posted: 10-02-2023
Edited: 10-02-2023

Doesn't work with urls like this
example.com/image.png?a.a=b.b
example.com/image.png#cccc

line 25:
const ext = img.src.match(/[^.]+$/)[0].toLowerCase();
->
const ext = img.src.split(/[#?]/)[0].split('.').pop().trim().toLowerCase();

himuro_majikaمؤلف
§
Posted: 11-02-2023

Thank you for feedback. Your code correctly works completely. I reconsidered file extention's condition is needless. It is better way for User Include.

Post reply

تسجيل الدخول إلى مرحلة ما بعد الرد.