Loading. Please Wait... 
 |
 |
 |
E-Hentai Minor Updates, Fixes, minor tweaks to existing functionality, minor new features |
|
Apr 20 2025, 00:00
|
vergil0
Lurker
Group: Lurkers
Posts: 1
Joined: 19-April 25

|
Very nice!!!
|
|
|
May 6 2025, 20:54
|
tp6d93
Newcomer
 Group: Members
Posts: 10
Joined: 27-July 09

|
|
|
|
May 14 2025, 16:32
|
Tenboro

|
QUOTE(Necromusume @ May 14 2025, 03:08)  Bug in thumbnail rendering on a replaced gallery? https://e-hentai.org/g/2378257/f726142361/Oh, an unhandled edge case. My favorite. So that gallery has a bunch of images that uses EXIF orientation to rotate the image. These were broken with v1 images, but are automatically fixed during the v2 conversion. However, since this changes the file ID, and it only generates tiled v2 thumbs for the current version of the gallery, and v1 thumbnails use the file ID in the filename, that means thumbs for older versions of the gallery were broken. Should be fixed now, for that gallery anyway.
|
|
|
May 15 2025, 10:10
|
aklfhl
Group: Members
Posts: 198
Joined: 8-February 14

|
I noticed that lofi now uses 1280x, which is higher than the 780x "auto" resolution on mobile, is that expected?
|
|
|
May 15 2025, 12:55
|
Tenboro

|
QUOTE(aklfhl @ May 15 2025, 10:10)  I noticed that lofi now uses 1280x, which is higher than the 780x "auto" resolution on mobile, is that expected? It now works the same on both, yeah. So if you have it set to "Auto" and browse lofi from mobile it will default to 780x/800x, and if you browse it from desktop it will default to 1280x.
|
|
|
May 15 2025, 13:40
|
aklfhl
Group: Members
Posts: 198
Joined: 8-February 14

|
QUOTE(Tenboro @ May 15 2025, 18:55)  It now works the same on both, yeah. So if you have it set to "Auto" and browse lofi from mobile it will default to 780x/800x, and if you browse it from desktop it will default to 1280x.
I'm getting 1280x on lofi with "auto" from both desktop and mobile though.
|
|
|
May 15 2025, 17:14
|
Tenboro

|
QUOTE(aklfhl @ May 15 2025, 13:40)  I'm getting 1280x on lofi with "auto" from both desktop and mobile though. Do you have the "request desktop site" option toggled? If not, what specific phone and browser? What does [ www.whatismybrowser.com] this site give you as the user agent?
|
|
|
May 16 2025, 07:28
|
aklfhl
Group: Members
Posts: 198
Joined: 8-February 14

|
QUOTE(Tenboro @ May 15 2025, 23:14)  Do you have the "request desktop site" option toggled? If not, what specific phone and browser? What does [ www.whatismybrowser.com] this site give you as the user agent? It can be reproduced with Chrome DevTools. I used just "Mobile" as the user agent, worked on the main site but failed on lofi. Edit: After further investigation it seems that lofi does use 780x for v1 galleries, but uses 1280x instead of 800x for v2 ones. This post has been edited by aklfhl: May 16 2025, 07:36
|
|
|
|
 |
|
May 16 2025, 09:02
|
Tenboro

|
QUOTE(aklfhl @ May 16 2025, 07:28)  It can be reproduced with Chrome DevTools. I used just "Mobile" as the user agent, worked on the main site but failed on lofi.
Edit: After further investigation it seems that lofi does use 780x for v1 galleries, but uses 1280x instead of 800x for v2 ones. Hmm right, I see the problem. This should be fixed now, let me know if you still see this. Also included a general temporary fix for the v2-converted-EXIF-rotated-v1-image-thumbnail-on-replaced-galleries issue. The aspect ratio won't be right for the replaced galleries, but at least it should use the correct thumbnail URL.
|
|
|
May 19 2025, 16:44
|
asd1145141919810
Lurker
Group: Recruits
Posts: 5
Joined: 22-October 22

|
GOOD
|
|
|
Jun 9 2025, 11:06
|
-terry-
Group: Global Mods
Posts: 2,902
Joined: 9-August 19

|
QUOTE(ungrown @ Jun 9 2025, 09:55)  resized archive BIGGER than original: https://e-hentai.org/g/3390907/5d219d122b/webp issue? The actual archive is 10mb, the estimate is just wrong for some reason.
|
|
|
Jun 9 2025, 13:19
|
Tenboro

|
The estimate hasn't been updated yet to take into account the fact that WebP has much better compression, but it only uses the estimate if the actual resamples haven't been created yet.
(Though there was also a bug where the result was cached much longer than expected when some filesizes were estimated, this should be fixed now.)
|
|
|
Jun 17 2025, 03:24
|
Necromusume
Group: Catgirl Camarilla
Posts: 7,243
Joined: 17-May 12

|
Suggestion: Add a hotkey to copy the selected tag to the clipboard. 'c' would do. When we run into one of those are-you-kidding-me tag names with no obvious shortcut like c:luciana auxesis theodoro de montefio (that does not, in fact, currently have a shortcut), it's possible to destyle the page and copy the tag name to paste it to other galleries, but 'c' would be faster. Other fun ones: p:tokidoki bosotto russia-go de dereru tonari no alya-san, c:kiss-shot acerola-orion heart-under-blade
|
|
|
|
 |
|
Jun 17 2025, 18:35
|
nasu
Group: Gold Star Club
Posts: 3,325
Joined: 13-June 16

|
QUOTE(Necromusume @ Jun 17 2025, 02:24)  Suggestion: Add a hotkey to copy the selected tag to the clipboard. 'c' would do. You could do this with a couple of lines of userscript if you need this ability CODE // ==UserScript== // @name c to copy tagname // @namespace nasu // @version 1.0.0 // @description c to copy tagname // @author nasu // @match https://e-hentai.org/g/* // ==/UserScript==
(function() { document.addEventListener('keydown', e => { if (e.key === 'c' && !e.ctrlKey && !e.altKey && !e.metaKey && typeof selected_tagname !== 'undefined') { navigator.clipboard.writeText(selected_tagname); toggle_tagmenu(); } }); })();
|
|
|
|
 |
|
Aug 16 2025, 12:12
|
FabulousCupcake
Group: Gold Star Club
Posts: 496
Joined: 15-April 14

|
Small bug/oversight regarding the new location tag namespace in My Tags page (https://e-hentai.org/mytags):
One of the functions inside window.tagcompleter looks for /^l:.*:/ and replaces it with language:, so it's impossible to query for location:
Sending {method: "tagsuggest", text: "location:ons"} does return suggestion for location:onsen, so the server response is good.
Adding lo to location replace (t.match(/^(lo).*:/) ? t.replace(/^(lo).*:/, "location:") :) before the l replace fixes it
This post has been edited by FabulousCupcake: Aug 16 2025, 12:15
|
|
|
|
 |
|
Aug 16 2025, 12:36
|
Tenboro

|
QUOTE(FabulousCupcake @ Aug 16 2025, 12:12)  Small bug/oversight regarding the new location tag namespace in My Tags page (https://e-hentai.org/mytags):
One of the functions inside window.tagcompleter looks for /^l:.*:/ and replaces it with language:, so it's impossible to query for location:
Adding lo to location replace (t.match(/^(lo).*:/) ? t.replace(/^(lo).*:/, "location:") :) before the l replace fixes it Good catch, thanks. I'll fix that the next time I push a new update.
|
|
|
Aug 22 2025, 10:08
|
tp6d93
Newcomer
 Group: Members
Posts: 10
Joined: 27-July 09

|
Thank you for your hard work.
|
|
|
Aug 28 2025, 01:03
|
bigstew00
Lurker
Group: Recruits
Posts: 5
Joined: 22-May 11

|
i have so many complaints in general, but longtime and thanks
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|