-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheaders.yaml
22 lines (16 loc) · 840 Bytes
/
headers.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Headers used in the final user script
# Some are added at build time (e.g. version)--see the webpack config
name: "Google Docs Comment Navigator"
author: "Paul Gottschling and contributors"
copyright: Paul Gottschling
description: "Adds a UI component to Google Docs that searches, filters, and navigates between discussion threads."
# Run the script whenever a user is editing a Google Docs file
include: https://docs.google.com/document/d/*/edit
# Run the script after dispatching the DOMContentLoaded event
# https://www.tampermonkey.net/documentation.php#_run_at
run-at: document-end
# Disable the sandbox and run the script within the page content
# https://www.tampermonkey.net/documentation.php#_grant
grant: none
# https://www.tampermonkey.net/documentation.php#_homepage
source: /~https://github.com/ptgott/comment-navigator