6

If you create a bookmark with the following code as the link, when you are on another website and you click it, it will fill in the site's name and page URL to the Post a Link form here on Phuks

edit:updated

javascript:location.href='https://phuks.co/submit/link?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)
If you create a bookmark with the following code as the link, when you are on another website and you click it, it will fill in the site's name and page URL to the Post a Link form here on Phuks edit:updated ``` javascript:location.href='https://phuks.co/submit/link?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title) ```

1 comments