We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stealth also requires an HTML parser that should rewrite the contents based on the current config (aka Site Mode).
config
<script>
<style>
<link rel="stylesheet">
<img>
mode.image
<audio>
mode.audio
<video>
mode.video
<object>
:<tab id>,webview:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stealth also requires an HTML parser that should rewrite the contents based on the current
config
(aka Site Mode).<script>
elements<style>
via CSS Parser<link rel="stylesheet">
via CSS Parser<img>
based onmode.image
<audio>
based onmode.audio
<video>
based onmode.video
<object>
elements:<tab id>,webview:
flags - otherwise the tab history will be messed up.The text was updated successfully, but these errors were encountered: