April 2017

S M T W T F S
      1
2345678
910111213 1415
16171819 2021 22
23242526272829
30      

Page Summary

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Wednesday, May 13th, 2009 02:06 am

The LJ New Comments script for Greasemonkey is really cool. It keeps track of which comments you've already read, and gives handy keyboard shortcuts to jump to the [n]ext/[p]revious new comment.

It works with Dreamwidth, too.

It even works in Opera (did I mention I've been playing with Opera? I have. I'm not sure how I feel about it yet [it doesn't trivially provide some ui features I'm used to from firefox+vimperator], but it's really quick and lightweight compared to firefox) with a little fiddling. To get it to work in Opera:

  • Install the Greasemonkey Library Emulation UserJS.
  • Modify the New Comments script by wrapping it in:

    (function () {
    ...
    })();

  • Do the obvious stuff like configuring Opera with a UserScript directory and putting the New Comments script there.

Tags:
Wednesday, June 24th, 2009 07:37 pm (UTC)
Glad you like it!

The script needs GM_SetValue to work cross-domain, which it won't if the Opera emulation layer uses cookies. There was some discussion of this in a thread on the entry I use as the home page for the script: I think someone got it working eventually.