NOT FUNCTIONAL WITH LAST DEVIANTART.COM VERSION WITH AJAX

// ==UserScript==
// @namespace http://sevca.cz/greasemonkey/deviantart
// @name Watched DA’s
// @description show whitch user’s gallery, scraps, journal, etc are watched, show when has been last visited + some small features
// @include http://*.deviantart.com/*
// ==/UserScript==

// version 0.11 BETA
// 2007-07-30

DOWNLOAD:
[download id=2] (if not available, try again in one or more weeks or send me email with request of file, thanks)

TODO:
serialize update xml for paralel loaded sites
dalist_to_daxml_update don’t support “Deviant Groups” on “deviants” page
visited gallery, favourites mark new items? + show info if user have new items?
crash of FF lost new data from last FF session

FEATURES:

page title:
“username’s deviantART page” cut short “dA.username.page”

watched dA’s counter:
“watched dA’s: 394 + 715 | 7/30/2007 20:02 | more” means

  • watched dA’s (link to http://my.deviantart.com/deviants/)
  • : 394 (watched user’s)
  • + 715 (visited user’s)
  • | 7/30/2007 20:02 (last acces to http://my.deviantart.com/deviants/)
  • | more (show daw running time)

user:
“*sevca:gjf+W” means

  • *sevca (link to user)
  • gjf (visited user gallery, favourites, journal with date of last visit and direct link)
  • +W (link for add user watch)

thumbnail by user:
“by *OliverJohannesUhrig:Gg on 6/20/07″ means

  • by *OliverJohannesUhrig:
  • G (watched user gallery and direct link)
    g (visited user gallery etc)
  • on 6/20/07

HISTORY:

2007-07-30 version 0.11 BETA
-minor change of show date

2007-05-03 version 0.1 BETA
-inital release