diff options
author | 2020-10-25 02:47:42 +0200 | |
---|---|---|
committer | 2020-10-24 19:47:42 -0500 | |
commit | 5b6b9c033e26da85ce9dc164801411da4d50b446 (patch) | |
tree | 842f6ee3196e7657c71db130b8424fe34bc2cfb3 /source/features/embed-gist-inline.tsx | |
parent | 05de5a5c328deb988026b629c2098192c615b9d7 (diff) | |
download | refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.tar.gz refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.tar.zst refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.zip |
Meta: Use the Readme as the only source of feature descriptions (#3678)
Co-authored-by: Federico Brigante <me@fregante.com>
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r-- | source/features/embed-gist-inline.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index d6a83b1e..a333c6c1 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -51,11 +51,7 @@ function init(): void { .forEach(embedGist); } -void features.add({ - id: __filebasename, - description: 'Embeds linked gists. Not supported by Firefox.', - screenshot: 'https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.PNG' -}, { +void features.add(__filebasename, { include: [ pageDetect.hasComments ], |