Guest User

Unfortunate-Maps Mapmaker Margin Fix

a guest
Aug 4th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Unfortunate-Maps Mapmaker Margin Fix
  3. // @namespace http://reddit.com/u/Moosemaster21
  4. // @version 0.1
  5. // @description Bumps down the top tiles so you can actually see your whole map
  6. // @author Moosen
  7. // @include http://unfortunate-maps.jukejuice.com*
  8. // ==/UserScript==
  9.  
  10. $('#map').css('top','51px').prev().children().last().css('top','51px')
Add Comment
Please, Sign In to add comment