Skip to content

Commit 6c0b52b

Browse files
Hotfix 1.0.5
1 parent 31cd1e7 commit 6c0b52b

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

HDEncode-Search-Plus.user.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -389,14 +389,7 @@
389389
function updateRecommendedUseNotice() {
390390
const note = document.getElementById('f-category-note');
391391
if (!note) return;
392-
note.style.display = (
393-
!isHomeCategoryPage() &&
394-
!isMoviesCategoryPage() &&
395-
!isTvShowsCategoryPage() &&
396-
!isTvPacksCategoryPage() &&
397-
!isTopDownloadsCategoryPage() &&
398-
!isUhd4kCategoryPage()
399-
) ? 'block' : 'none';
392+
note.style.display = 'block';
400393
}
401394

402395
function syncCategorySelectToLocation() {

0 commit comments

Comments
 (0)