Last active
December 15, 2015 08:58
-
-
Save yasushiyy/5234395 to your computer and use it in GitHub Desktop.
bookmarklet to make exadata best practice documents easier to read
This file contains 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
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