Changes the width of the comic strip and the background colour to a more grayer tone.
VortexScans - Less Blue by Nobepico

Details
AuthorNobepico
LicenseNo License
Categoryvortexscans
Created
Updated
Code size1.4 kB
Code checksum44dda0a0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I had a style for MangaGalaxy but it closed and now redirects to VortexScans, so I obviously made a style for it.
Source code
/* ==UserStyle==
@name VortexScans
@version 20250410.19.39
@namespace https://userstyles.world/user/Nobepico
@description Changes the width of the comic strip and the background colour to gray.
@author Nobepico
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://vortexscans.org/series/") {
/* Hide cringey ahh go to top of page button on bottom right */
.fixed.bottom-2.right-10.z-\[50001\] {
display: none;
}
/* Comic strip */
.w-full.flex.flex-col.justify-center.items-center {
width: 700px; /* change size */
pointer-events: none; /* remove the annoying scroll it does when you click it */
margin: 0 auto; /* recenter */
/* transform: translateY(-812.96425px); */
}
/* Hide useless numbers behind comic strip */
.text-gray-300.dark\:text-gray-400.text-5xl.md\:text-9xl.font-extrabold.absolute.left-1\/2.transform.-translate-x-1\/2.px-3.py-1.-z-10 {
display: none;
}
/* Change background color */
.dark, [data-theme=dark]{
--nextui-background: 210 10% 5%;
}
/* Hide a random div i found because it annoyed me */
.mx-4.md\:mx-0 {
display: none;
}
/* Hide ugly ad at bottom of strip */
.font-semibold.text-gray-400.text-xs.px-4.mx-auto.w-full.md\:w-\[800px\] {
display: none;
}
.relative.self-center.text-center.w-full.z-10 {
display: none;
}
}