You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ At the moment, the following resources are recognized:
14
14
4 | links finished by webm, mp4 | video | full
15
15
5 | gfycat links finished with a token | video | full
16
16
6 | redgifs links finished with a token | video | full
17
-
7 | reddit links finished with a token | video | limited
18
-
8 | reddit image galleries | image | limited
17
+
7 | reddit links finished with a token | video | limited (no audio)
18
+
8 | reddit image galleries | image | full
19
19
9 | imgur image galleries | image | full with API client id; partial without
20
20
21
21
## Configuration
@@ -43,12 +43,12 @@ Imgur client id | Imgur API client id | _none_
43
43
- not compatible with PHP 5
44
44
- loaded content can not be reprocessed
45
45
- code is still hackish
46
-
- videos extracted from v.redd.it do not have audio. The audio is added by the current extension but is not linked to the video (and will never be). You can still enjoy the audio by linking it yourself with the help of the CustomJS extension. Here is a quick snippet to trigger the sound with the video (tested only in Firefox console):
46
+
- videos extracted from v.redd.it do not have audio. The audio is added by the current extension but is not linked to the video (and will never be). You can still enjoy the audio by linking it yourself with the help of the CustomJS extension. Here is a quick snippet to sync the sound with the video (tested only in Firefox console):
**Note**: This is only an example. It does not support videos loaded after the initial call. It does not support other actions on the video. If you need to make it work, you'll have to figure how. You can still provide a documentation PR if you have something worth sharing.
54
+
**Note**: This is only an example. It might not supports every scenarii. If you need to make it work, you'll have to figure how. You can still provide a documentation PR if you have something worth sharing.
0 commit comments