10

This one takes the video on the page and imports it into imgur where I can make a 15 sec gif. It has a slider to pick what part of the video you want to convert. Works for facebook videos, youtube, and a few others.

javascript:location.href='https://imgur.com/vidgif/video?url='+encodeURIComponent(window.location.href)


This takes the page I am currently on and loads the page title and page link into the Submit Link page here on phuks.

javascript:location.href='https://phuks.co/submit/link?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)


I created two bookmarks named CreateGif and Post2Phuks, so now with a few clicks, I can make a post from whatever I'm looking at.

This one takes the video on the page and imports it into imgur where I can make a 15 sec gif. It has a slider to pick what part of the video you want to convert. Works for facebook videos, youtube, and a few others. `javascript:location.href='https://imgur.com/vidgif/video?url='+encodeURIComponent(window.location.href)` --- This takes the page I am currently on and loads the page title and page link into the Submit Link page here on phuks. `javascript:location.href='https://phuks.co/submit/link?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)` --- I created two bookmarks named CreateGif and Post2Phuks, so now with a few clicks, I can make a post from whatever I'm looking at.

No comments, yet...