Created
April 16, 2012 17:20
-
-
Save alecperkins/2400075 to your computer and use it in GitHub Desktop.
The Fold bookmarklet: adds a cyan box showing 1024x768
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:function%20l()%7Bvar%20d=document,o=d.createElement('div'),o2=d.createElement('div');b=d.body;if(!b)throw(0);var s='z-index:2147483647;position:fixed;top:0;width:1024px;height:768px;left:50%;margin-left:-512px;pointer-events:none;border:1px%20solid%20cyan;';o.setAttribute('style',%20s+'height:768px;opacity:0.4');o2.setAttribute('style',s+'height:628px;opacity:0.8');b.appendChild(o);b.appendChild(o2)%7Dl();void(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment