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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -