From a3a29d89044e69c8514ab9dedb7d50e76029c011 Mon Sep 17 00:00:00 2001 From: imdj Date: Mon, 12 Feb 2024 15:06:24 +0200 Subject: [PATCH] Add tips on ways to improve search --- HNRelevant.user.js | 10 ++++++++++ scripts/main.js | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/HNRelevant.user.js b/HNRelevant.user.js index b0d510e..bfc08c3 100644 --- a/HNRelevant.user.js +++ b/HNRelevant.user.js @@ -288,6 +288,16 @@ const relevantContent = ` +
+ The results aren't good? +

Try the following: +

+

+
diff --git a/scripts/main.js b/scripts/main.js index 4630be0..cab4620 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -19,6 +19,16 @@ const relevantContent = `
+
+ The results aren't good? +

Try the following: +

    +
  • Omit years and numbers
  • +
  • Remove irrelevant words to avoid noise
  • +
  • Scrap the title and use a custom query instead
  • +
+

+