blob: b41d28f04c15921ebbac8e14d95a5843c3c6f863 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
(function() {
const s = document.createElement('script');
s.src = chrome.runtime.getURL('embedded_a11y_helper/gdocs_script.js');
document.documentElement.appendChild(s);
})();