Last active
August 29, 2015 14:01
-
-
Save thomsbg/3c50639d35ada58f561b to your computer and use it in GitHub Desktop.
Mid-body ad unit test bookmarklet
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
<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