Skip to content

Simple Urban Dictionary by vednoc

Simple Urban Dictionary screenshot

Details

Authorvednoc

LicenseMIT

Created

Updated

Categoryurbandictionary

Statistics

Learn how we calculate statistics in the FAQ.

Total views

Total installs

Weekly installs

Weekly updates

Description

Remove deceptive design from Urban Dictionary.

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
    }
}

Reviews

No reviews yet.