Skip to content

Remove Pdbee Ads by madrigal

Screenshot of Remove Pdbee Ads

Details

Authormadrigal

LicenseNo License

Categorypersonality-database

Created

Updated

Size370 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gets rid of all the ads for the app on desktop. No more mentions of Pdbee on the sidebar, no more "Take Personality Tests" and no more footer icons.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove Pdbee Ads
@description  Pdbee is lame, mkay?
@namespace    personality-database.com
@author       madrigal
@version       1

==/UserStyle== */
@-moz-document domain("personality-database.com") {
.app-link{
  display: none;
}

.footer .app-download {
    display: none;
}

.side .quiz-entry {
  display: none;
}
}

Reviews

No reviews yet.