Skip to content

Instantly share code, notes, and snippets.

@marumarudai
Created February 13, 2019 12:25
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 marumarudai/4c9c4e8399f29d6707db0f010c8a002e to your computer and use it in GitHub Desktop.
Save marumarudai/4c9c4e8399f29d6707db0f010c8a002e to your computer and use it in GitHub Desktop.
<!--目次前広告-->
<script>// <![CDATA[
addEventListener("DOMContentLoaded", function() {
var $target = $('.entry-content > ul');
$target.eq(0).before($('.adsense-0'));
}, false);
// ]]></script>
<div class="adsense-0">
<!--ここにアドセンスコードをコピペ-->
</div>
<!--目次前広告終わり-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment