hide-all-cards-except-pinned
code:style.css
.page-list .grid li:not(.pin) {
display: none;
}