stealth
stealth copied to clipboard
Stealth: HTML Parser
Stealth also requires an HTML parser that should rewrite the contents based on the current config (aka Site Mode).
- [ ] Remove all
<script>elements - [ ] Filter and Render
<style>via CSS Parser - [ ] Filter and Render
<link rel="stylesheet">via CSS Parser - [ ] Filter out
<img>based onmode.image - [ ] Filter out
<audio>based onmode.audio - [ ] Filter out
<video>based onmode.video - [ ] Filter out
<object>elements - [ ] Rewrite URLs of all external media files, so that they do NOT contain the
:<tab id>,webview:flags - otherwise the tab history will be messed up.