Zlobober's blog

By Zlobober, 12 years ago, translation, In English

Hello everybody. Here's my simple userscript, that highlights viewed submits in tables.

Изображение

PavelKunyavskiy suggested to make it public.

Because it's not good to send additional AJAX queries to the server, functionality is quite little. Submit becomes marked after opening it's table cell. Unique-hash of submit is (user, problem, time), so submits, made in same minute, seems identical. I don't think it's a big problem :-)

Everybody who doesn't like default style can adjust it in function color.

It works in Firefox in Greasemonkey, in Chrome by default. Don't know about Opera, though.

I can improve something. Use it :-)

UPD1: Now by ctrl-click as good as by double-click

UPD2: Now works under Opera.

ViewedSubmits.user.js Mirror

  • Vote: I like it
  • +130
  • Vote: I do not like it

»
12 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Nice idea.

Doesn't work under Opera — doubleclicking the submit does make it blue, but the window doesn't open.