Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plans to post new entries to delicious from CLI? #1

Open
devth opened this issue Jan 30, 2013 · 3 comments
Open

Any plans to post new entries to delicious from CLI? #1

devth opened this issue Jan 30, 2013 · 3 comments

Comments

@devth
Copy link

devth commented Jan 30, 2013

No description provided.

@epitron
Copy link
Owner

epitron commented Jan 30, 2013

Could-do!

I take it you're as frustrated with the new web interface as I am? :)

I'll take a look at this tonight. It might be easy. But, in the meantime, you can use http://previous.delicious.com to access their old (working) site.

Here's a bookmarklet:

javascript:(function(){f='http://previous.delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&';a=function(){if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=720,height=615'))location.href=f+'jump=yes'};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()

@devth
Copy link
Author

devth commented Jan 30, 2013

Yep, they broke the Chrome extension with the redesign. That's how I stumbled upon your project here. Really enjoying the tag search with colored output. Posting would be awesome!

Thanks for the bookmarklet too – that'll be handy in the meantime.

@DenisKibe

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@epitron @devth @DenisKibe and others