Greasy Fork

Fimfiction - Last User Sighting

Makes how long ago someone was online more easily visible.

当前为 2014-10-09 提交的版本,查看 最新版本

// ==UserScript==
// @name        Fimfiction - Last User Sighting
// @namespace   arcum42
// @include     http*://*fimfiction.net/user/*
// @version     1
// @description Makes how long ago someone was online more easily visible.
// ==/UserScript==

var user_time = $("h2.user-name").find("span").attr('title');

$("h2.user-name").after(user_time);