diff options
-rw-r--r-- | source/features/copy-file.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/copy-file.tsx b/source/features/copy-file.tsx index 930aaaa7..e3ab4cb1 100644 --- a/source/features/copy-file.tsx +++ b/source/features/copy-file.tsx @@ -42,7 +42,7 @@ function removeButton(): void { function init(): void { delegate('.rgh-copy-file', 'click', handleClick); - if (select.exists('.blob.instapaper_body')) { + if (select.exists('.blob > .markdown-body')) { delegate('.rgh-md-source', 'rgh:view-markdown-source', renderButton); delegate('.rgh-md-source', 'rgh:view-markdown-rendered', removeButton); } else { |