Would it be possible to add an option for scaling to use nearest neighbor instead of whatever filtering is currently implemented? The current scaling can make zoomed-in pixel art rather blurry.
You already have that. On demand with the shortcut P, or permanently via Custom CSS: .img #media { image-rendering: string }, where string for Firefox is crisp-edges and for Chrome is pixelated.
Would it be possible to add an option for scaling to use nearest neighbor instead of whatever filtering is currently implemented? The current scaling can make zoomed-in pixel art rather blurry.