summaryrefslogtreecommitdiff
path: root/ext/background.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-11-23 22:23:14 -0500
committerGitHub <noreply@github.com>2021-11-23 22:23:14 -0500
commitf2102ade4cfe97be4182bb22d1ae4f609d2364a7 (patch)
tree6df6e9ceb41723af1fc9e032a60129be6ba0827c /ext/background.html
parentd454b52a18127f782fafdf71534ea2c41f20ef44 (diff)
Add AccessibilityController class, which dynamically registers (#2024)
and unregisters the google-docs.js content script
Diffstat (limited to 'ext/background.html')
-rw-r--r--ext/background.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/background.html b/ext/background.html
index 44027a48..84e64c9c 100644
--- a/ext/background.html
+++ b/ext/background.html
@@ -23,6 +23,7 @@
<script src="/js/yomichan.js"></script>
+<script src="/js/accessibility/accessibility-controller.js"></script>
<script src="/js/background/backend.js"></script>
<script src="/js/background/environment.js"></script>
<script src="/js/background/profile-conditions-util.js"></script>