Skip to content

Commit 1405ae5

Browse files
committed
readme: Update Scripts section with a note about being outdated and change links to my repository instead of NVAccess.
I need to update these docs properly at some point, but this is better than the previous state at least.
1 parent 4397a1d commit 1405ae5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

readme.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ See [Greasy Fork's page on How to install user scripts](https://greasyfork.org/e
1515
Once you have a user script manager installed, simply activate the download link for the relevant script below to download and install it.
1616

1717
## Scripts
18+
Note: This documentation is out of date.
19+
Some newer scripts are missing, some older scripts should be removed, etc.
20+
1821
Following is information about each script.
1922

2023
### Bugzilla Accessibility Fixes
21-
[Download Bugzilla Accessibility Fixes](https://github.com/nvaccess/axSGrease/raw/master/BugzillaA11yFixes.user.js)
24+
[Download Bugzilla Accessibility Fixes](https://github.com/jcsteh/axSGrease/raw/master/BugzillaA11yFixes.user.js)
2225

2326
This script improves the accessibility of bug pages in the [Bugzilla](http://www.bugzilla.org/) bug tracker used by many projects.
2427
It does the following:
@@ -27,7 +30,7 @@ It does the following:
2730
- Sets alternate text for user images so that screen readers don't derive an unfriendly name from the URL.
2831

2932
### GitHub Accessibility Fixes
30-
[Download GitHub Accessibility Fixes](https://github.com/nvaccess/axSGrease/raw/master/GitHubA11yFixes.user.js)
33+
[Download GitHub Accessibility Fixes](https://github.com/jcsteh/axSGrease/raw/master/GitHubA11yFixes.user.js)
3134

3235
This script improves the accessibility of [GitHub](https://github.com/).
3336
It does the following:
@@ -47,15 +50,15 @@ It does the following:
4750
- Marks "Add your reaction" buttons as having a pop-up, focuses the first reaction when the add button is pressed and makes the labels of the reaction buttons less verbose.
4851

4952
### Kill Windowless Flash
50-
[Download Kill Windowless Flash](https://github.com/nvaccess/axSGrease/raw/master/KillWindowlessFlash.user.js)
53+
[Download Kill Windowless Flash](https://github.com/jcsteh/axSGrease/raw/master/KillWindowlessFlash.user.js)
5154

5255
Adobe Flash objects can be made to be accessible.
5356
Even if they aren't and only contain unlabelled controls, it might still be possible to use these objects with some initial sighted help or by trial and error.
5457
However, it's impossible for accessibility tools to interact at all with Flash objects that are "windowless" (also known as transparent or opaque).
5558
This script makes windowless Flash objects windowed so that there may be a chance of accessing them.
5659

5760
### Monorail Accessibility Fixes
58-
[Download Monorail Accessibility Fixes](https://github.com/nvaccess/axSGrease/raw/master/MonorailA11yFixes.user.js)
61+
[Download Monorail Accessibility Fixes](https://github.com/jcsteh/axSGrease/raw/master/MonorailA11yFixes.user.js)
5962

6063
This script improves the accessiblity of the [Monorail](https://bugs.chromium.org/) issue tracker used by Google for Chromium-related projects.
6164
It does the following:
@@ -64,7 +67,7 @@ It does the following:
6467
- Makes the star control and status accessible.
6568

6669
### Slack Accessibility Fixes
67-
[Download Slack Accessibility Fixes](https://github.com/nvaccess/axSGrease/raw/master/SlackA11yFixes.user.js)
70+
[Download Slack Accessibility Fixes](https://github.com/jcsteh/axSGrease/raw/master/SlackA11yFixes.user.js)
6871

6972
This script improves the accessibility of [Slack](https://www.slack.com/).
7073
It does the following:
@@ -80,7 +83,7 @@ It does the following:
8083
- Reports suggestions in various autocompletes such as the Quick Switcher and direct messages menu.
8184

8285
### Telegram accessibility fixes
83-
[Download Telegram Accessibility Fixes](https://github.com/nvaccess/axSGrease/raw/master/TelegramA11yFixes.user.js)
86+
[Download Telegram Accessibility Fixes](https://github.com/jcsteh/axSGrease/raw/master/TelegramA11yFixes.user.js)
8487

8588
This script improves the accessibility of the [Telegram instant messaging](https://web.telegram.org/) web interface.
8689

@@ -89,7 +92,7 @@ It so far does the following:
8992
- Marks the chat history as a live region so new messages are announced automatically.
9093

9194
### Trello Accessibility Fixes
92-
[Download Trello Accessibility Fixes](https://github.com/nvaccess/axSGrease/raw/master/TrelloA11yFixes.user.js)
95+
[Download Trello Accessibility Fixes](https://github.com/jcsteh/axSGrease/raw/master/TrelloA11yFixes.user.js)
9396

9497
This script improves the accessibility of [Trello](https://trello.com/).
9598
It does the following:

0 commit comments

Comments
 (0)