9

8 comments

[–] pembo210 3 points (+3|-0) Edited

yup, I use one too. We enabled that a bit ago. Create a new bookmark with

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

save as whatever name. Then when you're on any website and click the bookmark, it loads the url and page title into the post link form.

edit - https://phuks.co/s/changelog/14780

[–] [Deleted] 0 points (+0|-0) Edited

:P

Any idea what the difference is between the two methods? I mean as far as advantages and disadvantages of each? I don't code much of anything these days.

javascript:void(open('https://phuks.co/submit/link?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))

[–] pembo210 1 points (+1|-0) Edited

meh, mostly same thing, said two different ways. Js is all the same to me.

[–] Owlchemy 1 points (+1|-0)

Do it up whenever, dude ... Cheers has some cool code when ya open a comment in a submission, so it should be doable.

[–] COFfeebreak 0 points (+0|-0) Edited

I think you need to add "/PaddysPub" to the Paddys link one:

javascript:void(open('xxxxx://phuks.co/submit/link/PaddysPub?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))

[–] [Deleted] 1 points (+1|-0)

I'll need to check if I copied a different one to the bin but just tested this one successfully

javascript:void(open('xxxxx://phuks.co/submit/link/PaddysPub?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))