Skip to content

Commit 9d5bd86

Browse files
committed
Trello: Fix breakage when you get to a board by visiting trello.com instead of using the board's direct URL.
The @include directive was too restrictive.
1 parent c920fef commit 9d5bd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TrelloA11yFixes.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @license GNU General Public License version 2.0
88
// @version 2017.1
99
// @grant GM_log
10-
// @include https://trello.com/b/*
10+
// @include https://trello.com/*
1111
// ==/UserScript==
1212

1313
// Used when we need to generate ids for ARIA.

0 commit comments

Comments
 (0)