Remove deceptive design from Urban Dictionary.
Simple Urban Dictionary by vednoc

Details
Authorvednoc
LicenseMIT
Created
Updated
Categoryurbandictionary
Statistics
Learn how we calculate statistics in the FAQ.
Total views
Total installs
Weekly installs
Weekly updates
Description
Notes
Changelog:
- 2022-09-20: Removed newly added bloat.
- 2022-09-01: Initial release.
Source code
/* ==UserStyle==
@name Simple Urban Dictionary
@namespace userstyles.world/user/vednoc
@description Remove deceptive design from Urban Dictionary.
@author vednoc <vednoc@pm.me> (https://github.com/vednoc)
@version 1.0.1
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("urbandictionary.com") {
.mug-ad,
.ad-panel,
div[id*='-gpt-ad-'],
aside[class*='lg:'],
div[class*='leaderboard-'],
.pagination + div.flex,
.definition + [class='mb-4'],
[data-x-data='subscribeData()'] {
display: none !important
}
}