Skip to content

Commit 4339551

Browse files
Release v1.0.2
1 parent 46ad042 commit 4339551

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

HDEncode-Search-Plus.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// ==UserScript==
22
// @name HD-Encode Search+
33
// @namespace https://hdencode.org/
4-
// @version 1.0.1
4+
// @version 1.0.2
55
// @description Filtering, live custom search, safer clear handling, custom pagination, category switching, quick links, and styled UI for HDEncode.org
66
// @author xXSalamanderXx
77
// @homepage https://github.com/xXSalamanderXx/HDEncode-Search-Plus/
88
// @supportURL https://github.com/xXSalamanderXx/HDEncode-Search-Plus/issues/
9-
// @updateURL https://github.com/xXSalamanderXx/HDEncode-Search-Plus/raw/refs/heads/main/hdencode-filter-suite.user.js
10-
// @downloadURL https://github.com/xXSalamanderXx/HDEncode-Search-Plus/raw/refs/heads/main/hdencode-filter-suite.user.js
9+
// @updateURL https://github.com/xXSalamanderXx/HDEncode-Search-Plus/raw/refs/heads/main/HDEncode-Search-Plus.user.js
10+
// @downloadURL https://github.com/xXSalamanderXx/HDEncode-Search-Plus/raw/refs/heads/main/HDEncode-Search-Plus.user.js
1111
// @match *://hdencode.org/*
1212
// @match *://www.hdencode.org/*
1313
// @match *://hdencode.com/*
@@ -465,7 +465,7 @@
465465
if (!emptyState) {
466466
emptyState = document.createElement('div');
467467
emptyState.id = 'fs-empty-state';
468-
emptyState.textContent = 'Press Clear To Return Normal Results or Search In The Custom Search';
468+
emptyState.textContent = 'No Results: Press Clear To Reset Search Filters or Modify Your Current Filters';
469469
itemGrid.parentNode.insertBefore(emptyState, itemGrid);
470470
}
471471

0 commit comments

Comments
 (0)