Last active
December 5, 2021 18:07
-
-
Save iArmanKarimi/ef4f962757a40324f087695f67cadea1 to your computer and use it in GitHub Desktop.
Tehran air pollution (redundancy removal) - شاخص آلودگی هوای تهران (حذف موارد اضافه)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment