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 63 (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 63 (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: 494
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 63 (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 63 (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,278
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

 
post Apr 9 2025, 01:15
Post #148
romanicyte



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


QUOTE(blue penguin @ Nov 28 2016, 17:31) *

Does anyone have a copy of this script or of one similar? I lost my scripts recently and this link doesn't work anymore.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 9 2025, 01:34
Post #149
Waitugreat



Irregular Poster
*******
Group: Gold Star Club
Posts: 1,446
Joined: 15-June 16
Level 460 (Dovahkiin)


QUOTE(romanicyte @ Apr 8 2025, 23:15) *

Does anyone have a copy of this script or of one similar? I lost my scripts recently and this link doesn't work anymore.


If this script did what I think it did, then you can just use the "HTTPS Everywhere" extension. I suppose the details will get REDACTED, so I'll just leave a friendly mail. nevermind, it doesn't need some fancy scripts. Just create a rule and redirect from bright skin to dark skin.
Necromusume was so friendly and told me about this some time ago. (IMG:[invalid] style_emoticons/default/smile.gif)

This post has been edited by Waitugreat: Apr 9 2025, 01:39
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 9 2025, 14:17
Post #150
Ither



Lurker
Group: Lurkers
Posts: 1
Joined: 22-April 25


how can i view e-hentai? I had a userscript before now lost it bcz of OS setup. help me

This post has been edited by Ither: May 9 2025, 14:17
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 9 2025, 21:04
Post #151
Waitugreat



Irregular Poster
*******
Group: Gold Star Club
Posts: 1,446
Joined: 15-June 16
Level 460 (Dovahkiin)


QUOTE(Ither @ May 9 2025, 12:17) *

how can i view e-hentai? I had a userscript before now lost it bcz of OS setup. help me


You type https://e-hentai.org/ into the adress bar of the browser. That's it. Do not install extensions. You don't need any scripts.

Maybe delete the cookies and login again. If this doesn't help, read https://ehwiki.org/wiki/technical
User is offlineProfile 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: 9th June 2025 - 21:31