Topic: Post threshold?

Posted under General

Does anyone know if theres a way to set my account to filter out any post that has negative twenty points or more? I find that 99% of the time anything with that low a score is just really shitty snuff porn that is poorly tagged and I have no interest in seeing.

kemonophonic said:
Blacklist score:<-20

Huh, that seems to work, thanks! I thought I had tried that earlier tonight but I must have enterred it wrong.

bitWolfy

Former Staff

kemonophonic said:
No, I didn't. I just tested it and it doesn't work. Sorry about that. I'll be more careful in the future.

That's the thing - it should work. It's in the documentation, and in the source code.
But it just doesn't do anything for some reason.

chalidoe said:
Huh, that seems to work, thanks! I thought I had tried that earlier tonight but I must have enterred it wrong.

It works for you?..
Huh. That's new.

chalidoe said:
Huh, that seems to work, thanks! I thought I had tried that earlier tonight but I must have enterred it wrong.

Oop never mind me. Just tried it again and no dice. >.<

It seemed like it worked on one specific image, ie it showed it as a black list tag. But it doesnt seem to work in general searches

bitwolfy said:
That's the thing - it should work. It's in the documentation, and in the source code.
But it just doesn't do anything for some reason.

It works for you?..
Huh. That's new.

Sorry I spoke too soon. I was checking one specific image and it showed the score setting tag on that image as a blacklist tag. In trying searches though it doesnt do anything.

bitWolfy

Former Staff

chalidoe said:
It seemed like it worked on one specific image, ie it showed it as a black list tag. But it doesnt seem to work in general searches

That is actually fascinating.
It indeed works on individual post pages, as well as in certain types of thumbnails. Just not on the the search page.

Not to get too technical, but it's because the thumbnail html elements on the search page do not have a data-attribute containing the post's score. So, the blacklist has nothing to compare the minimum score value against.
Until that bug is fixed, this particular functionality will not work.

My userscript for e621 bypasses that issue altogether, thankfully.

bitwolfy said:
That is actually fascinating.
It indeed works on individual post pages, as well as in certain types of thumbnails. Just not on the the search page.

Not to get too technical, but it's because the thumbnail html elements on the search page do not have a data-attribute containing the post's score. So, the blacklist has nothing to compare the minimum score value against.
Until that bug is fixed, this particular functionality will not work.

My userscript for e621 bypasses that issue altogether, thankfully.

Ill have to check that later unfourtunatly, i have to wake up for work in five hours, which involves going to sleep first lol >.<

before the site overhaul update you blacklisting ranges didn't function at all, although you used to be able to do
score:-20
score:-21
score:-22
etc.
and it'd blacklist all posts with those scores, but that dosn't work anymore

bitWolfy

Former Staff

darryus said:
before the site overhaul update you blacklisting ranges didn't function at all, although you used to be able to do
score:-20
score:-21
score:-22
etc.
and it'd blacklist all posts with those scores, but that dosn't work anymore

That problem was bypassed after the update in the jankiest way possible. Relevant source code
It still does not support range values. It just looks for score:<, and takes the number after that as a minimum score.

Of course, that still does not work because:

bitwolfy said:
the thumbnail html elements on the search page do not have a data-attribute containing the post's score. So, the blacklist has nothing to compare the minimum score value against.

So, it's completely irrelevant anyways.

  • 1