diff options
Diffstat (limited to 'addon/index.js')
-rw-r--r-- | addon/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/index.js b/addon/index.js index 2ce3423..47d9853 100644 --- a/addon/index.js +++ b/addon/index.js | |||
@@ -20,6 +20,7 @@ const contentSelectors = { | |||
20 | 'hackmd.io': '#doc', | 20 | 'hackmd.io': '#doc', |
21 | 'www.ptt.cc': '#main-content', | 21 | 'www.ptt.cc': '#main-content', |
22 | 'prosemirror.net': '.ProseMirror', | 22 | 'prosemirror.net': '.ProseMirror', |
23 | 'www.openstreetmap.org': '.content-body', | ||
23 | } | 24 | } |
24 | const contentSelector = contentSelectors[url.host] | 25 | const contentSelector = contentSelectors[url.host] |
25 | 26 | ||