Removes uninterested items from ui
zoro.to - clean ui by yahatix
Details
Authoryahatix
LicenseNo License
Categoryzoro.to
Created
Updated
Size425 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 zoro.to - 5/29/2023, 5:28:08 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://zoro.to/") {
.deslide-wrap, #anime-trending, .share-buttons, #discussion, #anime-featured, .block_area-connecting, .header-group, .hr-donate {
display: none !important;
}
}