hide ratings

This commit is contained in:
2026-07-17 17:48:02 +02:00
parent ca74655a0e
commit a1f1dd4523
8 changed files with 35 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ window.cancelAnimFrame = (function () {
if (localStorage.getItem('blurUntagged') === 'true') htmlEl.classList.add('blur-untagged-active');
if (localStorage.getItem('blurDetail') !== 'false') htmlEl.classList.add('blur-detail-active');
if (localStorage.getItem('imageExpandOnClick') !== 'false') htmlEl.classList.add('image-expand-active');
if (localStorage.getItem('hideItemRatings') === 'true') htmlEl.classList.add('hide-item-ratings-active');
window.updateVisitIndicators = () => {
try {