It flips the foals horizontally, so they'll be running with their mama. I haven't tested this thoroughly and there's still missing flips here and there.
Flip Those Foals - Horse Reality by Bambooram
Details
AuthorBambooram
LicenseNo License
Categoryhttps://www.horsereality.com/horses/
Created
Updated
Size643 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Flip Those Foals - Feb 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.horsereality.com/horses/"){
.horse_photocon .horse_photo img.foal {
max-width: 320px;
max-height: 285px;
margin-left: 170px;
transform: scalex(-1);
}
.horse-item .image-dam-and-foal .horse-image:last-child {
position: absolute;
z-index: 4;
top: unset;
right: -10px;
bottom: 0;
transform-origin: unset;
transform: scalex(-1);
}
}