Sleazy Fork is available in English.

Hitomi - Search & UI Tweaks

Various search filters and user experience enhancers

< Feedback on Hitomi - Search & UI Tweaks

Review: Good - script works

§
Posted: 08.02.2019.
Edited: 10.02.2019.

Excluded Tag Groups Doesn't Work

Hello,

I noticed a doujinshi on the front page with the tag groups, female:loli and female:sole female, even though they are on the "excludedTagGroups" setting by default.

Then I began testing and added a few more combinations myself and they also didn't get filtered out.

brazenvoidAuthor
§
Posted: 08.02.2019.
Edited: 08.02.2019.

Fixed the issue.

brazenvoidAuthor
§
Posted: 08.02.2019.
Edited: 08.02.2019.

Also there is a known similar issue:

For example, if the gallery has a certain number of tags associated then Hitomi tends to add a "...", see more button, in the search view which effectively hides the rest of the tags. Meaning that they are not there in the search view at all. Thus, the script can not work as it should.

Unfortunately "sole*" tags start from the alphabet "S" which essentially puts them at the end of tags as they are sorted alphabetically, thus they are usually always on the chopping block. Only the gallery page shows all of the attached tags.

Thus the solution will involve the script opening the galleries in the background and searching for blacklisted tags or groups of tags. That will essentially slow down the page to a crawl for some time. That's why I didn't bother to fix it.

It also applies to single tags as well, if they get omitted for the same reason.

brazenvoidAuthor
§
Posted: 08.02.2019.

Update to v2.6.1 to get the fix

§
Posted: 08.02.2019.

Thanks for the quick update!

From what I've tested so far, there's one so far that has an issue, which is this line:

['female:strap-on', 'male:pegging'],

I'm still seeing results for that tag group.

brazenvoidAuthor
§
Posted: 09.02.2019.

OK I'll check out

brazenvoidAuthor
§
Posted: 09.02.2019.

Fixed. It was due to some non-standard UI encoding patterns used by Hitomi. Like they encode the unreserved character '-' in tag name but not the rest of the URI.

That is the "female:strap-on" tag was being encoded to "female%3Astrap%2Don-all-1.html". Notice the encoded and also not encoded hyphens... Strange beings made this site is all I can say...

Post reply

Sign in to post a reply.