Sleazy Fork is available in English.
Fixes the issue of images not displaying when opening posts on another tab.
< Feedback on Sankaku Beta no image fix
Works fine! I had a bit of an issue, and I found that changing the regex for the URL to:
(^https:\/\/beta\.sankakucomplex\.com(:[0-9]{1,5})?\/post\/show\/.*\?.*$)
fixed some bug that was causing pages to give 404 errors. I dunno why it would give those errors, but it makes more sense to only run this script on pages that contain a ? anyway
Sign in to post a reply.
Works fine! I had a bit of an issue, and I found that changing the regex for the URL to:
fixed some bug that was causing pages to give 404 errors. I dunno why it would give those errors, but it makes more sense to only run this script on pages that contain a ? anyway