Imgur site blocked so background doesn't load anymore

eliotcole

Active member
Feedback
7 (100%)
Credits
676CR
It *ONLY* just started happening to me today ... which tells me that my smart DNS has been doing its very best up until this point. 🤔

I've whipped up the following User Style for those in non-FF browsers ...
uKvAc - Imgur Fixur (Transparent Background)
... but if you're in FF you can just paste the following into your UserContent.css file. :)
CSS:
@-moz-document domain(ukvac.com) {
  .nodeImgPreview {
    background-color: transparent !important;
    background-image: none !important;
  }
}

Should endup looking like this:
imgur2.png

You can also use my 'transparent avatar' thing to ensure that your transparent avatar works (at least for you), too ...
 
Last edited:

Fantazia2

Active member
vacBacker
Feedback
13 (100%)
Credits
2,052CR
Imgur blocking access from the UK is down to the new Age Verification rules, easier for them to block access than setup age verification just for a single country.

The issue with the missing background pic is surely something the site admins should be fixing by hosting the image elsewhere?
 

rotunda

Active member
vacBacker
Feedback
16 (100%)
Credits
374CR
I've had this for some time. i wondered what it was. Got to love the UK gov and their dumb ideas.

I just live with it as im very much a "dark mode" kinda guy especially when it comes to text.
 

karlcdoe

Active member
vacBacker
Feedback
6 (100%)
Credits
854CR
Well as per my unintentially cheeky post in site announcements 'me too'. UK blocks itself in a flawed and stupid manner from the rest of the English speaking world (and more) shocker. The so called internet should really be rebranded nimbynet: Tim Berners-Lee saw this shambolic mess coming some years back!

1761797007143.png
 

eliotcole

Active member
Feedback
7 (100%)
Credits
676CR
Happens on default skin, too.
I use the default skin, @Hurray Banana , and it started happening to me ...
... so (as you can see in @karlcdoe's link, above, and specifically, here) ... I just patched it out myself ... still ... it's happened in the default skin.
( sorry to admins that we're bringing this up ... )

Reminder to others that you can install Violent Monkey (links to browser app stores are here) and add the script.
Or via to your Firefox userContent.css (either directly, or via a CSS 'import' function), or the Stylish extension on any browser, add the style (it might not be a script, but if not, I'll amend that, just let me know) that I linked, above.
 
Last edited:
Top