Skip to content

Instantly share code, notes, and snippets.

@davidcrawford
Created April 24, 2012 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcrawford/2483329 to your computer and use it in GitHub Desktop.
Save davidcrawford/2483329 to your computer and use it in GitHub Desktop.
Auditor bookmarklet
<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