User:Viktor Suvorov/Profile Viewer

From The Urban Dead Wiki
Jump to navigationJump to search

Profile Viewer script

It's a simple GreaseMonkey (GreaseMonkey is a firefox add-on allowing you to run custom scripts on selected pages) script intended to make browsing player profiles easier and faster. Except showing complete profile data it also allows to check and interact with other players. Script is pretty extension independent, but some changes in UD interface made by extensions may make using this script a bit more difficult.

Script is available:

Functions

Currently Profile Viewer embeds itself in UD screen, and iwitness record pages. It allows you to:

  • Quickly check profile details of survivors and zombies you interact with ([profile] tab)
  • Navigate to their group page immediately ([profile] tab)
  • Check their skills ([human skills] and [zombie skills] tabs)
  • Check their clothes ([clothes] tab)
  • Quickly attack them using attack links ([links] tab)
  • Check their Rogues Gallery entries ([links] tab)
  • Look for their name using google ([links] tab)
  • Add/remove players to your contacts with 1 click from the main page

Compatibility

Script isn't dependent on any specific UD Firefox extension, but some of them may cause problems with Profile Viewer. If my script doesn't work with your configuration post some info (extensions, versions, screenshot) on the talk page (of this page).

Profile Viewer was tested (on Firefox 2 and 3) with following configurations:

  • Plain UD interface (no extensions)
  • UDTool
  • ZUDTool
  • UDToolbar
  • UDWidget
  • UDToolbar + UDTool
  • UDToolbar + UDTool + UDWidget

Generally it should work on all not mentioned configurations, but I can't guarantee anything.

Options

There are few configurable functionalities/options of Profile Viewer:

  • Stay visible - if you enable this option Profile Viewer will try to scroll with your screen. Convenient when you are reading really long event logs.
  • Opening all links in new tabs - pretty usable for laptop users who don't have MMB and still want to open links quickly.
  • Mouse hover time - you can simply change here the time the script waits before loading profiles.
  • Auto update monitor - checks for new updates of profile viewer once per day and displays update info if a new version was released.
  • Manual update check - quickly checks for updates, and shows relevant info if there's a new version.
All script options are available in greasemonkey menu, in 'User Script Commands' submenu:

Profile viewer menu.png



Current version

0.2.17 (released 02 XII 2008)

Changelog
  • 0.2.17 - Fixed one problem in update monitor
  • 0.2.16 - Fixed problems with covering UDToolbar menus
  • 0.2.15 - Added: update monitor, domain selection for iwitness UD links, fixed a display problem on some IW pages
  • 0.2.14 - Minor link description display fix
  • 0.2.13 - No new features, just fixed some firefox 3 compatibility issues
  • 0.2.12 - Displaying player skill count in the main tab, displaying player status
  • 0.2.11 - Displaying player class, added wrapping long words and catching links
  • 0.2.10 - Minor code cleanup, added one configuration option
  • 0.2.9 - Fixed an old bug causing displaying wrong profile, added: stay-visible option, opening links in tabs, google search
  • 0.2.8 - Added headbutt in attack links
  • 0.2.7 - Added: iwrecords support, player name, RG link, grouped attack links
  • 0.2.6 - Minor bugfix in tabs
  • 0.2.5 - Removed circling through views, added tabs, works better with styles


  • 0.2.1 - Minor bugfixes
  • 0.2.0 - Added: skill tree preview, clothes preview, attack links


  • 0.1.1 - Fixed a small caching bug, which caused displaying wrong profiles
  • 0.1.0 - Initial release