Created
April 24, 2012 20:13
-
-
Save davidcrawford/2483329 to your computer and use it in GitHub Desktop.
Auditor bookmarklet
This file contains 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
<html> | |
<head> | |
<style> | |
body { | |
font-family: 'Helvetica', sans-serif; | |
width: 950px; | |
margin: auto; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Auditor Expandable Bookmarklet</h1> | |
<p>The link below is a magical link. If you drag it to your bookmarks bar, it will create a new button. When you're viewing an expandable creative that expands off the screen to the left, you c | |
<p style="font-size: xx-large;"><a href="javascript:document.body.setAttribute('style', 'padding-left:300px');">Show Full Expandable</a></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment