Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Unfortunate-Maps Mapmaker Margin Fix
- // @namespace http://reddit.com/u/Moosemaster21
- // @version 0.1
- // @description Bumps down the top tiles so you can actually see your whole map
- // @author Moosen
- // @include http://unfortunate-maps.jukejuice.com*
- // ==/UserScript==
- $('#map').css('top','51px').prev().children().last().css('top','51px')
Add Comment
Please, Sign In to add comment