|
SourceFilter identifieds delimited
text in either of two ways:
Either form of removing delimited text can be disabled.
One possible use for SourceFilter is to strip comments from javascript that is to be published in web-pages. It's good programming practice to build well-commented code - but these can slow-down loading of any web-page using it. One way to get the best of both worlds is to keep a fully-commented master source, then use SourceFilter to strip down the comments prior to publishing the web-page. That is how this page is managed (the popup commented javascript source is 64KBytes, stripped down it's 32KBytes)
|