gfy-tools
gfy2clipboard
Copy urls on any Gfycat page for managing gfys in various formats.
Hotkeys
Ctrl+Q: Copy gfy links in sorted order and in plain format.
Ctrl+Shift+Q: Copy gfy links numbered in sorted order.
Ctrl+Alt+Shift+Q: Copy gfy links and titles in numbered and sorted order.
gfy2md
Convert urls on any Gfycat page for managing gfys to reddit markdown.
Hotkeys
Ctrl+Shift+A: Copy gfy links as markdown.
Ctrl+Alt+Shift+A: Copy gfy links as html iframes.
Gfys will be organized and sectioned by source video if the source can be detected and is valid. Gfys with a title containing [platform@videoID]
are currently supported. Gfys containing just [videoID]
will assume the platform is youtube
.
- For example, a gfy with the title
turtles-[youtube@LXb3EKWsInQ]-1
or turtles-[LXb3EKWsInQ]-1
has a platform value of youtube
and a videoID value of LXb3EKWsInQ
. The source url will thus be https://www.youtube.com/watch?v=LXb3EKWsInQ
or similar.
- Currently supported platform tags:
youtube
, vlive
.
gfy-quicktag
Hotkeys
On any Gfycat page for managing gfys and with tag inputs available:
Ctrl+Shift+X: Copy tags from first gfy on page to all gfys on page.
Ctrl+Alt+Shift+X: Delete last tag from all gfys on page.
gfy-paginate
Hotkeys
Ctrl+Shift+S: Paginate current gfycat profile and add gfy fuzzy search and buttons for sorting and copying gfy links. On hover an overlay presents some gfy information (view count, like count, etc.). Refresh the page when navigating to a new profile. Note that it may take a long time to fetch pages initially.
Gfy-Tools Changelog
v1.1.0
quicktag changes
- Fix quicktag (Ctrl+Shift+X) not working due to gfycat changes.
v1.0.1:
gfy2clipboard changes
- Fix copying gfy links when gfy title is not editable.
gfy2md changes
- Fix copying gfy links in markdown or iframe format when gfy title is not editable.
v1.0.0:
gfy2md changes
- Add support for
youtube
and vlive
platform tags in gfy title.
- Gfys with a title containing
[platform@videoID]
will include a link to the source provided the platform is recognized.
- Gfys with a title containing
[videoID]
will assume the platform is youtube
.
- Add detecting and including multiple sources.
- Add sections to formatting of output, each section separated by source.
v0.0.21:
gfy-paginate changes
- Add buttons for sorting gfys by date and by likes.
- Add toggling between descending and ascending sort to all sort buttons.
- Add like count to gfy text overlays.
- Add transparency to gfy text overlays.
- Move gfy text overlays to top-left.
v0.0.20:
- Add buttons for copying gfy links inside gfy-paginate.
- Add current loaded percentage to loading spinner for fetching gfys in gfy-paginate.
- Reduce fuzzy search match threshold making search more strict.
v0.0.19:
- Fix fuzzy searching preferring closer matches in terms of proximity rather than matches closer in terms of characters.
v0.0.18:
- Add view count overlay to gfys on hover in gfy-paginate.
v0.0.17:
- Fix sorting in gfy-paginate.
v0.0.16:
- Add sorting to gfy-paginate using buttons beside search bar. For now one can only sort gfys by views.
v0.0.15:
- Add experimental fuzzy search of gfycat profiles while pagination is enabled.
- Add loading spinner.
v0.0.14:
- Add experimental pagination of gfycat profiles.
v0.0.13:
- Remove redundant hotkeys (Ctrl+Shift+Z Ctrl+Alt+Shift+Z) for generating md or html.
v0.0.12:
- Fix replacing spaces in video id with underscores when generating source links.
v0.0.11:
- Fix failing to detect video id when it contains spaces instead of underscores due to gfycat.
v0.0.10:
- Use html for source and album links when copying gfys as html iframes.
v0.0.9:
- Fix auto-scaling of iframe width and height.
v0.0.8:
- Add Ctrl+Alt+Shift+A for copying gfy links as html iframes.
v0.0.7:
- Handle key press repeats when a hotkey is held down. For example, holding Ctrl+Alt+Shift+X will rapidly delete all tags from last down to first from all gfys on page.
v0.0.6:
- Add Ctrl+Alt+Shift+X for deleting last tag from all gfys on page.
v0.0.5:
- Fix gfy2md breaking when gfy titles missing video ID wrapped in square brackets.
- Fix gfy2md not detecting video IDs in gfy titles with
-
or _
characters.
v0.0.4:
- Add
gfy2clipboard
shortcuts for copying gfys in various plain formats.
v0.0.3:
v0.0.2: