Skip to content

Remove duolingo plus ads by Stankendesokies

Screenshot of Remove duolingo plus ads

Details

AuthorStankendesokies

LicenseNo License

Categoryduolingo.com

Created

Updated

Size600 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This tiny bit of code removes all the annoying Duolingo Plus ads littering the site (I hope)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove duolingo plus ads
@version      20240908.22.53
@namespace    https://userstyles.world/user/Stankendesokies
@description  This tiny bit of code removes all the annoying Duolingo Plus ads littering the site (I hope)
@author       Stankendesokies
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.duolingo.com") {
._16rRh, ._3D_HB, .MGk8p, ._3HatJ, .cY8_V, ._2V0_0, .nSmJD, ._2tNGm, ._3jbnK, ._2vH9q, ._3-o-j:has(._1o-YO) {
    display: none !important
}

._3KIC2 {
    visibility: hidden;
}


._2g63z {
    visibility: visible;
}
}

Reviews

No reviews yet.