// ==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. // @downloadURL none // ==/UserScript== var user_time = $("h2.user-name").find("span").attr('title'); $("h2.user-name").after(user_time);