// DeviantART - FullViewer v0.6.1
// Made By Luke Stevenson {http://lucanos.deviantart.com}
// Distributed and Maintained via GMVC
// Last updated: 14 August 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.1) Automatically triggers the Zoom-In action when viewing a deviation.
// @include           http*://*.deviantart.com/art/*
// @include           http*://www.deviantart.com/view/*
// @include           http*://www.deviantart.com/deviation/*
// ==/UserScript==

unsafeWindow.Deviation.zoomIn();