Removes redundancies of Tehran air pollution website
this is useful when you want to use the site as a pwa.
موارد اضافه را از سایت شاخص آلودگی هوای تهران حذف می کند که به دید بهتر سایت کمک میکند.
Authoriarmankarimi
LicenseMIT
Categorytehran
Created
Updated
Size800 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Removes redundancies of Tehran air pollution website
this is useful when you want to use the site as a pwa.
موارد اضافه را از سایت شاخص آلودگی هوای تهران حذف می کند که به دید بهتر سایت کمک میکند.
/* ==UserStyle==
@name Tehran air pollution - شاخص آلودگی هوای تهران
@version 20211205.12.21
@namespace userstyles.world/user/iarmankarimi
@description Removes redundancies of the site (which is useful when you want to use the site as a pwa).
موارد اضافه را از سایت حذف می کند که به دید بهتر سایت کمک میکند.
@author iarmankarimi
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://airnow.tehran.ir/home/OnlineAQI.aspx") {
#form1 > div.wrapper > header {
display: none
}
#form1 > div.wrapper > div > div > section.content-header {
display: none
}
#form1 > div.wrapper > footer {
display: none
}
#ContentPlaceHolder1_Label5 {
display: none
}
}