From 24f652f2a15a80a0bf897929794ec34f40c4ea3f Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 21 Mar 2023 16:34:17 -0400 Subject: [PATCH] Fix link mistake --- content/blog/2023-03-21-hackernews-block-ai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-03-21-hackernews-block-ai.md b/content/blog/2023-03-21-hackernews-block-ai.md index 2f9573d..94f8535 100644 --- a/content/blog/2023-03-21-hackernews-block-ai.md +++ b/content/blog/2023-03-21-hackernews-block-ai.md @@ -25,7 +25,7 @@ Want to join me and hiding AI posts? Just pop this script into Tapermonkey or Gr // @version 0.1 // @description Hides AI topics from HackerNews // @author Evan Pratten -// @match https://news.ycombinator.com/* +// @match https://news.ycombinator.com/news* // @icon https://www.google.com/s2/favicons?sz=64&domain=ycombinator.com // @grant none // ==/UserScript==