We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cd1e7 commit 6c0b52bCopy full SHA for 6c0b52b
1 file changed
HDEncode-Search-Plus.user.js
@@ -389,14 +389,7 @@
389
function updateRecommendedUseNotice() {
390
const note = document.getElementById('f-category-note');
391
if (!note) return;
392
- note.style.display = (
393
- !isHomeCategoryPage() &&
394
- !isMoviesCategoryPage() &&
395
- !isTvShowsCategoryPage() &&
396
- !isTvPacksCategoryPage() &&
397
- !isTopDownloadsCategoryPage() &&
398
- !isUhd4kCategoryPage()
399
- ) ? 'block' : 'none';
+ note.style.display = 'block';
400
}
401
402
function syncCategorySelectToLocation() {
0 commit comments