Skip to content

Instantly share code, notes, and snippets.

@satyr
Created June 6, 2012 01:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satyr/2879374 to your computer and use it in GitHub Desktop.
Save satyr/2879374 to your computer and use it in GitHub Desktop.
mondraroomadjust
// ==UserScript==
// @name mondraroomadjust
// @description Auto-scrolls the room SWF to top.
// @match http://w001.monsterdragon.jp/room/index
// @author satyr
// @version 0.1
// ==/UserScript==
document.querySelector('#monster-map-swf-external').scrollIntoView();
`// ==UserScript==
// @name mondraroomadjust
// @description Auto-scrolls the room SWF to top.
// @match http://w001.monsterdragon.jp/room/index
// @author satyr
// @version 0.1
// ==/UserScript==`
document.querySelector \#monster-map-swf-external .scrollIntoView!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment