Welcome Guest ( Log In | Register )

8 Pages V « < 4 5 6 7 8 >  
Reply to this topicStart new topic
> Userscript index, For non-HV scripts

 
post Mar 15 2022, 09:12
Post #101
saboshita



Casual Poster
***
Group: Gold Star Club
Posts: 136
Joined: 21-February 20
Level 500 (Ponyslayer)


In the main galleries page when you have certain filters like hidden tags (are there other filters?) is it possible to temporarily disable all filters and show every gallery available on the site? It would be handy in a situation where you want to make sure you're not missing any material of an artist.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2022, 09:18
Post #102
atasitian



Casual Poster
****
Group: Members
Posts: 422
Joined: 18-July 10
Level 322 (Godslayer)


QUOTE(saboshita @ Mar 15 2022, 10:12) *
In the main galleries page when you have certain filters like hidden tags (are there other filters?) is it possible to temporarily disable all filters and show every gallery available on the site? It would be handy in a situation where you want to make sure you're not missing any material of an artist.

You mean like https://ehwiki.org/wiki/Gallery_Searching#Advanced_Options "Disable default filters"?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2022, 09:23
Post #103
saboshita



Casual Poster
***
Group: Gold Star Club
Posts: 136
Joined: 21-February 20
Level 500 (Ponyslayer)


QUOTE(atasitian @ Mar 15 2022, 09:18) *

You mean like https://ehwiki.org/wiki/Gallery_Searching#Advanced_Options "Disable default filters"?

Feel a bit stupid, yes it works. However it would still be a super nice feature if you could toggle it with a click on a button (for example at the right top) unlike now where you have to do 3 clicks and then hide advanced options
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2022, 10:17
Post #104
elda88



FREEDOM! FUCK DMCA!
***********
Group: Gold Star Club
Posts: 16,063
Joined: 30-June 09
Level 500 (Godslayer)


QUOTE(chriseras @ Dec 17 2016, 16:18) *


The square area around the image is not covered by the script, resulting in hard-to-see texts. Installed script version is v1.12. Observed on Pale Moon v31.1 using Stylem (v2.2.6) & LibreWolf v101.0-2 using Stylus (v1.5.25)

Attached Image


UPDATE:
v.1.13 fix confirmed. Thanks!

This post has been edited by elda88: Jun 10 2022, 04:20
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 30 2022, 16:17
Post #105
atasitian



Casual Poster
****
Group: Members
Posts: 422
Joined: 18-July 10
Level 322 (Godslayer)


I wrote a tiny script: https://forums.e-hentai.org/index.php?showtopic=258917

Basically, it disables all search filters when you look for duplicates using the "show all galleries with this file" link.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 1 2022, 23:39
Post #106
Mayriad



SUPER ★ BUSY ★ TIME
*******
Group: Global Mods
Posts: 2,061
Joined: 18-December 10
Level 135 (Lord)


QUOTE(atasitian @ Jun 30 2022, 14:17) *
I wrote a tiny script: https://forums.e-hentai.org/index.php?showtopic=258917

Basically, it disables all search filters when you look for duplicates using the "show all galleries with this file" link.

Added to userscript index. It seems to do more than disabling filters so I called it "maximised file search".
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2022, 09:51
Post #107
VillanousMOBAplayer



Lurker
Group: Gold Star Club
Posts: 7
Joined: 5-July 22
Level 25 (Apprentice)


Unsure how feasible of an idea this is, but I was thinking it would be nice to have a script where you can "save searches" to be used again whenever you want to.
For example, every time I open the website I'm either going to be looking at my watched tags page, searching for english translated galleries in the "Doujinshi" or "Manga" categories or searching for all galleries in the "Western" or "Misc" categories. The script I'm describing would save these search parameters (example parameters in this image [i.imgur.com] https://i.imgur.com/ZNbdvF1.png) along with a name input by the user into a dropdown box next to the view mode dropdown. Taking one of the aforementioned examples, the dropdown could contain a option called "ENG - Doujinshi & Manga" which when clicked would search the "Doujinshi" and "Manga" categories for galleries with the english language tag including ones with low power while disabling the default filters for tags.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2022, 10:45
Post #108
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,593
Joined: 1-September 14
Level 500 (Ponyslayer)


QUOTE(VillanousMOBAplayer @ Aug 12 2022, 09:51) *

Unsure how feasible of an idea this is, but I was thinking it would be nice to have a script where you can "save searches" to be used again whenever you want to.
For example, every time I open the website I'm either going to be looking at my watched tags page, searching for english translated galleries in the "Doujinshi" or "Manga" categories or searching for all galleries in the "Western" or "Misc" categories. The script I'm describing would save these search parameters (example parameters in this image [i.imgur.com] https://i.imgur.com/ZNbdvF1.png) along with a name input by the user into a dropdown box next to the view mode dropdown. Taking one of the aforementioned examples, the dropdown could contain a option called "ENG - Doujinshi & Manga" which when clicked would search the "Doujinshi" and "Manga" categories for galleries with the english language tag including ones with low power while disabling the default filters for tags.
I use firefox bookmarks for that (but I guess favorites or whatever it's called depending on the browser would work). The f_cats argument in the url save the category filtering, and the f_search argument save the search keywords. Did I miss something in your requirements?

This post has been edited by uareader: Aug 12 2022, 10:46
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2022, 14:32
Post #109
Mayriad



SUPER ★ BUSY ★ TIME
*******
Group: Global Mods
Posts: 2,061
Joined: 18-December 10
Level 135 (Lord)


QUOTE(uareader @ Aug 12 2022, 08:45) *
I use firefox bookmarks for that (but I guess favorites or whatever it's called depending on the browser would work). The f_cats argument in the url save the category filtering, and the f_search argument save the search keywords. Did I miss something in your requirements?

+1. All search options visible on the page have query string equivalents in the URL, so saved URLs reflect all search options, and he should just save the resultant search URLs to his bookmark bar. However, most people are already naturally doing this in some way, and I wonder if he has a reason to avoid this? A script for this is doable but unnecessary, because it only needs to go to bookmarked URLs and the only difference is that the bookmarks are put in a different place.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2022, 16:14
Post #110
VillanousMOBAplayer



Lurker
Group: Gold Star Club
Posts: 7
Joined: 5-July 22
Level 25 (Apprentice)


QUOTE(uareader @ Aug 12 2022, 09:45) *

I use firefox bookmarks for that (but I guess favorites or whatever it's called depending on the browser would work). The f_cats argument in the url save the category filtering, and the f_search argument save the search keywords. Did I miss something in your requirements?

Thank you for this information, I had not realised that f_cats was category data as it was an uninterrupted string of numbers.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2022, 16:22
Post #111
atasitian



Casual Poster
****
Group: Members
Posts: 422
Joined: 18-July 10
Level 322 (Godslayer)


QUOTE(VillanousMOBAplayer @ Aug 12 2022, 16:14) *
Thank you for this information, I had not realised that f_cats was category data as it was an uninterrupted string of numbers.

Yeah, that's documented here: https://ehwiki.org/wiki/Gallery_Search_Engine#Categories
f_cats is a combination of binary flags in numeric (decimal) form.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 28 2022, 00:04
Post #112
FabulousCupcake



Casual Poster
****
Group: Gold Star Club
Posts: 494
Joined: 15-April 14
Level 451 (Dovahkiin)


I made this some while ago and thought it's worth sharing
Attached File  eh_minimal_page_count.user.js.txt ( 2.24k ) Number of downloads: 1634


It displays the gallery page count next to the name in Minimal and Minimal+ display mode, although with Minimal+ it's probably best when paired with iconized tags to keep every row at the same height.

The number is styled/coded based on the page count. I feel that it helps me to quickly scan the gallery list and check/skip certain galleries, e.g. >500 page galleries are usually dumps I'm not interested in checking.
The number thresholds and styling are somewhat opinionated (0 ≤ 12 ≤ 36 ≤ 72 ≤ 200 ≤ 500), but they are quite easy to edit

Preview: Before & After

This post has been edited by FabulousCupcake: Sep 28 2022, 00:06
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 30 2022, 05:55
Post #113
score38



Newcomer
*
Group: Recruits
Posts: 15
Joined: 11-May 15
Level 82 (Hero)


Is there a script to show favorites category in search (for example, the 10 button categories in the main search)? Or way to search by categories in favorites (i.e. filter by Doujin/Manga/CG ect).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 2 2023, 18:12
Post #114
Mayriad



SUPER ★ BUSY ★ TIME
*******
Group: Global Mods
Posts: 2,061
Joined: 18-December 10
Level 135 (Lord)


QUOTE(score38 @ Dec 30 2022, 03:55) *
Is there a script to show favorites category in search (for example, the 10 button categories in the main search)? Or way to search by categories in favorites (i.e. filter by Doujin/Manga/CG ect).

Your first question is not clear, but I guess overall you hope to filter by both regular category and favourite category in a search? That requires changes to the search engine or the site servers if that is easier to understand, so no script can do this.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 29 2023, 05:43
Post #115
romanicyte



Veteran Poster
********
Group: Members
Posts: 2,906
Joined: 4-August 18
Level 455 (Dovahkiin)


I asked Mayriad to make a script for me some time ago, so I thought about sharing it.

By her own words "It gives the count after the "Showing X - X of X images" message if there is at least one GIF".
It also highlights which thumbnails are GIFs.

Description: Highlight GIF thumbnails by border and mention a count.
[gist.github.com] EH Gallery GIF Indicator
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 31 2023, 18:12
Post #116
Justlookingfortheway



Newcomer
**
Group: Members
Posts: 59
Joined: 28-January 13
Level 395 (Dovahkiin)


Is there a script for double page viewing in mpv? I just want to read manga like they were printed and no more double page splits.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 13 2023, 17:55
Post #117
Anusinspectorr



Newcomer
**
Group: Members
Posts: 72
Joined: 26-April 20
Level 338 (Dovahkiin)


Are there any script that gives you a "random" gallery button on your favorites?? Nhentai have this and its one of the few features I wish we also had here.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 13 2023, 22:56
Post #118
nasu



さき★すかん
********
Group: Gold Star Club
Posts: 3,222
Joined: 13-June 16
Level 431 (Godslayer)


QUOTE(cillywillyboy @ Jun 13 2023, 16:55) *
Are there any script that gives you a "random" gallery button on your favorites?? Nhentai have this and its one of the few features I wish we also had here.

There is no way to get the gallery hash required to open the gallery link, so no. You could use a random number generator between 1 (9) and 2580686 and hunt for that number gallery I guess.i am wrong

This post has been edited by nasu: Jun 14 2023, 11:18
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 14 2023, 02:02
Post #119
Cipher-kun



Killua Enthusiast
********
Group: Gold Star Club
Posts: 3,274
Joined: 15-December 12
Level 419 (Godslayer)


QUOTE(nasu @ Jun 13 2023, 20:56) *

There is no way to get the gallery hash required to open the gallery link, so no. You could use a random number generator between 1 (9) and 2580686 and hunt for that number gallery I guess.

The new search allows you to search for a gallery id, so if you use that it'd be possible.

The simplist way would just be making a script that inputs 'gid:' + a random number between 1 & the current latest galleryId and then clicks search.
or goes to the url
https://e-hentai.org/?f_search=gid:12345 where 12345 is a random number in that range

Note this will not return private or removed galleries, so some numbers will return nothing.

This post has been edited by Cipher-kun: Jun 14 2023, 02:05
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 14 2023, 08:18
Post #120
Anusinspectorr



Newcomer
**
Group: Members
Posts: 72
Joined: 26-April 20
Level 338 (Dovahkiin)


How about 1 button to go directly to read-mode without having to go in the gallery and click the first image? I'm asking because some works I'd rather not spoil myself with the first 5 images on the frontpage of the gallery view.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


8 Pages V « < 4 5 6 7 8 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 10th June 2025 - 03:07