Skip to content

Commit

Permalink
Revert "more gdoc workarounds"
Browse files Browse the repository at this point in the history
This reverts commit e360fb3.
  • Loading branch information
ken107 committed Mar 9, 2022
1 parent e360fb3 commit 2cae834
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
13 changes: 0 additions & 13 deletions js/content/google-doc-force-html.js

This file was deleted.

15 changes: 0 additions & 15 deletions js/page/google-doc-force-html.js

This file was deleted.

9 changes: 1 addition & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "__MSG_extension_name__",
"short_name": "__MSG_extension_short_name__",
"description": "__MSG_extension_description__",
"version": "1.54.0",
"version": "1.54.1",
"default_locale": "en",

"browser_action": {
Expand Down Expand Up @@ -63,13 +63,6 @@
"page": "options.html",
"chrome_style": false
},
"content_scripts": [
{
"matches": ["https://docs.google.com/document/d/*"],
"js": ["js/content/google-doc-force-html.js"],
"run_at": "document_start"
}
],
"commands": {
"play": {
"suggested_key": {"default": "Alt+P"},
Expand Down

0 comments on commit 2cae834

Please sign in to comment.