حذف قسمت های اضافه از سایت
fastdic.com (focus) - فست دیکشنری by iarmankarimi
Details
Authoriarmankarimi
LicenseMIT
Categoryuserstyles
Created
Updated
Size768 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 fastdic.com (focus) - فست دیکشنری
@version 20211206.20.33
@namespace userstyles.world/user/iarmankarimi
@description حذف قسمت های اضافه از سایت
@author iarmankarimi
@license No License
==/UserStyle== */
@-moz-document domain("fastdic.com") {
body > section > div.campaign-charity-hero {
display: none
}
body > section > footer {
display: none
}
body > section > section.sub-detail {
display: none
}
body > section > div.results.js-results.is-english > section > section > section > div > div.results__a {
display: none
}
html {
background-color: #1c677e
}
/* this is for more focus */
body > section > header {
display: none
}
}