4chan / 4chan-JS

Source code for 4chan's native extension.
http://www.4chan.org/
Other
157 stars 24 forks source link

Relative Post Dates: display dates like "3 minutes ago" #105

Closed darkred closed 9 years ago

darkred commented 9 years ago

"Display Relative Post Dates", a setting by 4chan x, which was very useful.

Example: display dates like: 3 minutes ago instead of: 11/10/14(Mon)21:52:00. (and, mouseover the relative date to show the timestamp as a tooltip).

qqueue commented 9 years ago

I will donate my implemention of relative dates if @desuwa actually updates this repository.

desuwa commented 9 years ago

We do this on mouseover now.

darkred commented 9 years ago

Would you please change it to do the opposite, instead? i.e to show the relative date by default, and to show the timestamp on mouseover? (and, to be able to enable/disable the relative date feature via Settings)

desuwa commented 9 years ago

We'd rather keep the current implementation. There's no need to constantly update timestamps for every single post.