Donmai

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

Serlo said:

Blacklists seem to have changed today. An earlier post suggested it's a bug.

Depends what you're talking about - if you mean blacklisted images being completely black squares it's not a bug, Albert intentionally made that change.

The bug I'm talking about is if the image is only partially darkened but you can still kind of see it, or if it's not hidden at all and it's fully visible. This is fixed in the next version.

Kandarihu said:

However, I recall that transparent gifs that are resized tend to show up almost the same way as the new look of blacklisted images. I do hope that the blacklist override changes somewhat to deal with that issue.

I fixed that for the next version. Blacklisted images will have white "Blacklisted" text on them to differentiate them from literally black images.

Users who want the old blacklist behavior can add ".blacklisted-active { display:none }" to their CSS settings.

Toks said:

I fixed that for the next version. Blacklisted images will have white "Blacklisted" text on them to differentiate them from literally black images.

How about also including the tag string each thumbnail matched (e.g. "Blacklisted: banana touhou")? Or a truncated string if it's too long; might need a standard blacklisted thumbnail large enough to cover most cases.

RaisingK said:

Users who want the old blacklist behavior can add ".blacklisted-active { display:none }" to their CSS settings.

That mostly works when I throw it in the top of my CSS settings, but when I disable a blacklisted tag on a search page, the text disappears, rather then gaining a strike-through. Also the toggles reset for every page, but that's secondary.

Could the "disable all" option on search pages not get a setting below, asking the user to swap between blackout and hiding?

RaisingK said:

Users who want the old blacklist behavior can add ".blacklisted-active { display:none }" to their CSS settings.

How about also including the tag string each thumbnail matched (e.g. "Blacklisted: banana touhou")? Or a truncated string if it's too long; might need a standard blacklisted thumbnail large enough to cover most cases.

But I don't edit my CSS thingy. Why should I have to edit that to get a good feature? Whenever I see "Oh Edit your CSS settings or GreaseMonkey Script" I just view it as the person telling me to really just in effect to fuck off as not everyone has the skill or desire for such editing.

YuriTenshi said:

Any reason for the change in blacklists? I kinda preferred them hidden - out of sight out of mind, you know? Now they're there just... bugging me...

Like many changes here it's done rather arbitrarily. I don't get why they decided to break what wasn't broken. It only makes it more obvious how much lolicon/shotacon is uploaded as they don't get Black Rectangled.

Zelinkokitsune said:

But I don't edit my CSS thingy. Why should I have to edit that to get a good feature? Whenever I see "Oh Edit your CSS settings or GreaseMonkey Script" I just view it as the person telling me to really just in effect to fuck off as not everyone has the skill or desire for such editing.

Editing the CSS doesn't take skill. You just copy the code RaisingK posted and paste it in the "Custom CSS" field under "Advanced Settings."

Serlo said:

That mostly works when I throw it in the top of my CSS settings, but when I disable a blacklisted tag on a search page, the text disappears, rather then gaining a strike-through.

Use this instead

.post-preview.blacklisted-active, #image-container.blacklisted-active { display: none; }

YuriTenshi said:

Any reason for the change in blacklists? I kinda preferred them hidden - out of sight out of mind, you know? Now they're there just... bugging me...

issue #2497

I must admit it weirds me out a little just because I'm still kinda used to the days when the thumbnailer turned transparent things black, so transparent lineart thumbnails were all black. Sat and refreshed one like five times when the change first happened before I figured it out.

fossilnix said:

Editing the CSS doesn't take skill. You just copy the code RaisingK posted and paste it in the "Custom CSS" field under "Advanced Settings."

Where? I don't know how to edit CSS and really you shouldn't HAVE to edit this to get old functionality back. Make a preference thing to be honest.

I don't even see it anywhere in Firefox. Thus this is really a pointless instruction.

Zelinkokitsune said:

Where? I don't know how to edit CSS and really you shouldn't HAVE to edit this to get old functionality back. Make a preference thing to be honest.

I don't even see it anywhere in Firefox. Thus this is really a pointless instruction.

Try your danbooru profile, maybe?

NeoChaos said:

I tried the custom CSS, but my blacklisted tags are still being shown by default and I have to manually re-enable blacklisting each tag on each new search page.

Try clicking on "re-enable all" instead of the individual blacklist entries. This should work.

The reason is that the enabling / disabling of individual blacklist entries is not persisted between pages anymore, but disable / re-enable all is persisted (mainly for anonymous users' sake to make it possible to permanently disable the default blacklist).

This means if you clicked disable all (possibly some time in the past) navigated to another page then tried to enable blacklisting again by clicking on an individual blacklist entry the disable all setting will still be in effect in the background and all blacklist entries will be disabled again as soon as you navigate to another page.

The UI currently does not make this different behavior between clicking on individual entries vs. clicking the disable / re-enable all link discoverable; maybe the link should be disable / re-enable all (permanently) or something like that...

Toks said:

issue #2497

Even reading that, I'm afraid I don't understand the issue. Or rather, the issue is just so minor I don't see the point of trying to "fix" it in the way it handled. Maybe just... don't auto-block tags save for the ones for paid users only?

Meh, not worth getting into a fight over though. This'll be a very odd thing to get used to, especially given how I had just blocked Kantai_Collection given how sick I am of seeing it... having a third of the screen being black boxes... yeah...

Steak said:

Why isn't my blacklist working?

Click "Re-enable all" on any page with blacklisted pics. SD-DAken's post above explains what's going on better than I can.

YuriTenshi said:

Even reading that, I'm afraid I don't understand the issue. Or rather, the issue is just so minor I don't see the point of trying to "fix" it in the way it handled. Maybe just... don't auto-block tags save for the ones for paid users only?

Meh, not worth getting into a fight over though. This'll be a very odd thing to get used to, especially given how I had just blocked Kantai_Collection given how sick I am of seeing it... having a third of the screen being black boxes... yeah...

I'd rather not have another "Increased Chocolate Rations" with more things going behind the paywall.

I'd argue put a toggle between old behavior (Blacklisted items are invisible) and new behavior (Black boxes)

Edit: The current Black boxes being proper boxes look a LOT better than the random rectangles we had earlier

Updated