19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_STRIP_SCRIPTS_FILTER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_STRIP_SCRIPTS_FILTER_H_
22 #include "net/instaweb/htmlparse/public/empty_html_filter.h"
25 namespace net_instaweb {
35 virtual void EndElement(HtmlElement* element);
36 virtual const char* Name()
const {
return "StripScripts"; }
39 HtmlParse* html_parse_;
Remove all scripts from a web page.
Definition: strip_scripts_filter.h:30