view more video and photos
当前为
/* ==UserStyle==
@name ICQ Gallery Expander
@namespace greasyfork.org/en/users/781396-yad
@version 1.0.0
@description view more video and photos
@author YAD
@advanced dropdown time "Time/Label" {
1 "ON*" <<<EOT 1 EOT;
2 "OFF" <<<EOT 0 EOT;
}
@var range trans "Thumbnail Size" [96,40,296,2,"px"]
==/UserStyle== */
@-moz-document domain("web.icq.com") {
.im-gallery {
position: fixed;
}
.im-gallery-preview__info {
opacity: /*[[time]]*/
}
.im-gallery-preview {
width: var(--size);
height:var(--size);
}
:root {
--size:/*[[trans]]*/!important;
}
}