fix old script?
This sounds like something achievable through pure CSS e.g. in your usercontent.css or using Stylus or Stylish extensions:
img:not(#\0) {
max-width: calc(100vw - 32px) !important;
max-height: calc(100vh - 32px) !important;
width: auto !important;
height: auto !important;
}
fix old script?
I have this really old script that's supposed to shrink down large images to fit inside the broswer window, but it doesn't work anymore. Can someone fix it to work with the Firefox 68.0.1?