This tiny bit of code removes all the annoying Duolingo Plus ads littering the site (I hope)
Remove duolingo plus ads by Stankendesokies
Details
AuthorStankendesokies
LicenseNo License
Categoryduolingo.com
Created
Updated
Size600 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}