No socials on the side, and old positions.
MyDramaList Old Position by deeznews
Details
Authordeeznews
LicenseNo License
CategoryMyDramaList
Created
Updated
Size398 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 MyDramaList Old Position
@version 20230212.00.57
@namespace userstyles.world/user/deeznews
@description No socials on the side, and old positions.
@author deeznews
@license No License
==/UserStyle== */
@-moz-document domain("mydramalist.com") {
.col-lg-8, .col-md-8 {
float: right;
}
.content-side > div:nth-child(1) {
display: none;
}
}