Skip to content

Instantly share code, notes, and snippets.

@yasushiyy
Last active December 15, 2015 08:58
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 yasushiyy/5234395 to your computer and use it in GitHub Desktop.
Save yasushiyy/5234395 to your computer and use it in GitHub Desktop.
bookmarklet to make exadata best practice documents easier to read
javascript:(function(){p=document.body.innerHTML;p=p.replace(/<h3 class="km"><a name=/g,'<h3 class="km" style="font-size:1.8em;color:white;background-color:red;"><a name=');p=p.replace(/<pre/g,'<pre style="color:blue;"');p=p.replace(/>NOTE:/g,' style="color:green">NOTE:');document.body.innerHTML=p})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment