javascript - Using Stack<> to filter HTML documents -
i'm creating software "kid friendly" video streaming software. issue right how filter out "bad" content on youtube page. have read html, , replace bad content xxx.
to html use webbrowser object, called videostreamer.
string html = videostreamer.documenttext; then, either write html text file, or modify directly. since string, string functions enabled.
my question how use stack filter through html, or if using stack not best way. is?
Comments
Post a Comment