Sample text/code for testing (Note: This node is text-format "Plain text")
HTML Sample:
<!-- Hidden? -->
<html>
<head>
<title>
x
</title>
</head>
<body>
<p>
~ ! @ # $ % ^ & * ( ) _ +
</p>
<p>
[{]}\|;:'",<.>/?
</p>
<pre>
#
#
</pre>
<code>
#
#
</code>
</body>
</html>
===
JavaScript Sample:
## Start sample JavaScript from Bookmarklet bookmark 'Properties'
javascript:(function(){var%20newSS,%20styles='*%20%20%20{%20background:%20#000%20!%20important;%20color:%20#fff%20!important%20;%20font-family:%20verdana,%20sans-serif%20!important%20;%20font-weight:%20bold%20!important%20;%20%20}%20:link,%20:link%20*%20%20%20{%20color:%20#9ef%20!important%20%20%20}%20:visited,%20:visited%20*%20%20%20{%20color:%20#e9f%20!important%20%20%20}';%20if(document.createStyleSheet)%20%20%20{%20document.createStyleSheet(%22javascript:'%22+styles+%22'%22);%20%20%20}%20else%20%20%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName(%22head%22)[0].appendChild(newSS);%20%20%20}%20})();
## End sample JavaScript from Bookmarklet bookmark 'Properties'
