Cleans up Reddit Mobile
DF-Free Mobile Reddit by skunkstriped
Details
Authorskunkstriped
LicenseNo License
Categoryreddit
Created
Updated
Size809 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 DF-Free Mobile Reddit
@version 20220408.00.47
@namespace userstyles.world/user/skunkstriped
@description Cleans up Reddit Mobile
@author skunkstriped
@license No License
==/UserStyle== */
@-moz-document url("https://www.reddit.com/") {
div.PostsList.PostAndCommentList, .PostsFromSubredditPage {
display: none !important;
}
}
@-moz-document domain("reddit.com") {
a._3M_r8tFSzCUUAiunpSXFHv._2agcxE35sg4I4KxAn0_cVF._3j2e2VYTW9IW2HxqFa8ebh {display: none;}
#container > div > nav > ul > li:nth-child(4), #container > div > nav > ul > li:nth-child(5), #container > div > nav > ul > li:nth-child(6) {display: none;}
._2oneXXujQeFrzQi6JkwUUu {display: none;}
.aAprpkg6XvIsjmyc5LX8M {background-color: transparent;}
.TopNav {position: absolute !important;}
}