Участник:T kns/hideoldcomments.user.css — различия между версиями

Материал из Энциклопедия leprosorium.ru
Перейти к: навигация, поиск
(lol)
 
м (&)
 
Строка 1: Строка 1:
 
@namespace url(http://www.w3.org/1999/xhtml);
 
@namespace url(http://www.w3.org/1999/xhtml);
  
@-moz-document regexp("^https://([a-z0-9]+\\.)?leprosorium.ru/comments/[0-9]+/(\\?.*unread=on|#new$)") {
+
@-moz-document regexp("^https://([a-z0-9]+\\.)?leprosorium.ru/comments/[0-9]+/(\\?(.*\\&)?unread=on|#new$)") {
  
 
   .comment:not(.new):not(.show) {
 
   .comment:not(.new):not(.show) {

Текущая версия на 07:49, 28 августа 2015

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document regexp("^https://([a-z0-9]+\\.)?leprosorium.ru/comments/[0-9]+/(\\?(.*\\&)?unread=on|#new$)") {

  .comment:not(.new):not(.show) {
    display: none;
  }
}