zlacker

[return to "Please tell us what features you'd like in news.ycombinator"]
1. phil+L[view] [source] 2007-02-21 22:55:54
>>pg+(OP)
bookmarklet! I would submit more links if there was a bookmarklet that submitted the page I was on.
◧◩
2. danw+24[view] [source] 2007-02-23 04:52:53
>>phil+L
EDIT: I should have said this is a submit article bookmarklet. I'm working on trying a like/dislike.

I've just made a realy quick and dirty bookmarklet. It's only tested in firefox 2 and it's not quite how I would like it to work but it's a start. I'll hopefully update it later to work better.

Just add the following URL as a bookmark:

javascript:(function(){var d=document;var b=d.body;var c=b.insertBefore(d.createElement('center'),b.firstChild); var dv=c.appendChild(d.createElement('iframe'));dv.id='ifrm'; dv.height='30%';dv.width='100%';dv.src='http://news.ycombinator.com/submit'; d.getElementById('ifrm').scrollIntoView(); })();

Let me know if it works.

[go to top]