From fe158c812d73cd5001fe40a875152d2e0d6a8f3d Mon Sep 17 00:00:00 2001 From: Brunno Pleffken Date: Thu, 10 Apr 2025 18:36:50 -0300 Subject: [PATCH] Fix Mozilla Mercurial pushlogs URL --- .../Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial.user.js | 2 +- ...top_-_list_fixed_bugs_in_Mercurial_as_sortable_table.user.js | 2 +- ..._-_list_modified_bugs_in_Mercurial_as_sortable_table.user.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial.user.js b/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial.user.js index 8b4bfec..425dc69 100644 --- a/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial.user.js +++ b/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial.user.js @@ -6,7 +6,7 @@ // @description Lists fixed bugs related to Firefox for desktop in Mozilla Mercurial pushlogs // @author darkred, johnp // @license MIT -// @include /^https?:\/\/hg\.mozilla\.org.*pushloghtml.*/ +// @include /^https?:\/\/hg-edge\.mozilla\.org.*pushloghtml.*/ // @grant GM_getResourceURL // @grant GM_getResourceText // @grant GM_addStyle diff --git a/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial_as_sortable_table/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial_as_sortable_table.user.js b/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial_as_sortable_table/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial_as_sortable_table.user.js index 3c616ce..f44c1f6 100644 --- a/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial_as_sortable_table/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial_as_sortable_table.user.js +++ b/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial_as_sortable_table/Firefox_for_desktop_-_list_fixed_bugs_in_Mercurial_as_sortable_table.user.js @@ -6,7 +6,7 @@ // @description Lists (as sortable table) fixed bugs related to Firefox for desktop in Mozilla Mercurial pushlogs // @author darkred, johnp // @license MIT -// @include /^https?:\/\/hg\.mozilla\.org.*pushloghtml.*/ +// @include /^https?:\/\/hg-edge\.mozilla\.org.*pushloghtml.*/ // @grant GM_getResourceURL // @grant GM_getResourceText // @grant GM_addStyle diff --git a/Firefox_for_desktop_-_list_modified_bugs_in_Mercurial_as_sortable_table/Firefox_for_desktop_-_list_modified_bugs_in_Mercurial_as_sortable_table.user.js b/Firefox_for_desktop_-_list_modified_bugs_in_Mercurial_as_sortable_table/Firefox_for_desktop_-_list_modified_bugs_in_Mercurial_as_sortable_table.user.js index f66838a..9407e62 100644 --- a/Firefox_for_desktop_-_list_modified_bugs_in_Mercurial_as_sortable_table/Firefox_for_desktop_-_list_modified_bugs_in_Mercurial_as_sortable_table.user.js +++ b/Firefox_for_desktop_-_list_modified_bugs_in_Mercurial_as_sortable_table/Firefox_for_desktop_-_list_modified_bugs_in_Mercurial_as_sortable_table.user.js @@ -6,7 +6,7 @@ // @description Lists (as sortable table) bugs related to Firefox for desktop for which patches have landed in Mozilla Mercurial pushlogs // @author darkred, johnp // @license MIT -// @include /^https?:\/\/hg\.mozilla\.org.*pushloghtml.*/ +// @include /^https?:\/\/hg-edge\.mozilla\.org.*pushloghtml.*/ // @grant GM_getResourceURL // @grant GM_getResourceText // @grant GM_addStyle