From b3670071c31c2f446284207084bf687c381e2263 Mon Sep 17 00:00:00 2001 From: Necronomicron Date: Mon, 27 May 2024 20:53:30 +0300 Subject: [PATCH] Update Extended-Activity-Feed.user.js The last slash isn't always there, at least in Firefox. --- Extended-Activity-Feed/Extended-Activity-Feed.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extended-Activity-Feed/Extended-Activity-Feed.user.js b/Extended-Activity-Feed/Extended-Activity-Feed.user.js index 86bded0..1c88c4b 100644 --- a/Extended-Activity-Feed/Extended-Activity-Feed.user.js +++ b/Extended-Activity-Feed/Extended-Activity-Feed.user.js @@ -4,7 +4,7 @@ // @version 10.1 // @description At this moment the script allows you posting statuses about apps using their ID, rating up all posts in your activity feed in 2 clicks. // @author Lutymane -// @match *://steamcommunity.com/*/*/home/ +// @match *://steamcommunity.com/*/*/home* // @grant unsafeWindow // @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js // ==/UserScript==