Remove the ads + some small UI changes
Utorrent Web Enhanced by ursok
Details
Authorursok
LicenseNo License
Categorytrontv
Created
Updated
Size2.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
initial release
Source code
/* ==UserStyle==
@name Utorrent Web Enhanced
@version 20220721.10.51
@namespace userstyles.world/user/ursok
@description Remove the ads + some small UI changes
@author ursok
@license No License
==/UserStyle== */
@-moz-document domain("utweb.rainberrytv.com"), domain("127.0.0.1") {
/* Main */
/* MAKE NAVBAR SMALLER */
#navbar {
height: 45px !important;
}
/* REMOVE THE SAFE TORRENT ICON AND SEARCH FROM NAVBAR */
.safe-torrent-icon,
.search-control-nav-main {
display: none !important;
}
/* REMOVE SIDEBAR ADS */
.ad-free-upsell-container {
display: none !important;
}
div[data-testid="dashboard-banner-ad-container"] {
display: none !important;
}
#sidebar > div.card-container {
display: none !important;
}
/* UPDATE DASHBOARD CONTAINER */
.dashboard-inner-container {
padding-top: 30px !important;
}
/* REMOVE SPEED, TRENDING VIDEOS AND PRO UGRADE MENU ITEMS */
#sidebar > div.sidebar-content > div.sidebar-item-speed,
#sidebar > div.sidebar-content > div.sidebar-item-pro-upgrade,
div#trendingvideos-sidebar {
display: none !important;
}
/* UPDATE THE SIDEBAR STYLING */
#sidebar,
.sidebar-content {
background-color: transparent !important;
}
.sidebar-content {
flex: initial !important;
flex-direction: initial !important;
float: left !important;
}
/* MOVE SIDEBAR ITEMS TO THE NAVBAR */
#sidebar {
position: absolute !important;
top: -50px !important;
left: 250px !important;
}
/* REMOVE THE OVERFLOW SO THE SIDEBAR ITEMS ARE VISIBLE */
.content,
.view-container {
overflow: initial !important;
}
/* UPDATE SIDEBAR ITEMS STYLING */
.sidebar-item .sidebar-link {
padding-right: 8px;
}
.sidebar-icon {
padding: 0 8px !important;
width: 100% !important;
}
/* Remove footer */
#ads-privacy-footer {
display: none !important;
}
}
@-moz-document regexp(".*utweb.rainberrytv.com/.*/library"), regexp(".*127.0.0.1/.*/library") {
/* Library page */
/* REMOVE THE TOP AD */
#media-library > div > div.media-library-container > div.card-container {
display: none !important;
}
/* REMOVE THE TOP MARGIN FROM THE TORRENT CONTROLS AFTER AD REMOVAL */
#media-library .media-library-container .media-library-top-container.show-ad {
top: 0 !important;
}
}
@-moz-document regexp(".*utweb.rainberrytv.com/.*/dashboard"), regexp(".*127.0.0.1/.*/dashboard") {
/* Dashboard page */
/* REMOVE THE TOP AD */
.card-container[data-v-720a42b0] {
display: none !important;
}
/* FIX THE TOP MARGIN AFTER AD REMOVAL */
.dashboard-container .dashboard-inner-container[data-v-720a42b0] {
padding-top: 14px !important;
}
/* REMOVE THE CONTENT PLAYER */
.content-player-container {
display: none !important;
}
}