Skip to content

Instantly share code, notes, and snippets.

@thomsbg
Last active August 29, 2015 14:01
Show Gist options
  • Save thomsbg/3c50639d35ada58f561b to your computer and use it in GitHub Desktop.
Save thomsbg/3c50639d35ada58f561b to your computer and use it in GitHub Desktop.
Mid-body ad unit test bookmarklet
<a href="javascript:(function($) {var ad = $('<p>').css({ backgroundColor: 'red', height: '0' }); $('#article-body, .entry-body').first().find('p, h1, h2, h3, h4, h5, h6, blockquote').eq(2).before(ad); ad.animate({ height: '250px' }, 'fast'); })(jQuery)">Test mid-body ad</a>
<p>^---- Drag this to your bookmarks toolbar.</p>
<p>Click it on any chorus article page to insert a red box where the ad would appear.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment