Welcome Guest ( Log In | Register )

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

 
post Jan 2 2025, 02:14
Post #141
meh65



Newcomer
*
Group: Recruits
Posts: 10
Joined: 9-February 14
Level 60 (Master)


I was using a script that highlighted animated pics in a gallery, and i don't know what happened to it, it stopped working about a year ago and dont see it in tampermonkey, anyone have it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 2 2025, 02:27
Post #142
meh65



Newcomer
*
Group: Recruits
Posts: 10
Joined: 9-February 14
Level 60 (Master)


QUOTE(romanicyte @ May 29 2023, 05:43) *

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


This isn't working anymore for me
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 2 2025, 03:43
Post #143
FabulousCupcake



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


QUOTE(meh65 @ Jan 2 2025, 01:27) *

This isn't working anymore for me


It's broken after the recent thumbnail updates

Replace the two occurrences of

#gdt img[title*="gif"]

to

#gdt div[title*="gif"]

on L15 and L21
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 5 2025, 11:59
Post #144
LoliconFox



Newcomer
**
Group: Members
Posts: 65
Joined: 16-May 15
Level 383 (Godslayer)


Full width E-Hentai and e-hentai, dynamically adjusting the page width, also allows you to adjust the size and margins of the thumbnails, infinite scroll to automatically load the next page
[github.com] https://github.com/Shana-V/LOLICON-WideHentai
[greasyfork.org] https://greasyfork.org/scripts/516145
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 2 2025, 10:13
Post #145
meh65



Newcomer
*
Group: Recruits
Posts: 10
Joined: 9-February 14
Level 60 (Master)


QUOTE(romanicyte @ May 29 2023, 05:43) *

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


The script doesn't work anymore.

EDIT*
I see a person replied to my first message, but had no notification and don't know how to delete this post.

This post has been edited by meh65: Feb 2 2025, 10:15
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 2 2025, 10:20
Post #146
meh65



Newcomer
*
Group: Recruits
Posts: 10
Joined: 9-February 14
Level 60 (Master)


QUOTE(FabulousCupcake @ Jan 2 2025, 03:43) *

It's broken after the recent thumbnail updates

Replace the two occurrences of

#gdt img[title*="gif"]

to

#gdt div[title*="gif"]

on L15 and L21


Thanks mate
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 12 2025, 13:13
Post #147
Shank



Roll for Initiative
**********
Group: Global Mods
Posts: 9,031
Joined: 19-May 12
Level 500 (Ponyslayer)


QUOTE(Shank @ Dec 24 2021, 02:34) *

I didn't do it in the method you wanted, so this may not be what you want, but I replied to your helpdesk thread on this with a potential solution
Worth noting, you can also just throw the css part onto something like stylus and it'll work just as well


Finally got round to fixing

CODE
// ==UserScript==
// @name     Gif Highlighter
// @include  https://e-hentai.org/g/*
// @version  1.0.0
// @author   Shank
// @grant    GM_addStyle
// @run-at   document-start
// ==/UserScript==
GM_addStyle ( `
div[title$="gif"] {border: 5px solid red!important;}
div[title$="png"] {border: 5px solid green!important;}
div[title$="webp"] {border: 5px solid orange!important;}
div[title$="jpg"] {border: 5px solid green!important;}
` );


png/jpg highlight green, gif red, webp orange. Easy enough to change to whatever.

This is useful for highlighting the different format types, for locating and checking pages quickly, (and side benefit of, it sometimes let you spot files that have been modified and saved in a different format, if jpg or png are changed to unique colours), but for something that counts .gif , terry has a script https://forums.e-hentai.org/index.php?showtopic=276004
User is online!Profile CardPM
Go to the top of the page
+Quote Post


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

 


Lo-Fi Version Time is now: 31st March 2025 - 21:43