// DeviantART - FullViewer v0.6
// Made By Luke Stevenson {http://lucanos.deviantart.com}
// Distributed and Maintained via GMVC
// Last updated: 05 February 2007
//
//   This script triggers the Zoom-In action when you visit a deviation
// page.
//
// ==UserScript==
// @name              DeviantART - FullViewer
// @namespace         http://gmvc.lucanos.com/
// @description       (v0.6) Automatically triggers the Zoom-In action when viewing a deviation.
// @include           http://www.deviantart.com/view/*
// @include           http://www.deviantart.com/deviation/*
// ==/UserScript==

unsafeWindow.Deviation.zoomIn();