Skip to content

Instantly share code, notes, and snippets.

@marineko
Created September 27, 2016 08:18
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 marineko/c388a57c0b1c6bdae606a16ad5ed30a3 to your computer and use it in GitHub Desktop.
Save marineko/c388a57c0b1c6bdae606a16ad5ed30a3 to your computer and use it in GitHub Desktop.
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script>
$(document).ready( function () {
$('h3:contains("Body")').parent().append('<p><a href="https://servername/sitename/Doclib/manual.pdf" target="_blank" style="font-weight:normal; text-decoration: underline; color:blue">マニュアルへのリンク</a></p>');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment