Jump to content

Anyone know how to disable the Lightbox here?


XunAmarox

Recommended Posts

Posted

If you don't know what the Lightbox is, it's the script that pops up that white box with an image inside of it when you left or right click an image, and you can't right click to save the image... you have to find the save button and click it and it opens it up in a new tab before you can finally save it. It's annoying as hell, in my opinion.

 

I had this Stylish script which used to get rid of it:

 

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
domain("animerender.com"),
domain("loverslab.com"),
domain("forums.nexusmods.com")
{

#imageContainer > #hoverNav {
    display: none !important;
}

}
It doesn't appear to work any longer. The two lines of code that cause it to happen (I think) are:

 

span rel="lightbox"
 

For images embedded with IMG BBCodes (example) and...

a rel="lightbox[1376812]"
For images added via attachments that are in thumbnail form (example 1), (example 2). 1376812 appears to change though.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...