Use more generic rule for comments.
Now comments are hidden on the mobile version of the sites as well.
This commit is contained in:
parent
65fc8e14c5
commit
9f6e9bdd62
2 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@ rules=(
|
|||
"##.new-post-login.form-item"
|
||||
"###post-form"
|
||||
"##.user-info"
|
||||
"##.post-layout > div.post-layout--right:nth-of-type(3)"
|
||||
"##.comments"
|
||||
"##.post-menu"
|
||||
"###footer"
|
||||
"###js-gdpr-consent-banner"
|
||||
|
|
|
@ -10,7 +10,7 @@ stackexchange.com###hot-network-questions
|
|||
stackexchange.com##.new-post-login.form-item
|
||||
stackexchange.com###post-form
|
||||
stackexchange.com##.user-info
|
||||
stackexchange.com##.post-layout > div.post-layout--right:nth-of-type(3)
|
||||
stackexchange.com##.comments
|
||||
stackexchange.com##.post-menu
|
||||
stackexchange.com###footer
|
||||
stackexchange.com###js-gdpr-consent-banner
|
||||
|
@ -24,7 +24,7 @@ stackoverflow.com###hot-network-questions
|
|||
stackoverflow.com##.new-post-login.form-item
|
||||
stackoverflow.com###post-form
|
||||
stackoverflow.com##.user-info
|
||||
stackoverflow.com##.post-layout > div.post-layout--right:nth-of-type(3)
|
||||
stackoverflow.com##.comments
|
||||
stackoverflow.com##.post-menu
|
||||
stackoverflow.com###footer
|
||||
stackoverflow.com###js-gdpr-consent-banner
|
||||
|
@ -38,7 +38,7 @@ superuser.com###hot-network-questions
|
|||
superuser.com##.new-post-login.form-item
|
||||
superuser.com###post-form
|
||||
superuser.com##.user-info
|
||||
superuser.com##.post-layout > div.post-layout--right:nth-of-type(3)
|
||||
superuser.com##.comments
|
||||
superuser.com##.post-menu
|
||||
superuser.com###footer
|
||||
superuser.com###js-gdpr-consent-banner
|
||||
|
@ -52,7 +52,7 @@ askubuntu.com###hot-network-questions
|
|||
askubuntu.com##.new-post-login.form-item
|
||||
askubuntu.com###post-form
|
||||
askubuntu.com##.user-info
|
||||
askubuntu.com##.post-layout > div.post-layout--right:nth-of-type(3)
|
||||
askubuntu.com##.comments
|
||||
askubuntu.com##.post-menu
|
||||
askubuntu.com###footer
|
||||
askubuntu.com###js-gdpr-consent-banner
|
||||
|
@ -66,7 +66,7 @@ mathoverflow.net###hot-network-questions
|
|||
mathoverflow.net##.new-post-login.form-item
|
||||
mathoverflow.net###post-form
|
||||
mathoverflow.net##.user-info
|
||||
mathoverflow.net##.post-layout > div.post-layout--right:nth-of-type(3)
|
||||
mathoverflow.net##.comments
|
||||
mathoverflow.net##.post-menu
|
||||
mathoverflow.net###footer
|
||||
mathoverflow.net###js-gdpr-consent-banner
|
||||
|
@ -80,7 +80,7 @@ serverfault.com###hot-network-questions
|
|||
serverfault.com##.new-post-login.form-item
|
||||
serverfault.com###post-form
|
||||
serverfault.com##.user-info
|
||||
serverfault.com##.post-layout > div.post-layout--right:nth-of-type(3)
|
||||
serverfault.com##.comments
|
||||
serverfault.com##.post-menu
|
||||
serverfault.com###footer
|
||||
serverfault.com###js-gdpr-consent-banner
|
||||
|
@ -94,7 +94,7 @@ stackapps.com###hot-network-questions
|
|||
stackapps.com##.new-post-login.form-item
|
||||
stackapps.com###post-form
|
||||
stackapps.com##.user-info
|
||||
stackapps.com##.post-layout > div.post-layout--right:nth-of-type(3)
|
||||
stackapps.com##.comments
|
||||
stackapps.com##.post-menu
|
||||
stackapps.com###footer
|
||||
stackapps.com###js-gdpr-consent-banner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue