Skip to content

RF - Get rid of Most Viewed Content! by matieo33

Screenshot of RF - Get rid of Most Viewed Content!

Details

Authormatieo33

LicenseAttribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

CategoryRF robloxforum.com robloxforum

Created

Updated

Code size1.0 kB

Code checksumdc7fc246

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple enough.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         RF - Get rid of Most Viewed Content!
@version      20211105.22.24
@namespace    userstyles.world/user/matieo33
@description  Simple enough.
@author       matieo33
@license      Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
==/UserStyle== */

@-moz-document url("https://robloxforum.com/"), url("https://rbxcentral.com/") {
/* part 1 for robloxforum.com */
.p-body-pageContent .block ~ .block .block-container .block-body .structItemContainer .structItem--thread {
    display: none
}

.p-body-pageContent .block ~ .block .block-container .block-header {
    display: none
}

}

@-moz-document url("https://robloxforum.com/whats-new/"), url("https://rbxcentral.com/whats-new") {
/* part 2 for robloxforum.com/whats-new */
.p-body-pageContent .block ~ .block ~ .block .block-container .block-body .structItemContainer .structItem--thread {
    display: none
}

.p-body-pageContent .block ~ .block ~ .block .block-container .block-header {
    display: none
}

}

Reviews

No reviews yet.