Skip to main content
10 events
when toggle format what by license comment
Aug 22, 2023 at 0:43 comment added Brian Schack @ocæon In my experience, the images embedded in StackExchange already use HTTPS. This workaround did not work for me.
May 12, 2019 at 12:21 comment added ocæon throughout the network many, probably most by now, imgur links have been changed to https anyway. do users still find this method helpful for regular use?
Jun 19, 2017 at 16:49 comment added LCarvalho How can I create this script and run?
Aug 20, 2016 at 1:25 comment added bb216b3acfd8f72cbc8f899d4d6963 @Rm558 Don't forget code formatting: $('img[src^="i.stack.imgur.com"]').attr('src';, function() {return $(this).attr('src').replace("http","https")}). I'm making an userscript for this right now.
Feb 6, 2015 at 23:52 comment added Shadow Wizard Yup, that might work! :)
Feb 6, 2015 at 23:31 comment added Rm558 @Shadow something like $('img[src^="i.stack.imgur.com"]').attr('src', function() {return $(this).attr('src').replace("http","https")})
Feb 6, 2015 at 20:32 comment added gnat ...Do request per instructions, preferably clarifying that it's for "s.imgur" only, not for "general" imgur (I've read somewhere here that s.imgur is typically blocked by accident when block really targets general imgur). Justify that block makes it harder for you to do your job. In (not very likely) case that request doesn't pass, consider asking for advice from your manager, with the same justification
Feb 6, 2015 at 20:31 comment added gnat if you use SO for work related stuff, this block can be challenged - you only need to find an example of work-related post that gets harder to read because of blocked image. Save the URLs of that post and image and try image URL in browser, so that it brings up block page. In my experience, this page typically has instructions on how to request unblock...
Feb 6, 2015 at 20:26 comment added Shadow Wizard Should be easy enough to write userscript doing it automatically. :)
Feb 6, 2015 at 20:05 history answered Rm558 CC BY-SA 3.0