Dimava's Eroscripts Enchancements usersript

I’m going to publish my userscripts that enhance site behaviors:

  • Heatmap - the same exact script waiting for admins to add to themes
    • I can start making v2 then, here’s backlog:
      • add support for multi-axis scripts
      • make for script to be able to download scripts depending on click position
      • implement Handy converter
      • implement adding tags and author to script
      • hide or remove unneeded links
  • Green - mark topics as “downloaded” which makes them green everywhere
  • Link styling: add favicon before links
  • Tag styling: change non-vr to :eyes: and vr to :glasses:
  • Maybe something else

Eroscript Enhancements-2025-05-18.user.js.txt (80.0 KB)
fixed: zoomed out done topics
click Alt+O in topic to make it Green (makes it green in search as well)
Eroscript Enhancements-2025-05-18 (1).user.js.txt (80.0 KB)
fixed: images shoudn’t have a link favicon
Eroscript Enhancements-2025.05.18.3.user.js.txt (79.9 KB)


Tag emojis
	const mapping = {
		'vr': ['🥽', 20],
		'non-vr': ['👀', 20],
		'real': ['🎥', 30],
		'animation': ['🎨', 30],
		
		'jav': ['👘', 31],
		'jav-vr': ['👘', 31],
		'pmv': ['🎼', 32],
		'hmv': ['🎼', 32],
		
		'len-0-2': ['🕐 0-2', 40],
		'len-2-5': ['🕒 2-5', 40],
		'len-5-10': ['🕔 5-10', 40],
		'len-10-25': ['🕖 10-25', 40],
		'len-25-60': ['🕘 25-60', 40],
		'len-60-plus': ['🕛 60+', 40],
		'len-multiple': ['🕞📚', 40],
	};
Heatmaps
  • Good enough to add to the site
  • Needs improvement before adding
  • Good idea but needs rethinking from scratch
  • Needs to be user-disableable
  • Is not needed in our site
0 voters
Tag emojis
  • Good enough to add to the site
  • Needs improvement before adding
  • Good idea but needs rethinking from scratch
  • Needs to be user-disableable
  • Is not needed in our site
0 voters
Link favicons
  • Good enough to add to the site
  • Needs improvement before adding
  • Good idea but needs rethinking from scratch
  • Needs to be user-disableable
  • Is not needed in our site
  • Please add one for script links
0 voters
Big avatars
  • Good enough to add to the site
  • Needs improvement before adding
  • Good idea but needs rethinking from scratch
  • Needs to be user-disableable
  • Is not needed in our site
0 voters
“complete” topic button
  • Good enough to add to the site
  • Needs improvement before adding
  • Good idea but needs rethinking from scratch - to be more like Like button
  • Also add I Came button plz
  • Needs to be user-disableable
  • Is not needed in our site
0 voters
2 Likes

These are all cool and interesting implements to the forum. I am looking forward to them.

I’d vote against this one though:

I don’t think that helps, but would do the opposite. Everybody interprets emojis a bit differently. These eyes for non vr doesn’t make any sense to me and I wouldn’t think of it as a “non vr” tag. The glasses for the vr tag, I get it. But I don’t think we should use emojis as tags.
Then it would be :peach: for big butt? Then we could use :sweat_droplets: :eggplant: :ok_hand: for other tags. Honestly, this would look stupid.

Tags should be tags, everybody should understand tags as what there are and shouldn’t need to interpret them from some emojis.

6 Likes

That’s only to reduce clutter of the required vr real and len-2-5 tags
They always appear so there’s not too much of them and they are obvious enough
What’s worse, they appear in a random place, I also sort them to beginning

I am open to try and see how it looks. I suspect it will add more visual clutter though.

True, if the required tags would appear always first, that would look way better.

1 Like

@Slibowitz @sentinel plz test

Seconding this idea. The current tags are ambiguous enough with people misinterpreting things like 2d and 3d as animated rather than flat video or VR.

If we really want to go down this road, I think the tag system needs to be simplified into a mandatory checklist with idiot proof names. Force every post to place tags in the same order, whatever that is.

Flat⬜
VR :white_large_square:

AI Generated :white_large_square:
Animated⬜
Real⬜

2-5 minutes⬜
5-10 minutes⬜
10+ minutes⬜

Then let people add whatever other tags are appropriate.

I don’t know much about design, but I know plenty about human stupidity lol. If your goal is simple, uniform tags, make them impossible to mess up.

1 Like

Not sure if I installed the script correctly, for me it looks like this:

open it in notepad, make sure its emojis, and copypaste that into tampermonkey

Works now, thank you.

Some icons still look like this. Is this normal?

Bildschirmfoto_18-5-2025_144311_discuss.eroscripts.com

Yeah I have predefined list of like 3 of them
They are not generic currently

Ok.

Rest is looking good. Still not a fan of the emojis as tag. If they get implement, then there needs to be an option to disable it.

What also would nice, if it’s possible to click on the heatmap imagine and it enlarges. Clicking on it, downloads the scripts. Not too bad, but being able to enlarge the imagine of the heatmap, is nice so you can check the heatmap better. Not sure if it’s possible to change / implement.

1 Like

It’ll take a little getting used to but Im liking it. I removed the emoji changes to tags, I like them how they are just fine. I really like the ability to mark topics as downloaded. It will take a while to mark all the past topics.