Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dimisa committed Oct 14, 2021
1 parent 8631a7e commit 954d32e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions css-fixes-experimental.txt
Expand Up @@ -1229,8 +1229,7 @@ stratege.ru##html.home #wrapper > #content > :not(div)
stratege.ru##html.home #wrapper > #content > [id]:empty
stratege.ru##html.home #wrapper > #content ~ :not(#footer)
stratege.ru##html.home .tlpf_info_box
stratege.ru#?#html.home body > div[class]:not([class*="-"])[id*="-"]:style(background-image: none !important; background-color: #dbdbdb !important)
stratege.ru##html.home div > img[src*="://ad.adriver.ru/"] ~ style + [id]:not(#wrapper)
stratege.ru##html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"] > img[src] ~ style + [id]:not(#wrapper)
stratege.ru#?#html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"]:style(background-image: none !important; background-color: #dbdbdb !important)
stratege.ru##html.home div[class][id$="_content"] > div:not([id]):not([class]) > [class^="alelt_"][class$="_info"]
! forum
Expand Down
6 changes: 3 additions & 3 deletions ruadlist-fixes.user.css
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name RU AdList CSS Fixes
@version 0.20211013.1811
@version 0.20211014.2159
@namespace ruadlist/ru-adlist-css-fixes
@homepageURL https://forums.lanik.us/viewforum.php?f=102
@supportURL https://forums.lanik.us/viewforum.php?f=102
Expand Down Expand Up @@ -4342,7 +4342,7 @@

@-moz-document domain("stratege.ru") {
#vbulletin_html > body > style ~ div:not([title]):not([id*="footer"]):not(:nth-last-child(-n+5)),
html.home body > div[class]:not([class*="-"])[id*="-"],
html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"],
html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"] {
background-image: none !important;
background-color: #dbdbdb !important
Expand All @@ -4352,7 +4352,7 @@
html.home #wrapper > #content > :not(div),
html.home #wrapper > #content > [id]:empty,
html.home #wrapper > #content ~ :not(#footer), html.home .tlpf_info_box,
html.home div > img[src*="://ad.adriver.ru/"] ~ style + [id]:not(#wrapper),
html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"] > img[src] ~ style + [id]:not(#wrapper),
html.home div[class][id$="_content"] > div:not([id]):not([class]) > [class^="alelt_"][class$="_info"] {
display: none !important
}
Expand Down

0 comments on commit 954d32e

Please sign in to comment.