Is there a simple way in BBEdit to convert Safari formatted characters
like %20, %22 etc into their actual character.
EG,
Id rather not make this readable manually:
"javascript:(function(){var%20newSS,%20styles='*%20{%20background:
%20white%20!%20important;%20color:%20black%20!important%20}%20:link,
%20:link%20*%20{%20color:%20#0000EE%20!important%20}%20:visited,
%20:visited%20*%20{%20color:%20%23551A8B%20!important%20}';%20if
(document.createStyleSheet)%20{%20document.createStyleSheet
(%22javascript:'%22+styles+%22'%22);%20}%20else%20
{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';
%20newSS.href='data:text/css,'+escape(styles);
%20document.getElementsByTagName(%22head%22)[0].appendChild(newSS);
%20}%20})();"
Thanks,
Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---